document.write( "Question 1019257: A group of 9 males and 6 females are trained for a
\n" ); document.write( "competition. In the end only 4 males and 3 females
\n" ); document.write( "can take part in the actual competition. How many
\n" ); document.write( "combinations are possible to construct the team?
\n" ); document.write( "

Algebra.Com's Answer #635219 by Edwin McCravy(20055)\"\" \"About 
You can put this solution on YOUR website!
A group of 9 males and 6 females are trained for a
\n" ); document.write( "competition. In the end only 4 males and 3 females
\n" ); document.write( "can take part in the actual competition. How many
\n" ); document.write( "combinations are possible to construct the team?
\n" ); document.write( "
\r\n" );
document.write( "9 males, choose 4 = 9C4 = 126 ways to choose 4 males.\r\n" );
document.write( "\r\n" );
document.write( "For each of those 9C4 or 126 ways to choose 4 males, we have:\r\n" );
document.write( "\r\n" );
document.write( "6 females, choose 3 = 6C3 = 20 ways to choose 3 females.\r\n" );
document.write( "\r\n" );
document.write( "That's (9C4)(6C3) = (126)(20) = 2520 ways total.\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );