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.209
B.163
C.61
D.91
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)= no. of favourable outcomes ÷ total no. of outcomes
C(n,r)=nCr=r!(n−r)!n!
n!=n×(n−1)!=n×(n−1)×(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 ways.
The other card can be drawn in 12C1 ways.
So, the possibility of drawing one ace and one other card is 4C1×12C1.
Now, drawing 2 cards out of 16 given cards can be done in 16C2 ways. Hence,
P (drawing one ace and one other card) =16C24C1×12C1
Now, using C(n,r)=nCr=r!(n−r)!n!, we have
⇒ P (drawing one ace and one other card) =2!(16−2)!16!1!(4−1)!4!×1!(12−1)!12!
Simplifying the expression, we get
⇒ P (drawing one ace and one other card) =2!×14!16×15×14!1×3!4×3!×12
Computing the factorial, we get
∴ P (drawing one ace and one other card) =1204×12=52
Case II: Out of 4 aces, we are drawing 2 aces.
This can be done in 4C2 ways.
Drawing 2 cards out of 16 given cards can be done in 16C2 ways. Hence,
P (drawing two aces) =16C24C2=1202!(4−2)!4!
Simplifying the expression, we get
⇒ P (drawing two aces) =1202!2!4!
Computing the factorial, we get
⇒ P (drawing two aces) =1202!2!4×3×2!
Simplifying the expression further , we get
⇒ P (drawing two aces) =201
Now we will find the probability of drawing at least one ace by combining the above cases. Therefore, we have
P (drawing at least one ace) =52+201
Taking LCM, we get
⇒ P (drawing at least one ace) =108+1
Adding the terms in the numerator, we get
⇒ P (drawing at least one ace) =209
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.