Take a well shuffled deck of cards.
Flip it over one at a time.
Which card is the most likely position that you find the first Ace?
Enter your answer as the number of cards that you flip over. IE The first card is 1.
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 P ( n ) be the probability that the first ace is the n -th card drawn, then we want to find ar g max n P ( n ) ; that is, n such that P ( n ) is maximized.
Note that P ( n ) is simply the product of the probabilities that the first n − 1 cards drawn are not aces, and the next card drawn is an ace. But we can evaluate this in a simpler manner: if, instead, we begin by opening the n -th card, followed by the n − 1 cards above, we obtain that P ( n ) is the probability that the first card we open (which would be n -th down the deck) is an ace, followed by the next n − 1 cards we open (which would be the original first n − 1 cards in the deck) are not aces. The first portion is constant (1/13) and the latter portion decreases with larger n (it's more likely that we'll encounter some ace in a larger portion of the deck than a smaller one), thus to maximize the probability clearly we need n = 1 , the minimum possible.
Problem Loading...
Note Loading...
Set Loading...
Let p k be the probability that the first ace appears at the k th card.
For the first ace to appear at the k th card, the first k − 1 cards must be non-aces, the next card an ace, and the final 3 aces must be distributed amongst the remaining 5 2 − k cards. Thus there are ( 3 5 2 − k ) ways of choosing the positions of the 4 aces.; If we regard the four aces as indistinguishable, and the 4 8 other cards as indistinguishable, there are then ( 3 5 2 − k ) ways of shuffling the pack and have the first ace at the k th card, out of a total of ( 4 5 2 ) possible shuffles. Hence p k = ( 4 5 2 ) ( 3 5 2 − k ) = 1 3 × 4 9 × 5 0 × 5 1 ( 5 2 − k ) ( 5 1 − k ) ( 5 0 − k ) 1 ≤ k ≤ 4 9 It is clear that p k is a decreasing function of k , and so p 1 is the largest probability. The answer is 1 .