document.write( "Question 848988: assume that we want to seat Alex, Bonnie, Carl, Daria, Edith, and Frank in a row of six chairs. In how many ways can the seating be done if Alex and Bonnie must sit together. \n" ); document.write( "
Algebra.Com's Answer #512027 by Edwin McCravy(20055)![]() ![]() You can put this solution on YOUR website! \r\n" ); document.write( "It's the number of permutation of the 5 things {AB,C,D,E,F}\r\n" ); document.write( "plus the number of permutations of the 5 things {BA,C,D,E,F}\r\n" ); document.write( "\r\n" ); document.write( "Answer 5!+5! = 2×5! = 2×120 = 240 ways.\r\n" ); document.write( "\r\n" ); document.write( "Edwin\n" ); document.write( " |