document.write( "Question 300136: How many different male-female committees can be formed from among 9 males and 10 females if each committee is to consist of 5 males and 6 females? \n" ); document.write( "
Algebra.Com's Answer #215439 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
How many different male-female committees can be formed from among 9 males and 10 females if each committee is to consist of 5 males and 6 females?
\n" ); document.write( "----
\n" ); document.write( "# of groups of 5 males : 9C5 = 126
\n" ); document.write( "---
\n" ); document.write( "# of groups of 6 females: 10C6 = 210
\n" ); document.write( "------------------------------------------
\n" ); document.write( "Total # of mixed groups: 126*210 = 26460
\n" ); document.write( "=============================================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "=============================================
\n" ); document.write( "
\n" );