document.write( "Question 802245: a teacher has 7 boys and 20 girls in her class. In how many ways can she select 4 of the children to be in a play if she must select 2 boys and 2 girls \n" ); document.write( "
Algebra.Com's Answer #483809 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
a teacher has 7 boys and 20 girls in her class. In how many ways can she select 4 of the children to be in a play if she must select 2 boys and 2 girls
\n" ); document.write( "-----
\n" ); document.write( "# of ways to select 2 boys: 7C2 = 21
\n" ); document.write( "# of ways to select 2 girls: 20C2 = (20*19)/(1*2) = 190
\n" ); document.write( "-----
\n" ); document.write( "# of ways to select 2 boys and 2 girls: 21*190 = 3990
\n" ); document.write( "==============
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "==============
\n" ); document.write( "
\n" ); document.write( "
\n" );