Hi! I am having trouble figuring out how to go about solving the following problem:
"Find the probability of obtaining the given 5-card poker hand. - three of a kind"
I have tried several different ways, most recently
C(52,3) x C(13,4) x C(4,3)
as well as
C(4,3)/C(52,2)...