You can
put this solution on YOUR website!A committee is to consist of three members.
If there are seven men and five women available to serve on the committee, how many different committees can be formed?
-----
0 men: 5C3 = 10 committees
---
1 man: 7C1*5C2 = 7*10 = 70 committees
---
2 men: 7C2*5C1 = 21*5 = 105 committees
---
3 men: 7C3 = 35 committees
-----------------------------------------
Total # of committees: 10+70+105+35 = 220
===================
Cheers,
Stan H.
You can
put this solution on YOUR website!If it doesn't matter how many men or women are on the committee, then you have 12 potential members combined 3 at a time, or 12C3, which is:
12x11x10x9!/9!x3x2x1=12x11x10/3x2x1=220 different possible committees..