Probability of being dealt a perfect hand in bridge

204 Views Asked by At

Let's say a perfect hand is said to contain 13 cards all of the same suit.

What is the probability of this?

My logic is that there are 4 possible perfect hands (all from clubs, hearts, spades, diamonds) and $52\choose13$ ways of dealing 13 card hands.

This gives us $\frac4{52\choose13}$

Is this logic correct?