I am currently trying to figure out why my answer is not correct for that following question.
Q: What is the probability that 13 cards drawn from a standard deck has at least one card from each suit?
A: Clearly we know that there are 52C13 ways to draw 13 cards which will be the denominator for the final answer. Moreover, this is an inclusion and exclusion problem so the numerator is N(c1c2c3c4) where condition 1 is clubs, condition 2 is spades, condition 3 is hearts and finally condition 4 as diamonds. My logic is wrong here however...
I got N(c1c2c3c4) / 52C3 , however the answer key has N(-c1-c2-c3-c4)/52C3. I used the "-" to denote negation. Can someone explain to me why the book has it like this?
Visualizing this with a venn diagram, why would the numerator be the group of things that do not include conditions 1,2,3,4?