document.write( "Question 615815: A class has 10 boys and 12 girls. Find the probabliltity of selecting a committee of four with at most two girls? I have the answer, which is 4620/ 7315. I got 7315 by doing 22C4. How do i get 4620? \n" ); document.write( "
Algebra.Com's Answer #387316 by scott8148(6628)\"\" \"About 
You can put this solution on YOUR website!
\"at most two\" means none, one, or two\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "none means all boys ___ 10C4\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "one ___ 12C1 * 10C3\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "two ___ 12C2 * 10C2\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "add the three cases to get 4620
\n" ); document.write( "
\n" );