Solveeit Logo

Question

Question: A pack of cards contains 4 aces, 4 kings, 4 queens, and 4 jacks. Two cards are drawn at random. The ...

A pack of cards contains 4 aces, 4 kings, 4 queens, and 4 jacks. Two cards are drawn at random. The probability that at least one of these is an ace is
A.920\dfrac{9}{{20}}
B.316\dfrac{3}{{16}}
C.16\dfrac{1}{6}
D.19\dfrac{1}{9}

Explanation

Solution

We will begin by finding the total number of cards in the pack. Then, we will consider two possibilities of drawing two cards in which at least one is an ace. Next, we will use the formula of combinations to find the probability in each case. Finally, we will find the total probability by adding the probabilities obtained in the two cases.

Formula used:
We will use the following formulas:
If A is an event, then P(A)=P(A) = no. of favourable outcomes ÷\div total no. of outcomes
C(n,r)=nCr=n!r!(nr)!C(n,r) = {}^n{C_r} = \dfrac{{n!}}{{r!(n - r)!}}
n!=n×(n1)!=n×(n1)×(n2)!n! = n \times (n - 1)! = n \times (n - 1) \times (n - 2)!

Complete step-by-step answer:
It is given that the pack of cards contains 4 aces, 4 kings, 4 queens, and 4 jacks. So, there are 16 cards in total. Two cards are drawn and we must find the probability that at least one of these is an ace. We will consider two cases.
Case I: One of the cards is an ace and the other card can be either a king, queen or a jack.
Out of 4 aces, we are drawing one ace and out of the remaining 12 cards, we are drawing one card. Now, one ace can be drawn in 4C1{}^4{C_1} ways.
The other card can be drawn in 12C1{}^{12}{C_1} ways.
So, the possibility of drawing one ace and one other card is 4C1×12C1{}^4{C_1} \times {}^{12}{C_1}.
Now, drawing 2 cards out of 16 given cards can be done in 16C2{}^{16}{C_2} ways. Hence,
PP (drawing one ace and one other card) =4C1×12C116C2 = \dfrac{{{}^4{C_1} \times {}^{12}{C_1}}}{{{}^{16}{C_2}}}
Now, using C(n,r)=nCr=n!r!(nr)!C(n,r) = {}^n{C_r} = \dfrac{{n!}}{{r!(n - r)!}}, we have
\Rightarrow PP (drawing one ace and one other card) =4!1!(41)!×12!1!(121)!16!2!(162)! = \dfrac{{\dfrac{{4!}}{{1!(4 - 1)!}} \times \dfrac{{12!}}{{1!\left( {12 - 1} \right)!}}}}{{\dfrac{{16!}}{{2!(16 - 2)!}}}}
Simplifying the expression, we get
\Rightarrow PP (drawing one ace and one other card) =4×3!1×3!×1216×15×14!2!×14! = \dfrac{{\dfrac{{4 \times 3!}}{{1 \times 3!}} \times 12}}{{\dfrac{{16 \times 15 \times 14!}}{{2! \times 14!}}}}
Computing the factorial, we get
\therefore PP (drawing one ace and one other card) =4×12120=25 = \dfrac{{4 \times 12}}{{120}} = \dfrac{2}{5}

Case II: Out of 4 aces, we are drawing 2 aces.
This can be done in 4C2{}^4{C_2} ways.
Drawing 2 cards out of 16 given cards can be done in 16C2{}^{16}{C_2} ways. Hence,
PP (drawing two aces) =4C216C2=4!2!(42)!120 = \dfrac{{{}^4{C_2}}}{{{}^{16}{C_2}}} = \dfrac{{\dfrac{{4!}}{{2!(4 - 2)!}}}}{{120}}
Simplifying the expression, we get
\Rightarrow PP (drawing two aces) =4!2!2!120 = \dfrac{{\dfrac{{4!}}{{2!2!}}}}{{120}}
Computing the factorial, we get
\Rightarrow PP (drawing two aces) =4×3×2!2!2!120 = \dfrac{{\dfrac{{4 \times 3 \times 2!}}{{2!2!}}}}{{120}}
Simplifying the expression further , we get
\Rightarrow PP (drawing two aces) =120 = \dfrac{1}{{20}}
Now we will find the probability of drawing at least one ace by combining the above cases. Therefore, we have
PP (drawing at least one ace) =25+120 = \dfrac{2}{5} + \dfrac{1}{{20}}
Taking LCM, we get
\Rightarrow PP (drawing at least one ace) =8+110 = \dfrac{{8 + 1}}{{10}}
Adding the terms in the numerator, we get
\Rightarrow PP (drawing at least one ace) =920 = \dfrac{9}{{20}}
Hence, the correct option is A.

Note: We might get confused between combinations and Permutations. In permutations, the order of elements is to be taken care of, whereas in combinations, the order of elements does not matter. Here, the order in which we draw the cards is not a considerable factor, and this is the reason we have used combinations.