Five boys and five girls are seated around a circular table, if the boys and girls are seated alternatively, then the number of arrangements is?
I tried doing the 'box method' in calculating the number of possibilities for this scenario, and I figured out the answer was $ 5! * 5! $ , although I think I'm wrong as the solutions say $ 5!/5 * 5! $ . Could someone please explain an efficient manner in completing this question?
see my answer: assume that the clockwise & anticlockwise arrangements are distinct.
first arrange all five girls or boys in a circle say girls are arranged in a circle such that a gap or a seat is vacant between two adjacent girls to seat a boy between them then the total number of circular arrangements of 5 girls $$=\frac{^{5}P_5}{5}=\frac{5!}{5}$$ now, the ways of seating boys in the five gaps of girls is just similar to arranging five boys in a line $=5!$
since both the events of arrangement are independent hence to tal number of arrangements $$=\frac{5!}{5}\cdot 5!$$