document.write( "Question 354019: In a classroom there are seven girls and five boys. A group of 3 girls and two boys are to be chosen. How many differnt possibilities are there? \n" ); document.write( "
Algebra.Com's Answer #253051 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
In a classroom there are seven girls and five boys. A group of 3 girls and two boys are to be chosen. How many different possibilities are there?
\n" ); document.write( "-----------------------------------
\n" ); document.write( "# of ways to select 3 girls: 7C3
\n" ); document.write( "---
\n" ); document.write( "# of ways to select 2 boys: 5C2
\n" ); document.write( "-----
\n" ); document.write( "# of different possibilities: 7C3*5C2 = 350
\n" ); document.write( "================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" );