How many five-card poker hands using 52 cards contain exactly two aces?
I know the answer is $$\binom{4}{2}\cdot \binom{48}3,$$ but I'm not sure how to explain it.
Any help here?
How many five-card poker hands using 52 cards contain exactly two aces?
I know the answer is $$\binom{4}{2}\cdot \binom{48}3,$$ but I'm not sure how to explain it.
Any help here?
There are $52$ two cards, $4$ aces and $48$ other non-ace cards. When you are choosing a hand with $2$ aces, there are $C(4,2)$ ways to choose the two aces and $C(48,3)$ ways to choose the other cards.
You are choosing two of the four aces and three of the remaining $48$ cards. The choices are independent.