Similar questions:
Deal 4 cards from a deck. What is the probability that we get one card from each suit?
What I tried:
P(at least 1 suit is not present) = 1 - P(all suits are present)
where
P(all suits are present) =
$$\sum_{a}\sum_{b}\sum_{c}\sum_{d}\frac{\binom{13}{a}\binom{13}{b}\binom{13}{c}\binom{13}{d}}{\binom{52}{13}}$$
where $a+b+c+d=13; a,b,c,d \ge 1$
Is that right? If so, is there a better way to approach this? If not, why?
Following the second question:
$$\frac{\binom{13}{1}^{13}}{\binom{52}{13}}$$
Something else:
$$\frac{\binom{13}{1}^{4} \binom{48}{9}}{\binom{52}{13}}$$
which is ~75 (far greater than 1)