document.write( "Question 1008275: Three boys and three girls are to sit on a bench for a photograph. Find the number of ways this can be done if three girls must all sit apart. \n" ); document.write( "
Algebra.Com's Answer #624024 by Edwin McCravy(20056)\"\" \"About 
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( "GBGBGB, BGBGBG, GBBGBG, GBGBBG\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( "
\n" );