Five cards are randomly drawn from a standard deck of cards. Find the probability of obtaining one pair.
Which among the two solutions below is correct ?
Solution One
Probability of an event = $\dfrac{\text{What you want (what you are interested in)}}{\text{All possibilities (possible outcomes)}} = \dfrac{\text{Number of events}}{\text{Total number of sample space}}$, usually abbreviated as
$P(E) = \dfrac{n(E)}{n(S)}$.
Things to know before attempting the question:
A standard deck of cards, contains:
- 52 cards (excluding Jokers (there are only 2 Jokers))
- 4 suits: Diamonds, Hearts, Clubs and Spades
- 13 cards in each suit
- 3 face cards in each suit: Jack, Queen and King
- 4 aces in a deck
Back to our question.
The total number of possible five-cards draws (total number of possibilities a person can draw a random combination of five cards from a deck), $n(S) = \begin{pmatrix} 52\\ 5 \end{pmatrix} = \dfrac{52!}{5!(52-5)!} = 2598960.$
1. Any pair (say of 2 A's, 2 2's, 2 K's , 2 J's, 2 8's and so on ) of cards can be chosen in $\begin{pmatrix} 4 \\ 2 \end{pmatrix} = 6 \ \text{ways}.$
2. The process of choosing a pair (in 1 above) can be done in $\begin{pmatrix} 13 \\ 1 \end{pmatrix} = 13 \ \text{ways}$.
3. So, after making the first draw of a pair in 1 above, next, we need to choose 3 more cards from the 12 possibilities left, none of which should match each other (i.e., no two cards can be drawn from the same suit). This can be done in $\begin{pmatrix} 12 \\ 3 \end{pmatrix} = 220 \ \text{ways}$.
4. However, each drawn card can be one of the 4 suits, and so there are $4^{3}$ ways to choose the suits.
Therefore, the number of possible draws with only one pair = $\begin{pmatrix} 4 \\ 2 \end{pmatrix} \begin{pmatrix} 13 \\ 1 \end{pmatrix} \begin{pmatrix} 12 \\ 3 \end{pmatrix}. 4^{3} = 1098240$, and the probability of obtaining one pair,
$P(\text{drawing one pair}) = \dfrac{1098240}{2598960} = \dfrac{352}{833}$.
See cards in the attachment which help to clarify the solution.
Sea also