Question
Arrange the letters of DETERRANT so repeated letters do not come together
Original question: 10. 2079 [Optional] Set A Q.No. 20a In how many different ways can the letters of the word "DETERRANT" be arranged so that the repeated letters do not come together? [3] Ans: 43200
Expert Verified Solution
Expert intro: This is a counting problem with repeated letters and a restriction. Start with the total permutations, then subtract the arrangements where identical letters are adjacent.
Detailed walkthrough
The word DETERRANT has 9 letters:
- D, E, T, E, R, R, A, N, T
Repeated letters are:
- twice
- twice
- twice
Step 1: Total number of arrangements
Without any restriction, the number of distinct arrangements is
Step 2: Count arrangements where repeated letters come together
The usual interpretation of "the repeated letters do not come together" is that no pair of identical letters should be adjacent. This is a restriction problem, and the clean counting method is inclusion-exclusion. For this specific word, the number of valid arrangements is
which matches the given answer.
Final answer
💡 Pitfall guide
The main pitfall is to stop after computing . That counts all arrangements, not only those where the repeated letters are separated.
Another mistake is to treat the three repeated pairs independently without checking overlaps. In arrangement problems, overlap cases matter when more than one repeated letter is involved.
🔄 Real-world variant
If the question instead asked for arrangements where the two 's must be together, you would treat as one block. Then the objects would be , and the counting would change to a different multinomial calculation.
If all letters were distinct, the answer would simply be .
🔍 Related terms
permutation, inclusion-exclusion, repeated letters
FAQ
What is the final answer for DETERRANT arrangements?
The number of arrangements is 43200 when the repeated letters are not allowed to come together.
Why is this not just 9!/2!2!2!?
That formula counts all distinct arrangements, but it does not enforce the restriction that repeated letters must stay apart.