document.write( "Question 971260: Traditional Chinese banquets consist of many round tables seating 10 persons.
\n" );
document.write( "How many different seating combinations are there for seating 20 people around two round tables.
\n" );
document.write( "Assume that the tables are identical and indistinguishable, and the only thing that matters is the seating order around the table (in other words, each set position is also identical and indistinguishable from each other)
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #594066 by Edwin McCravy(20056)![]() ![]() You can put this solution on YOUR website! Traditional Chinese banquets consist of many round tables seating 10 persons. \n" ); document.write( "How many different seating combinations are there for seating 20 people around \n" ); document.write( "two round tables. \n" ); document.write( "Assume that the tables are identical and indistinguishable, and the only thing \n" ); document.write( "that matters is the seating order around the table (in other words, each set \n" ); document.write( "position is also identical and indistinguishable from each other) \n" ); document.write( " \r\n" ); document.write( "Two seating arrangements are considered identical (indistinguishable) if each\r\n" ); document.write( "person has the same person sitting to their immediate right and the same person\r\n" ); document.write( "sitting to their immediate left.\r\n" ); document.write( "\r\n" ); document.write( "There are 20 chairs. The twenty people can sit in the 20 chairs in 20! ways.\r\n" ); document.write( "But we must now eliminate from that 20! the number of times each\r\n" ); document.write( "indistinguishable arrangement is counted as distinguishable.\r\n" ); document.write( "\r\n" ); document.write( "To do that we must divide 20! by:\r\n" ); document.write( "\r\n" ); document.write( "1. The 10 ways we can rotate the 1st table, (so that each of the 10 people face\r\n" ); document.write( "due north), since we consider those indistinguishable.\r\n" ); document.write( "\r\n" ); document.write( "2. The 10 ways we can rotate the 2nd table, as in 1.\r\n" ); document.write( "\r\n" ); document.write( "3. The 2 ways we can swap the 1st and 2nd tables, since we consider them\r\n" ); document.write( "indistinguishable.\r\n" ); document.write( "\r\n" ); document.write( "Answer\n" ); document.write( " |