document.write( "Question 444082: A class of 30 students (12 male and 18 female) are put into groups of 3. How many combinations can be formed if the requirement is that no group can be entirely all male or female? \n" ); document.write( "
Algebra.Com's Answer #306218 by edjones(8007)\"\" \"About 
You can put this solution on YOUR website!
nCr=Combination of n things taken r at a time.
\n" ); document.write( "(12C1)(18C2)+(12C2)(18C1)
\n" ); document.write( "=1836+1188
\n" ); document.write( "=3024
\n" ); document.write( ".
\n" ); document.write( "Ed
\n" ); document.write( "
\n" );