document.write( "Question 1146101: A school teacher has 6 girls and 8 boys to arrange for a choir. Determine the number of different ways she can arrange the 14 different children,\r
\n" ); document.write( "\n" ); document.write( "a)if the boys should stand behind the girls.
\n" ); document.write( "b)in a single row,if the girls must be kept together.
\n" ); document.write( "c)in a single row,if no two girls should stand next to each other.\r
\n" ); document.write( "\n" ); document.write( "please help!!!
\n" ); document.write( "

Algebra.Com's Answer #767482 by Edwin McCravy(20077)\"\" \"About 
You can put this solution on YOUR website!
A school teacher has 6 girls and 8 boys to arrange for a choir. Determine the number of different ways she can arrange the 14 different children,
\n" ); document.write( "a)if the boys should stand behind the girls.
\n" ); document.write( "
\r\n" );
document.write( "BBBBBBBB\r\n" );
document.write( " GGGGGG\r\n" );
document.write( "\r\n" );
document.write( "Answer = (8!)(6!) = (40320)(720) = 29030400 ways\r\n" );
document.write( "

\n" ); document.write( "b)in a single row,if the girls must be kept together.
\n" ); document.write( "
\r\n" );
document.write( "For each of the 6!=720 arrangements of the girls, there are\r\n" );
document.write( "9 things to arrange, (that is, 8 boys and 1 row of girls)\r\n" );
document.write( "\r\n" );
document.write( "Answer = (6!)(9!) = (720)(362880) = 261273600\r\n" );
document.write( "

\n" ); document.write( "c)in a single row,if no two girls should stand next to each other.
\n" ); document.write( "
\r\n" );
document.write( "First we stand the boys in 8!=40320 ways\r\n" );
document.write( "\r\n" );
document.write( " B B B B B B B B\r\n" );
document.write( "\r\n" );
document.write( "We put a blank for each place a girl could be inserted between two boys\r\n" );
document.write( "or on one of the ends\r\n" );
document.write( "\r\n" );
document.write( "_B_B_B_B_B_B_B_B_\r\n" );
document.write( "\r\n" );
document.write( "Of those 10 places between two boys or on an end, we choose 6.\r\n" );
document.write( "So there are 10C6 = 210.\r\n" );
document.write( "For each of those 210 ways to place the 6 girls, they can be arranged in \r\n" );
document.write( "6!=720 ways.\r\n" );
document.write( "\r\n" );
document.write( "Answer = 8!∙10C6∙6! = (40320)(210)(720) = 6096384000 ways.\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );