Five boys and five girls are to sit around a table. Find in how many ways this can be done if the boys and girls alternate

combinatoricsfactorialpermutations

I have a query about this question:

Five boys and five girls are to sit around a table. Find in how many ways this can be done if the boys and girls alternate.

I know this question has been asked before, but I really don't understand why my specific solution is incorrect.

I thought that the answer would be $4!5!*2$, because you take the case that the initial person being seated is a boy, which has $4!5!$ permutations, then you multiply by $2$ to take into account the permutations, for which a girl is initially seated.

Best Answer

Starting with boys or girls actually does not matter , because we only interested in the final solution ,i.e the number of distinct arrangements.However , you deal with how many ways there are to reach the same result. When you first place to girls (by $(5-1)!$) and after placing the boys by $5!$ , you obtain some arrangements whose result is equal to $4! \times 5!$ .Moreover, you obtain these exactly same arrangements when you place firstly boys and after the girls. The key point is that we are calculating the number of different arrangements here , not the number of approaches to reach them.Hence , putting an extra $2$ will cause count the same arrangements twice.