document.write( "Question 765459: A committee of 11 people, six women and five men, is forming a subcommittee that is to be made up of two women and three men. In how many ways can the subcommittee be formed? \n" ); document.write( "
Algebra.Com's Answer #466169 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!
There are (6 C 2)*(5 C 3) = (15)*(10) = 150 different ways to form the subcommittee.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Note: I'm using the formula\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "n C r = (n!)/(r!*(n-r)!)
\n" ); document.write( "
\n" );