document.write( "Question 647599: how many ways can 7 people A,B,C,D,E,F and G, sit in a row at a movie theater if A and B must sit by each other? \n" ); document.write( "
Algebra.Com's Answer #406316 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! \"if A and B must sit by each other\", then A and B can be thought of as the same person. Think of this person as AB.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So \r \n" ); document.write( "\n" ); document.write( "A,B,C,D,E,F and G\r \n" ); document.write( "\n" ); document.write( "becomes\r \n" ); document.write( "\n" ); document.write( "AB,C,D,E,F and G\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So you now have 7-1 = 6 people filling 6 seats. So there are 6! = 720 different ways to fill these seats.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "This is also true for BA. So we double the count to 1440\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Therefore, there are 1440 different ways to seat 7 people where A and B must sit by each other. \n" ); document.write( " |