Please excuse me if I don't type this right, this is my first posted question. I hope I do this right....
I'm having problems with a question from my Intro to Math Analysis course. It is not from any book, but a worksheet that the professor made himself. I need to find the probability of getting a flush or a three of a kind in a 5-card poker hand. It is a standard deck, and I need to exclude "better hands", like straight flushes and full houses. I know the denominator is ${52\choose {5}}$. For the numerator I have calculated the following:
Number of ways to get a flush but not a straight flush: $4\cdot {13\choose {5}} -4 \cdot 10 $
Number of ways to get a three of a kind but not a full house: $13 \cdot {4\choose {3}} \cdot 4 \cdot{12\choose {1}} \cdot4 \cdot{11\choose {1}} $
I know I need to add these together, and I know I don't have to worry about subtracting the number of hands that have been counted in both because you can't have a three of a kind of the same suit anyway. So I have a numerator of $114,932$. But this is far from the answer, which has a numerator of $60,020$. Please help. Thank you.