Find the number of distinguishable ways the word "STATISTICS" can be arranged if only $1$ T will be alone while the other $2$ T will be together.
How do I solve this? Or does it need complex workings?
I Have done many practices on permutation and Combination. But all I see all the time is questions such as "Number of ways letter T come together" or Number of ways no $2$ Ts are together which also means T cannot be together.
Therefore, the question above is come out by my own self. How do we attempt it?
We set aside the $T$s for now and arrange the seven letters $S, S, S, I, I, A, C$. We can fill three of the seven positions with an $S$ in $\binom{7}{3}$ ways, fill two of the remaining four positions with an $I$ in $\binom{4}{2}$ ways, and fill the remaining two positions with an $A$ and a $C$ in $2!$ ways. Hence, there are $$\binom{7}{3}\binom{4}{2}2! = \frac{7!}{3!4!} \cdot \frac{4!}{2!2!} = \frac{7!}{3!2!}$$ distinguishable arrangements of the letters $S, S, S, I, I, A, C$.
Arranging these seven letters creates eight spaces in which we can place a TT and a T, six between successive letters, and two at the ends of the row.
$$\square S \square A \square S \square S \square I \square C \square I \square$$ To ensure that exactly two $T$s are together, we must place $TT$ in one of these eight spaces and $T$ in another. Hence, the number of arrangements of the letters of the word $STATISTICS$ in which exactly two $T$s are together is $$8 \cdot 7 \cdot \binom{7}{3}\binom{4}{2}2! = 23520$$