In how many ways can a committee of $5$ members be formed from $4$ women and $6$ men such that at least $1$ woman is a member of the committee.
I know that the correct answer is:
$\binom{10}{5} - \binom{6}{5} = 246$
In hindsight (after reading the solution guide), that all makes sense (All Groups - Just those with $5$ Men). However, I can't figure out why my original solution doesn't work. I would choose $1$ of the women, and then choose any $4$ from the remaining $9$ people. This gives us:
$\binom{4}{1}\binom{9}{4} = 504$
Can anyone explain why that doesn't work? Thank you for your help!
Your solution counts twice the configuration with two women, three times the configurations with $3$ women, etc.
Imagine that the question was to form a committee with four women. Your solution would yield "choose one woman (4 options) and then there are ${3\choose 3}=1$ way to choose the remaining three, so four ways altogether (where the answer is obviously $1$: take all four women).