SOLUTION: There are 7 women and 5 men in a department. Four people are needed for a committee.
a) In how many ways can a committee of 4 people be selected?
b) In how many ways can this com
Algebra ->
Probability-and-statistics
-> SOLUTION: There are 7 women and 5 men in a department. Four people are needed for a committee.
a) In how many ways can a committee of 4 people be selected?
b) In how many ways can this com
Log On
Question 1150200: There are 7 women and 5 men in a department. Four people are needed for a committee.
a) In how many ways can a committee of 4 people be selected?
b) In how many ways can this committee be selected if there must be exactly 2 men and 2 women on the committee?
c) In how many ways can this committee be selected if there must be at least 2 women on the committee? Answer by VFBundy(438) (Show Source):
You can put this solution on YOUR website! a) In how many ways can a committee of 4 people be selected?
12C4 = = 495 b) In how many ways can this committee be selected if there must be exactly 2 men and 2 women on the committee?
7C2 * 5C2 = = 210 c) In how many ways can this committee be selected if there must be at least 2 women on the committee?
Ways to choose 4 women and 0 men: 7C4 = = 35
Ways to choose 3 women and 1 man: 7C3 * 5C1 = = 175
Ways to choose 2 women and 2 men: 7C2 * 5C2 = = 210
35 + 175 + 210 = 420