document.write( "Question 618483: How many combinations of 4 numbers can be made from the set of numbers {2,4,6,7,8,9} \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "a group consists of 6 men and 4 women. If a committee of 5 people is formed, find the number of combinations of the committee that has 3 men and 2 women. \n" );
document.write( "
Algebra.Com's Answer #388955 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! How many combinations of 4 numbers can be made from the set of numbers {2,4,6,7,8,9} \n" ); document.write( "Ans 6C4 = 6C2 = (6*5)/(1*2) = 15 combinations \n" ); document.write( "================================================== \r \n" ); document.write( "\n" ); document.write( "a group consists of 6 men and 4 women. If a committee of 5 people is formed, find the number of combinations of the committee that has 3 men and 2 women. \n" ); document.write( "--------------- \n" ); document.write( "Ans: 6C3 * 4C2 = 20 * 6 = 120 \n" ); document.write( "=================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "================== \n" ); document.write( " |