No two identical ranks together in a standard deck of cards
What is the probability that a shuffled standard deck of 52 cards has no two cards of the same rank together ?
I am unable to get a handle on this problem, and wonder whether there is an analytical solution ?
Solution 1:
You can use Jair Taylor's answer here. Put $k=4$ and $n=13$ to find the number of arrangements where no two cards of the same rank are together. The number of such arrangements turns out to be $$4184920420968817245135211427730337964623328025600.$$ Dividing by $52!/(4!)^{13}$ gives the probability: $.045476$.
Added: If you are willing to use an approximation, the number $Z$ of cards of the same rank that are together is approximately a Poisson random variable with mean $3$. Therefore, $$P(Z=0)\approx e^{-3}= .049787.$$