Finding the Number of Permutations of n Non-Distinct Objects

We have studied permutations where all of the objects involved were distinct. What happens if some of the objects are indistinguishable? For example, suppose there is a sheet of 12 stickers. If all of the stickers were distinct, there would be 12! ways to order the stickers. However, 4 of the stickers are identical stars, and 3 are identical moons. Because all of the objects are not distinct, many of the 12! permutations we counted are duplicates. The general formula for this situation is as follows.

n!r1!r2!rk!

In this example, we need to divide by the number of ways to order the 4 stars and the ways to order the 3 moons to find the number of unique permutations of the stickers. There are 4! ways to order the stars and 3! ways to order the moon.

12!4!3!=3,326,400

There are 3,326,400 ways to order the sheet of stickers.

A General Note: Formula for Finding the Number of Permutations of n Non-Distinct Objects

If there are n elements in a set and r1 are alike, r2 are alike, r3 are alike, and so on through rk, the number of permutations can be found by

n!r1!r2!rk!

Example 6: Finding the Number of Permutations of n Non-Distinct Objects

Find the number of rearrangements of the letters in the word DISTINCT.

Solution

There are 8 letters. Both I and T are repeated 2 times. Substitute n=8,r1=2, and r2=2 into the formula.

8!2!2!=10,080

There are 10,080 arrangements.

Try It 10

Find the number of rearrangements of the letters in the word CARRIER.

Solution