document.write( "Question 936633: In how many ways can five students be seated in row of eight seat if a certain two students
\n" );
document.write( "a) insist on setting next to each other
\n" );
document.write( "b) Refuse to sit next to each other \n" );
document.write( "
Algebra.Com's Answer #570162 by Edwin McCravy(20055)![]() ![]() You can put this solution on YOUR website! In how many ways can five students \n" ); document.write( " \r\n" ); document.write( "Suppose the students are A,B,C,D and E\r\n" ); document.write( "and the seats are 1,2,3,4,5,6,7 and 8\r\n" ); document.write( " \n" ); document.write( "be seated in row of eight seat if a certain two students\r \n" ); document.write( "\n" ); document.write( "a) insist on setting next to each other \n" ); document.write( " \r\n" ); document.write( "Suppose A and B insist on sitting together.\r\n" ); document.write( "\r\n" ); document.write( "Case 1: A sits left of B\r\n" ); document.write( "There are 7 ways to choose their seats: 1&2,2&3,3&4,4&5,5&6,6&7, and 7&8\r\n" ); document.write( "That's 7 ways:\r\n" ); document.write( "Case 2: A sits right of B\r\n" ); document.write( "That's also 7 ways.\r\n" ); document.write( "\r\n" ); document.write( "That's 14 ways to place A and B together\r\n" ); document.write( "\r\n" ); document.write( "There are now 6 seats left and 3 students C,D, and E left to seat.\r\n" ); document.write( "\r\n" ); document.write( "For each of those 14 ways to seat A and B, there are\r\n" ); document.write( "6 ways to seat C. That's 14*6 ways to seat A,B and C.\r\n" ); document.write( "\r\n" ); document.write( "There are now 5 seats left and 2 students D and E left to seat.\r\n" ); document.write( "\r\n" ); document.write( "For each of those 14*6 ways to seat A,B and C, there are\r\n" ); document.write( "5 ways to seat D. That's 14*6*5 ways to seat A,B,C and D.\r\n" ); document.write( " \r\n" ); document.write( "There are 4 seats left and 1 student, E, left to seat.\r\n" ); document.write( "\r\n" ); document.write( "For each of those 14*6*5 ways to seat A,B,C and C, there are\r\n" ); document.write( "4 ways to seat D. That's 14*6*5*4 ways to seat A,B,C,D and E.\r\n" ); document.write( "\r\n" ); document.write( "Answer: 14*6*5*4 = 1680 ways.\r\n" ); document.write( " \n" ); document.write( "b) Refuse to sit next to each other \n" ); document.write( " \r\n" ); document.write( "There are 8 ways to seat A, 7 ways to seat B, 6 ways to seat C,\r\n" ); document.write( "5 ways to seat D and 4 ways to seat E.\r\n" ); document.write( "\r\n" ); document.write( "That's 8*7*6*5*4 = 6720 ways anybody can sit in any seat.\r\n" ); document.write( "\r\n" ); document.write( "We subtract 1680 ways A and B sit together.\r\n" ); document.write( "\r\n" ); document.write( "Answer 6720-1680 = 5040.\r\n" ); document.write( "\r\n" ); document.write( "Edwin\n" ); document.write( " |