document.write( "Question 437379: A dinner party has 7 couples. The hostess wishes to seat all the guests around a circular table alternating males and females. How many differnt seating arrangements are there? Assume that there is no special seat around the table. \n" ); document.write( "
Algebra.Com's Answer #302614 by edjones(8007)![]() ![]() You can put this solution on YOUR website! If we seat the ladies first in alternate seats in a circle \n" ); document.write( "nPr=7P7/7 \n" ); document.write( "=7!/7 \n" ); document.write( "=5040/7 \n" ); document.write( "=720 \n" ); document.write( ". \n" ); document.write( "7! for the men \n" ); document.write( "=5040 \n" ); document.write( ". \n" ); document.write( "720*5040=3,628,800 different seating arrangements are possible. \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |