427,381 views
26 votes
26 votes
How many distinguishable permutations for the letters in the word "reassessed" are there?

User Bill Forney
by
2.6k points

1 Answer

5 votes
5 votes

"reassessed" has a total of 10 characters, one of which (e) occurs 3 times and another (s) which occurs 4 times.

Taking each character to be distinct, there would be a total of 10! permutations. But we don't want to do that, and instead want, for instance,

rEassessEd

and

rEassessEd

to count as the same permutation. So we divide the previous total by the number of ways we can permute each set of repeated characters. For example, 3 e's can be rearranged in 3! ways.

So the total number of distinguishable permutations would be

10!/(3! × 4!) = 25,200

User Eridanix
by
2.9k points