document.write( "Question 1156986: 4 couples (8 people) are getting on a double-decker bus that has 4 seats on each floor. How many different ways can they sit on the bus so that each person's partner is on the opposite floor?\r
\n" );
document.write( "\n" );
document.write( "My try was 2 ways to select the floor.
\n" );
document.write( "2 ways to select a person from each couple. So 2^4 = 16 ways to select a person from all the 4 couples.
\n" );
document.write( "Also to arrange 4 persons on the top floor 4! and to arrange 4 persons on the bottom floor 4!.
\n" );
document.write( "So 2 * 2^4 * 4! * 4! = 18432 ways. \n" );
document.write( "
Algebra.Com's Answer #779983 by ikleyn(52781)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( " \r\n" ); document.write( "\r\n" ); document.write( "\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |