document.write( "Question 720901: Explain how you would find out how many committees of 4 boys and 2 girls can be found from a group of 5 boys and 8 girls. \n" ); document.write( "
Algebra.Com's Answer #442059 by lynnlo(4176)\"\" \"About 
You can put this solution on YOUR website!
boys====4
\n" ); document.write( "girls=2
\n" ); document.write( "a group of 5 boys and 8 girls
\n" ); document.write( "4c5*2c8
\n" ); document.write( "then just multiply to solve your problem
\n" ); document.write( "
\n" );