8 Indians and 3 Americans are to stand in a row at random. What is the probability that no 2 Americans are always together?
I think the answer should be 1 because as there are many possible configurations, 2 Americans can never be "always" together.
However, a solution by a person online says the following :
so lets see.. it's given indians and americans so i'm assuming that implies every person is unique.
Our sample space would be $11! = 39916800$
Counting the unfavorable conditions (A-american I-indian) situation like this AAI(remaining in any order) AAA(remaining in any order)
AAI...... The number of ways to achieve this would be $3C2 *2* 8C1 * 8!$ which is choosing $2$ americans from $3$ which would be $3C2*2$ and choosing $1$ indian from $8$ >which would be 8C1 and then the remaining people in any order which would be 8!
AAA...... The number of ways to achieve this would be $3! * 8!$
So this would sum up to $2177280$
So the probability of this would be $2177280/39916800 = 0.0545$
So the probability of no $2$ americans being together would be $ 1 - 0.0545 = 0.9455$
so $94.55%$
Which one is the right answer?
For the case $AAA$ we have: $9\cdot 8!$ choices of seating.
For the case $AA$ we have: $ 8\cdot 7\cdot 8! + 2\cdot 8\cdot 8!$ choices of seating.
And there are a total of $11!$ choices of seating available. Thus $P(\text{no 2 A together}) = 1 - \dfrac{9\cdot 8! + 8\cdot 7\cdot 8! + 2\cdot 8\cdot 8!}{11!}$