I know that the total number of five-card poker hands is $C(52,5)$. I am having trouble figuring our the total number of hands with no pairs, possibly a straight or a flush.
Any hints or help/guidance is appreciated.
I know that the total number of five-card poker hands is $C(52,5)$. I am having trouble figuring our the total number of hands with no pairs, possibly a straight or a flush.
Any hints or help/guidance is appreciated.
On
Think about it this way. You can construct the no-pair hand in two steps:
The middle step is there to ensure you aren't counting anything twice, the number of ways you can perform last step is independent of the first step, so you can just multiply the number of times you can perform the first and last step to get the result.
Alternatively, you can use the approach by gimusi in his answer (and for practice, try both approaches which should give you the same answer!)
HINT
We have that
for the first card we have $p_1=\frac{52}{52}$
for the second card we have $p_2=\frac{48}{51}$
for the third card we have $p_3=\frac{44}{50}$
for the fourth card we have $p_4=\frac{40}{49}$
for the fifth card we have $p_5=\frac{36}{48}$