Question 1141010
<b>How many committees are possible if the number of men and women on the committee doesn't matter?</b>
<pr>
18C6 = {{{18!/(6!*12!)}}} = 18,564
<pr>
<b>How many committees are possible if there must be 4 women and 2 men on the committee?</b>
<pr>
8C4 * 10C2 = {{{(8!/(4!*4!))*(10!/(2!*8!))}}} = 3150