Analyzing the Setup
For the second ace to appear on the n-th draw, the universe must have conspired in a very specific way during the first n−1 draws. If you had drawn zero aces, you would not be ready for the second one. If you had drawn two, the game would have ended prematurely.
Therefore, in the first n−1 draws, you must have drawn exactly one ace and n−2 non-aces. This is our 'setup' phase.
We have 4 aces and 48 non-aces in the deck. The number of ways to choose 1 ace from 4 is (14), and the number of ways to choose n−2 non-aces from 48 is (n−248). The total number of ways to choose any n−1 cards from 52 is (n−152).
Thus, the probability of this first phase, P1, is:
P1=(n−152)(14)×(n−248)
The Climax
Now, the stage is set. You have drawn n−1 cards, meaning the deck is smaller. The number of cards remaining is exactly 52−(n−1)=53−n.
How many aces remain? Since you successfully drew exactly one ace in the first phase, there are 4−1=3 aces left in the deck. For the experiment to end on the n-th draw, this specific card must be one of those 3 remaining aces.
The probability of this, P2, is simply:
The Grand Unification
Since these two phases are sequential, the total probability P(N=n) is the product of P1 and P2:
P(N=n)=((n−152)(14)×(n−248))×(53−n3)
Now, let us perform the algebraic magic. We expand the combinations into factorials using the identity (rn)=r!(n−r)!n!:
P(N=n)=(n−1)!(53−n)!52!4×(n−2)!(50−n)!48!×53−n3
Watch closely as the terms begin to dance. We rearrange the fraction to group the factorials:
P(N=n)=(n−2)!×(50−n)!×52!×(53−n)12×48!×(n−1)!×(53−n)!
Final Calculation
Look at the beauty of the cancellations. The term (n−2)!(n−1)! simplifies to (n−1). The term (50−n)!(53−n)(53−n)! simplifies to (52−n)(51−n).
Finally, the ratio 52!48! becomes 52×51×50×491. When we combine these, we arrive at the elegant result:
P(N=n)=52×51×50×4912×(n−1)×(52−n)(51−n)
Simplifying the constants 52×5112 gives us 13×171. Thus, we have proven that the final probability is:
P(N=n)=50×49×17×13(n−1)(52−n)(51−n)