document.write( "Question 650085: A class has 8 boys and 4 girls. A committee of 3 has to be chosen. In how many ways can at least 1 girl be chosen to the committee? Please explain how to get the answer.. \n" ); document.write( "
Algebra.Com's Answer #407168 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( "A class of \"12\" has 8 boys and 4 girls. A committee of 3 has to be chosen. \r
\n" ); document.write( "\n" ); document.write( " 12C3 total choices of a committee
\n" ); document.write( " 8C3 number of committes withno girls on a committee\r
\n" ); document.write( "\n" ); document.write( "In how many ways can at least 1 girl be chosen to the committee?
\n" ); document.write( " 12C3 - 8C3
\n" ); document.write( "
\n" ); document.write( " \n" ); document.write( "
\n" );