A small company employs $3$ men and $5$ women. If a team of $4$ employees is to be randomly selected to organize the company retreat, what is the probability that the team will have exactly $2$ women?
So, first, how many possible combinations are there. Well there are $8$ people and a group of $4$ people are going to be selected. We want to know how many of these teams can be selected with $2$ women. It seems like order does not matter and so its a combination problem. MWMW is the same as MMWW here.
Anyway, how many total combinations are there are 8 ppl in 4 teams? Well its: $_8C_4 = \frac{8!}{4!4!} = \frac{8 \cdot 7 \cdot 6 \cdot 5}{4 \cdot 3 \cdot 2 \cdot 1}= \frac{2 \cdot 7 \cdot 2 \cdot 5}{1 \cdot 1 \cdot 2 \cdot 1}= \frac{140}{2} = 70$.
So there are $70$ total groups. So that goes in the denominator for the answer. What's our numerator?
How do I proceed from here?