document.write( "Question 372235: A club has15 members of which 9 are men and 6 are women. In how many ways can the form a committee consisting of 3 men and 2 women? \n" ); document.write( "
Algebra.Com's Answer #265170 by robertb(5830)![]() ![]() You can put this solution on YOUR website! C(9,3) * C(6,2) = 84*15 = 1260. \n" ); document.write( " |