You deal from a well-shuffled $52$-card deck, one card at a time. Find the probability that the card number 18 is the second jack that you deal. Include at least $4$ digits after the decimal point in your answer.
I have tried this numerous different ways, but I cant seem to get it.
I've tried $$\frac{\dbinom{48}{16} \cdot \dfrac{4}{52}}{\dbinom{52}{16} \cdot \dfrac{3}{35}}$$ and I don't know why this doesn't work.
If the $18$th card is the second Jack you deal, then there must be one Jack and 16 non-Jacks among the first $17$ cards, then a second Jack at the $18$th card. The probability of obtaining one of the four Jacks and $16$ of the $48$ non-Jacks in the first $17$ deals is $$\frac{\dbinom{4}{1}\dbinom{48}{16}}{\dbinom{52}{17}}$$ The probability of dealing one of the three remaining jacks from among the $52 - 17 = 35$ remaining cards is $3/35$. Hence, the probability that the second Jack you deal occurs on the $18$th deal is $$\frac{\dbinom{4}{1}\dbinom{48}{16}}{\dbinom{52}{17}} \cdot \frac{3}{35}$$