What is the probability of getting the following hand?

34 Views Asked by At

What is the probability of getting the following hand? (Red 10, Black J, Red Q, Black K and Red A) or (Black 10, Red J, Black Q, Red K, Black A), we do not consider ordering in this case.

This is my solution $$(10/52 \cdot 8/51 \cdot 6/50 \cdot 4/49 \cdot 2/48) \cdot 2$$ Just wondering am I on the right track. Thanks a lot!

1

There are 1 best solutions below

0
On

Yes, it is correct. There are $2\cdot 2\cdot 2\cdot 2\cdot 2=2^5$ hands of the first type. The same number for the second type. There is no hand which is both of the first and of the second type. Then the required probability is $$\frac{2^5+2^5}{\binom{52}{5}}$$ which is the same of yours.