A club consisting of 6 men and 9 women will choose a committee of 4. In how many ways can the committee be chosen if it must contain at least 1 man?
I started out this problem like this:
men C(6,1)
=6
women C(9,3) =84
But then I realized that it was exactly the same as my problem before this one. The one before said it must contain exactly 1 man which I double checked my answer on here and it was correct. Now this question is asking for it to contain at least 1 man, so now I'm confused on how to solve it.