Question
How many distinct arrangements (words) can be formed using all the letters of the word MISSISSIPPI?
Solution — Step by Step
MISSISSIPPI has 11 letters. Let’s count each letter:
- M: 1
- I: 4
- S: 4
- P: 2
Total: 1 + 4 + 4 + 2 = 11 letters ✓
When we arrange objects where some are identical, the number of distinct arrangements is:
where are the frequencies of each repeated element.
Why? Because if we had total arrangements (treating all as distinct), we’ve over-counted. The identical objects can be rearranged among themselves in ways without changing the overall arrangement — so we divide by to eliminate these duplicates.
Now compute:
Denominator:
: First, . Remaining: .
. Remaining: .
. Remaining: .
. ✓
Total: .
The number of distinct arrangements of MISSISSIPPI = 34,650.
Why This Works
If all 11 letters were distinct, we’d have arrangements. But since I appears 4 times, the 4 I’s can be swapped among their positions without creating a new word — that gives ways we over-counted for I’s. Similarly for S’s (over-count by 24) and P’s (over-count by 2).
Dividing by the factorials of the repeated letter counts removes all these duplicates, leaving only genuinely distinct arrangements.
Alternative Method — Build up from smaller factorials
To avoid computing full factorials, simplify the fraction first:
Work step by step using combination-style simplification:
This approach uses smaller numbers and is less prone to arithmetic errors.
CBSE Class 11 and JEE Main both test this “arrangement with repetition” formula. The standard examples are MATHEMATICS (11 letters: M×2, A×2, T×2 → ), MISSISSIPPI, and BANANA. For BANANA: B×1, A×3, N×2 → .
Common Mistake
Students forget to account for ALL repeated letters. For MISSISSIPPI, you must divide by (for I), (for S), AND (for P). Forgetting P gives — exactly double the correct answer. Check: count unique letters first, then check which have frequency > 1.