Jim has a deck of 12 playing cards: three Aces, three Jacks, three Queens, and three Kings. First, he discards two of these cards at random. Then, from the remaining 10 cards, he chooses a third one at random. Given that the third card Jim chose is an Ace, the probability that Jim had discarded at least one Ace is equal to n m , where m and n are coprime positive integers.
Find m + n .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Let A be the event that Jim discarded at least one Ace and B be the event that Jim's third card was an Ace. We want to find P ( A ∣ B ) , which can be found using the formula
P ( A ∣ B ) = P ( B ) P ( A ∩ B ) .
To find the value of this fraction, we find the probability of him choosing an Ace for his third card based on how many Aces he discarded initially:
Case 1 : Jim discarded no Aces.
Let P 0 be the probability that Jim discarded no Aces and drew an Ace for his third card. If Jim discarded no Aces, then both cards he discarded must have came from the 9 non-Ace cards. There are ( 2 9 ) ways to choose the cards. Since there are ( 2 1 2 ) ways to choose two cards from a deck of 12, the probability that Jim discarded no Aces is equal to ( 2 1 2 ) ( 2 9 ) . When Jim chooses the third card, all three Aces are still there, making the probability that he chooses an Ace for his third card 1 0 3 . Therefore,
P 0 = ( 2 1 2 ) ( 2 9 ) ⋅ 1 0 3 = 2 2 1 2 ⋅ 1 0 3 .
Case 2 : Jim discarded exactly one Ace.
Let P 1 be the probability that Jim discarded exactly one Ace and drew an Ace for his third card. If Jim discarded exactly one Ace, then he must have chosen one card out of the three Aces and one card out of the nine other cards. There are ( 1 3 ) ( 1 9 ) ways to do this, and the probability that Jim discarded exactly one Ace is equal to ( 2 1 2 ) ( 1 3 ) ( 1 9 ) . Since Jim removed one Ace already, there are only two Aces left in the deck of 10 cards to choose from, making the probability that he chooses an Ace for his third card 1 0 2 . Therefore,
P 1 = ( 2 1 2 ) ( 1 3 ) ( 1 9 ) ⋅ 1 0 2 = 2 2 9 ⋅ 1 0 2 .
Case 3 : Jim discarded two Aces.
Let P 2 be the probability that Jim discarded two Aces and drew an Ace for his third card. There are ( 2 3 ) ways to choose two Aces from the three in the original deck, so the probability that Jim discarded two Aces is equal to ( 2 1 2 ) ( 2 3 ) . Since Jim removed two Aces, there is only one Ace left among the ten remaining cards, making the probability that he chooses an Ace for his third card 1 0 1 . Therefore,
P 2 = ( 2 1 2 ) ( 2 3 ) ⋅ 1 0 1 = 2 2 1 ⋅ 1 0 1 .
Now, note that event B encompasses all three cases, while A ∩ B encompasses only cases 2 and 3. Thus,
P ( A ∣ B ) = P ( B ) P ( A ∩ B ) = P 0 + P 1 + P 2 P 1 + P 2 = 2 2 1 2 ⋅ 1 0 3 + 2 2 9 ⋅ 1 0 2 + 2 2 1 ⋅ 1 0 1 2 2 9 ⋅ 1 0 2 + 2 2 1 ⋅ 1 0 1 = 3 6 + 1 8 + 1 1 8 + 1 = 5 5 1 9 ,
and m + n = 1 9 + 5 5 = 7 4 .
Problem Loading...
Note Loading...
Set Loading...
Given that Jim picked an ace as his third card, lets find what is the probability that the two other cards are both NOT an ace. So now there are 11 cards in the pack and two of them are aces (the third is the ace Jim has chosen). The probability that the two other cards are not aces is the probability that the firs of them is not an ace, times the probability that the second one is not an ace given that the first one isn't an ace - that's a use of conditional probability .
P ( f i r s t c a r d i s n o t a n a c e ) = n u m o f a l l c a r d s i n d e c k n u m o f n o n a c e s i n d e c k = 1 1 9
P ( s e c o n d c a r d i s n o t a n a c e ∣ f i r s t c a r d i s n o t a n a c e ) = n u m o f a l l c a r d s i n d e c k n u m o f n o n a c e s i n d e c k = 1 0 8
P ( f i r s t c a r d i s n o t a n a c e ∩ s e c o n d c a r d i s n o t a n a c e ) = P ( f i r s t c a r d i s n o t a n a c e ) × P ( s e c o n d c a r d i s n o t a n a c e ∣ f i r s t c a r d i s n o t a n a c e ) = 1 1 9 × 1 0 8 = 5 5 3 6
Now, the situation where at least one discarded card was an ace is the complementary event of the event who's probability we've just calculated. Therefore, it's probability is 1 − 5 5 3 6 = 5 5 1 9 = n m , thus the final solution is m + n = 1 9 + 5 5 = 7 4 .