document.write( "Question 453778: A group has 6 men amd 5 women. How many ways can a committee of 3 men and 2 women be formed? \n" ); document.write( "
Algebra.Com's Answer #311721 by edjones(8007)![]() ![]() You can put this solution on YOUR website! nCr=combination of n things taken r at a time=n!/((n-r)!*r!) \n" ); document.write( "6C3 * 5C2 \n" ); document.write( "=20*10 \n" ); document.write( "=200 ways \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |