edited by
1,051 views
0 votes
0 votes
If it is assumed that all $\binom{52}{5}$ poker hands are equally likely, what is the probability of being dealt two pairs? (This occurs when the cards have denominations a, a, b, b, c, where a, b, and c are all distinct.)

 

my approach is:
selecting a denomination=$\binom{13}{1}$ ways and selecting two suits=$\binom{4}{2}$

so selection of first pair=$\binom{13}{1}*\binom{4}{2}$

Similarly, for the other pair, ways of selecting the second pair=$\binom{12}{1}*\binom{4}{2}$

and the remaining one card can be chosen in $\binom{11}{1}*\binom{4}{1}$ ways

So, probability=$\frac{\binom{13}{1}*\binom{4}{2}*\binom{12}{1}*\binom{4}{2}*\binom{11}{1}*\binom{4}{1}}{\binom{52}{5}}$

I’m getting answer 0.095 but in the book answer is given 0.0475

where am I going wrong?
edited by

1 Answer

Best answer
1 votes
1 votes
I've done in this way.

For selecting 2 pairs, first, we choose 2 types of cards out of possible 13. So, we get 13C2. Now, for each pair, we have to select 2 colours out of 4. So, now, we get 13C2 * 4C2 * 4C2,  as final for selecting the pairs.

But, now for selecting the last card, we will select 1 card from rest 11 numbers, which will be 11C1, but it can be of any 4 colours, so for single card, the number of combinations are 11C1 * 4C1.

Finally, answer :

13C2 * 4C2 * 4C2 * 11C1 * 4C1 / 52C5 = 0.0475
selected by

Related questions

0 votes
0 votes
1 answer
1
lolalo asked Jul 28, 2022
451 views
A deck consists of 52 playing cards which is well shuffled. Draw 6 cards. Find the probability that among the cards there will be a representative of all suits?can someon...
1 votes
1 votes
1 answer
4