.
Find the number of distinguishable permutations of the given letters "AAABBBCD".
~~~~~~~~~~~~~~~~~~~~~~~~~
The formula for the number of distinguishable permutations of this word is
n = . (1)
In this formula, 8! reflects the number of all permutations of 8 letters in the word.
First 3! in the denominator reflects three repeating letters A in it.
Second 3! in the denominator reflects three repeating letters B in the word.
The ANSWER is, according to formula (1), n = 1120.
Solved.
----------------
To see many other similar (and different) solved problems, look into the lesson
- Arranging elements of sets containing indistinguishable elements
in this site.
Learn the subject from there.