document.write( "Question 852217: a class has 10 boys and 12 girls. in how many ways can a committee of four be selected if the committee can have at most two girls? \n" ); document.write( "
Algebra.Com's Answer #513686 by Edwin McCravy(20055)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( " \"%22%22=%22%22\" \"%22%22%2B%22%22\" \"%22%22%2B%22%22\"\r\n" );
document.write( "\r\n" );
document.write( "        C(12,0)C(10,4)+C(12,1)C(10,3)+C(12,2)C(10,2) =\r\n" );
document.write( "\r\n" );
document.write( "        (1)(210)+(12)(120)+(66)(45) = 210+1440+2904 = 4554\r\n" );
document.write( "\r\n" );
document.write( "Answeer: 4554 ways\r\n" );
document.write( "\r\n" );
document.write( "Edwin 
\n" ); document.write( "
\n" );