Two cards are dealt from a well-shuffled deck. Find the probability that the first is an ace or the second is a jack.
What follows is the incorrect (but, as we’ll see later, salvageable) solution.
- The first card is an ace and the second card is a jack.
- The first card is an ace and the second card is not a jack.
- The first card is not an ace and the second card is a jack.
- P(first an ace) P(second a jack, given first an ace)
- P(first an ace) P(second not a jack, given first an ace)
- P(first not an ace) P(second a jack, given first not an ace)
Adding these together, we obtain the answer:
When my student presented this to me, I must admit that it took me a couple of minutes before I found the hole in the student’s logic.
This answer is wrong because the second probability in Case 3 above was not calculated correctly. If we only know that the first card is not an ace, then we don’t have enough information to know how many of the remaining 51 cards are jacks. So the conditional probability is incorrect in Step 3.
Even though the above logic is slightly incorrect, it can be salvaged by splitting Case 3 above into two subcases.
- The first card is an ace and the second card is a jack.
- The first card is an ace and the second card is not a jack.
- The first card is a jack, and the second card is a jack.
- The first card is neither an ace nor a jack, and the second card is a jack.
- P(first an ace) P(second a jack, given first an ace)
- P(first an ace) P(second not a jack, given first an ace)
- P(first a jack) P(second a jack, given first a jack)
- P(first neither an ace or a jack) P(second a jack, given first neither an ace or a jack)
By splitting the original Case 3 into the new Cases 3 and 4, there is no longer any ambiguity about how many jacks remain when the second card is chosen. Adding these together, we obtain the answer:
Not surprisingly, this matches the answer obtained when the formula was employed in yesterday’s post.
One thought on “A probability problem involving two cards (Part 3)”