[Math] Arrangements of BANANAS where the A’s are separated

combinatoricsdiscrete mathematics

How many arrangements of the word BANANAS are there where the $3$ A's are separated?

I know that once chosen the places for the three A's, there are $\dfrac{4!}{2!}=12$ possible arrangements for the rest of the letters (we divide by $2!$ because there are $2$ N's). But I am having trouble with choosing the places for the A's.

If I do this manually, I count $10$ different arrangements for the $3$ A's, and that would mean that there is a total of $12\cdot 10$ possible arrangements that fit the initial condition. However, I would like to learn to calculate the $10$ cases with a combinatorics argument, instead of just counting. Could someone help me?

Best Answer

If you have $\_B\_N\_N\_S\_$ you can allocate three $A$'s among any of those $5$ empty spaces. That's $\binom{5}{3} = 10$ ways to allocate the $A$'s.

You then multiply that by the number of ways to arrange $B, N, N, S$ amongst themselves, which you have already done: $\frac{4!}{2!} = 12$.

All in all, that's $\binom{5}{3} \cdot \frac{4!}{2!} = 10 \cdot 12 = 120$ ways to arrange $BANANAS$ with all the $A$'s separated.