document.write( "Question 344851: We are to seat 5 boys, 5 girls, and 1 parent in a circular arrangement. In how many ways can this be done if no boy is to sit next to a boy and no girl is to sit next to a girl? What if there are 2 parents?\r
\n" ); document.write( "\n" ); document.write( "I really just don't know where to start. I've drawn it up, but if you count symmetries and assume the boys and girls to be indistinguishable its weird.. i'm honestly just not good at this haha. thanks for all your help though
\n" ); document.write( "

Algebra.Com's Answer #246776 by scott8148(6628)\"\" \"About 
You can put this solution on YOUR website!
the parent(s) are easy to factor in , just concentrate on the boys and girls\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the only way for no two boys or two girls to be next to each other is for them to be alternating around the circle\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "imagine a ring of 5 boys (with spaces) and a ring of 5 girls (with spaces)
\n" ); document.write( "___ the rings are intermeshed to make the seating arrangement\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "how many ways can five things be ordered or arranged sequentially?
\n" ); document.write( "___ usually , 5!
\n" ); document.write( "___ but a circular arrangement repeats itself as many times as there are positions on the circle
\n" ); document.write( "___ so there are 4! (5! / 5) orders for the ring of boys and for the ring of girls
\n" ); document.write( "___ there are also 5 ways for the rings to intermesh\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "so the number of boy-girl arrangements is ___ 4! * 4! * 5\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "one parent can insert a chair at any of 10 places on the circle
\n" ); document.write( "___ so boys and girls and one parent is ___ 4! * 4! * 5 * 10\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the second parent would have 11 places to insert a chair
\n" ); document.write( "___ so boys and girls and two parents is ___ 4! * 4! * 5 * 10 * 11\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the second parent would also allow an adjacent boy and girl to swap positions
\n" ); document.write( "so that two boys and two girls
\n" ); document.write( "would be separated by parents instead of other boys and girls
\n" ); document.write( "___ 10 possible swaps with two positions for the parents
\n" ); document.write( "___ the possible arrangements now becomes ___ 4! * 4! * 5 * (10 * 11 + 20)
\n" ); document.write( "
\n" );