Question
Question: In a card game using a standard \[52\] card deck, \[4\]-card hands are dealt. What’s the probability...
In a card game using a standard 52 card deck, 4-card hands are dealt. What’s the probability of being dealt 3 diamonds ?
Solution
To find the probability of being dealt 3 diamonds, we will use the concept of combination. We will first find the number of ways selecting 3 diamonds cards from 13 diamonds cards and then the number of ways in which fourth card will not be a diamond in order to find total ways in which 4-card hands are dealt such that being dealt 3 diamonds. We will then find the total number of ways in which 4-card hands can be dealt from 52 card deck. To find the probability of being dealt 3 diamonds, we will take ratio of total ways in which 4-card hands are dealt such that being dealt 3 diamonds to total number of ways in which 4-card hands can be dealt from 52 card deck.
Complete step by step answer:
We have to find the number of possible 4-card hands which contain exactly 3 diamonds.As we know, in a standard deck there are 13 ordinal cards i.e., Jack, Queen, King and 10 aces and in each of 4 suits i.e., Hearts, Diamond, Clubs and Spades.Therefore, we have total 13×4 cards i.e., 52 cards.We will use the concept of Combination to determine the number of possible 4-card hands which contain exactly 3 diamonds as the order in which we are selecting the cards is not important here. So, we can use the concept of combination to solve this problem.As we know,
nCr=r!(n−r)!n!
where n is the number of items and r is the number of items being chosen at a time.
Number of ways in which 3 diamonds can be selected from 13 diamonds card will be 13C3 i.e.,
Number of ways of selecting 3 diamonds cards from 13 diamonds cards = 13C3
Putting in formula we get
⇒13C3=3!(13−3)!13!
On expanding we get
⇒13C3=3×2×10!13×12×11×10!
On calculation we get
⇒13C3=286
So, the number of ways of selecting 3 diamonds cards from 13 diamonds cards = $$$$286
The fourth card can’t be a diamond. Therefore, we have to select from the remaining suits.
Number of ways in which fourth card will not be a diamond = 52−13
=39
Putting all together we get, number of ways of being dealt 3 diamonds = 286 \times 39$$$$ = 11154
Number of ways in which 4 card hands can be dealt from 52 cards { = ^{52}}{C_4}$$$$ = \dfrac{{52!}}{{\left( {52 - 4} \right)!4!}}
On expanding, we get
Number of ways in which 4 card hands can be dealt from 52 cards =48!×4×3×2×152×51×50×49×48!
On simplification, we get
Number of ways in which 4 card hands can be dealt from 52 cards =270125
The probability of being dealt 3 diamonds =Total number of ways in which 4 card hands can be dealt from 52 cardsnumber of ways of being dealt 3 diamonds=27012511154
On simplification we get
The probability of being dealt 3 diamonds =0.041
Therefore, the probability of being dealt 3 diamonds is 0.041.
Note: Here, we are not interested in the order of the draw, that’s why we have used combination because a combination is a grouping or subset of items where the order does not matter. But if the order did matter then it will be solved using permutation as permutation is an arrangement in a definite order.