document.write( "Question 1008274: Three boys and three girls are to sit on a bench for a photograph. Find the number of ways this can be done if the three girls must sit together. \n" ); document.write( "
Algebra.Com's Answer #624046 by Edwin McCravy(20054)![]() ![]() You can put this solution on YOUR website! \r\n" ); document.write( "There are only these 4 ways to arrange them sex-wise:\r\n" ); document.write( "\r\n" ); document.write( "GGGBBB, BGGGBB, BBGGGB, BBBGGG\r\n" ); document.write( "\r\n" ); document.write( "For each of these 4 sex-wise arrangements, there are\r\n" ); document.write( "\r\n" ); document.write( "3! ways to arrange the 3 girls, and\r\n" ); document.write( "3! ways to arrange the 3 boys.\r\n" ); document.write( "\r\n" ); document.write( "That's 4*3!*3! = 4*6*6 = 144 ways.\r\n" ); document.write( "\r\n" ); document.write( "Edwin\n" ); document.write( " |