Question
Question: There are two packs of 52 playing cards. All the four aces from the pack A are removed whereas from ...
There are two packs of 52 playing cards. All the four aces from the pack A are removed whereas from the pack B, one ace, one king, one queen and one jack is removed. One of these two packs is selected randomly and two cards are drawn simultaneously from it, and found to be a pair (i.e. both have the same rank e.g two 9’s or two king etc). The probability that the pack A was selected is
A) 2312
B) 2311
C) 2310
D) None of these
Solution
This is a question of conditional probability. We will use Bayes theorem to find conditional probability. Choosing of one of the two packs is random and so can be considered as equally probable. We will then find the probability of the event and substitute values in the theorem.
Complete Step by Step Solution:
Bayes Theorem
⇒P(B/A)=P(A)P(B)×P(A/B)
A and B are events with probability P(A) and P(B) respectively.
P(B/A) indicates the probability of event B when event A has happened.
In our question
A is the event of getting a pair.
B is the event of choosing pack A.
P(A) is the probability of getting a pair from both the packs selecting one of them.
This can be done by solving for each case,
Probability of choosing both the packs is the same.
Hence we can take the probabilities to be 21 .
Probability of finding a pair is the ratio of total number of pairs available to the sample space of 2 card sets.
In pack A there are no aces and so the pairs can be formed by 4 cards each of only 12 ranks.
In pack B there are all ranks but one card is missing from king, queen, jack and aces. So pairs can be formed by 4 cards of 9 ranks and 3 cards each of the remaining 4 ranks.
Solving accordingly,
⇒P(A)=21×48C212×4C2+21×48C29×4C2+4×3C2
Here
⇒nCr=r!(n−r)!n!
Exclamation mark indicates factorial function.
As discussed above,
⇒P(B)=21
Now for P(A/B),
Since we have chosen pack A,
we will consider 48 cards with no aces and so only 12 ranks.
⇒P(A/B)=48C212×4C2
Substituting all the values in Bayes Formula
⇒P(B/A)=21×48C212×4C2+21×48C29×4C2+4×3C221×48C212×4C2
Further solving,
⇒P(B/A)=12×4C2+9×4C2+4×3C212×4C2
Calculating this
⇒P(B/A)=12+9+212
⇒P(B/A)=2312
Hence the answer is option A.
Note:
You should apply Bayes theorem only if solving the conditional probability for the reverse case is easy to solve. For example, P(A/B) was easy to solve and so we simplified using the theorem. You can also find the same for pack B similarly by subtracting P(B/A) from 1 because both the events are mutually exhaustive.