Three playing cards, two Aces and a King, are on the table upside down.
One of the three is then returned to the deck, leaving only two cards on the table.
If the probability that both cards are Aces is b a , where a and b are coprime positive integers, what is a + b ?
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.
It's interesting that if we stopped at Ryan's pick, then the probability would be 1 / 2 ; I would have anticipated higher. So in general, if n people in a row pick an Ace then the probability that both cards are Aces is 2 n − 1 + 1 2 n − 1 .
I'm experimenting with various initial conditions now to see if any surprising scenarios emerge ....
Log in to reply
Surprise #1: If we start with m Aces and 1 King then after n Aces picked in a row the probability that all m remaining cards are Aces is m n − 1 + 1 m n − 1 , the surprise being that the probability after n = 1 is always 1 / 2 , regardless of what m is.
Good problem related to Bayes theorem...
Problem Loading...
Note Loading...
Set Loading...
Let 2 A T = Probability that two Aces were left on the table.
Let 4 A P = Probability that an Ace was picked 4 times.
Then, by Bayes' theorem ,
P ( 2 A L ∣ 4 A P ) = P ( 4 A P ) P ( 4 A P ∣ 2 A L ) P ( 2 A L )
= 3 1 ⋅ 1 + 3 2 ⋅ 1 6 1 1 ⋅ 3 1
Note : The denominator is derived as follows: There is a 3 1 probability there are two Aces on the table, in which case an ace was picked four times with certainty. There is a 3 2 probability there was an Ace and a King on the table, in which case there was a 1 6 1 chance that an Ace was picked four times.
P ( 2 A L ∣ 4 A P ) = 1 + 8 1 1 = 9 8
8 + 9 = 1 7