A standard deck of cards is shuffled and dealt. Find the probability that the last king appears on the 48th card?
I would like to verify if my reasoning for the solution is correct:
I attempted to use hypergeometric distribution to solve this problem. The first half of the setup deals with drawing 47 cards of which exactly 3 are Kings and 44 are non-kings. The second half of setup completes the missing conditional probability of drawing the last king on the 48th card which is $\frac {1}{5}$
$\frac {\binom {4}{3}* \binom{48}{44}}{\binom {52}{47}}* \frac {1}{5}$
Is my reasoning correct?
Thank you!
Yes, that is correct.
One way to check yourself would be to start from the other end of the deck. Then you're trying to find the probability that the first king you see appears as the $5$th card from the bottom. This probability is $$ \frac{\binom{48}{4}}{\binom{52}{4}} * \frac{4}{48} $$ (where the first factor is the probability that the bottom four cards are not kings, and the second factor is the conditional probability that the $5$th card from the bottom is a king).
And in fact, these are equal.