A French-suited cards pack consist of $52$ cards where $13$ are clovers. $4$ players play a game where every player has $13$ cards in his/her hands (, in other words the full pack has been shared). Let $X$ denotes a random variable, which shows the number of players who's got at least $1$ clover. After shuffling, every outcome has the same probability. How can I calculate $\mathbf{P}\left(X=1\right)$, $\mathbf{P}\left(X=2\right)$, $\mathbf{P}\left(X=3\right)$ and $\mathbf{P}\left(X=4\right)$?
My idea was the following...
I listed all the possible outcomes:
When we calculate $\mathbf{P}\left(X=1\right)$, then one player has all the clovers, so there are $13-0-0-0$ clovers in the different packs.
When I want to calculate $\mathbf{P}\left(X=2\right)$, then there are the following cases: $12-1-0-0$, $11-2-0-0$, $10-3-0-0$, $9-4-0-0$, $8-5-0-0$, $7-6-0-0$.
In the case of $\mathbf{P}\left(X=3\right)$, the following cases can occur: $11-1-1-0$, $10-2-1-0$, $9-3-1-0$, $9-2-2-0$, $8-4-1-0$, $8-3-2-0$, $7-5-1-0$, $7-4-2-0$, $7-3-3-0$, $6-6-1-0$, $6-5-2-0$, $6-4-3-0$, $5-5-3-0$, $5-4-4-0$.
I know the previous $3$ probabilities determinates $\mathbf{P}\left(X=4\right)$, but for the sake of completeness: $10-1-1-1$, $9-2-1-1$, $8-3-1-1$, $8-2-2-1$, $7-4-1-1$, $7-3-2-1$, $7-2-2-2$, $6-5-1-1$, $6-4-2-1$, $6-3-3-1$, $6-3-2-2$, $5-5-2-1$, $5-4-3-1$, $5-4-2-2$, $5-3-3-2$, $4-4-4-1$, $4-4-3-2$, $4-3-3-3$.
I tried to calculate the probabilities of the previous events. I demonstrate how I did it via an example.
Let's check the case when there are $10-2-1-0$ clovers in the packs. All deals have the same probabilities, so it is enough to check that case when the 1st player gets 10 clovers, the second player gets 2 clovers, the 3rd player gets 1 clover and the last palyer gets no clovers. Because all deals have the same probability there should be a $\frac{4!}{1!2!1!}$ factor in the following solution. In one deal there are $39!$ ways to share the non-clovers, and $13!$ ways to share the clovers. We can choose $10$ clovers out of $13$ cards $\binom{13}{10}$ ways in the case of the 1st player, $1$ clover out of $13$ clovers can be choosed $\binom{13}{1}$ ways in the case of the 2nd player, $\binom{13}{1}$ ways in the case of the 3rd player. All cases are $52!$, so the probability of that event when {there are $10$ clovers in one pack, $1$ clover in one pack, $1$ clover in another pack, $0$ clover in the last pack} is $$\frac{39!\cdot13!\cdot\binom{13}{10}\cdot\binom{13}{1}\cdot\binom{13}{1}}{52!}\cdot\frac{4!}{1!\cdot2!\cdot1!}.$$ Calculating all cases listed above we should get the proper distribution.
I would appreciate much easier solution for the problem, for example somehow calculating the $\mathbf{P}\left(X\leq i\right)$ distribution function, and in this case it would be easy to calculate with $$\mathbf{P}\left(X=i\right)=\mathbf{P}\left(X\leq i\right)-\mathbf{P}\left(X\leq i-1\right)=\mathbf{P}\left(X\leq i\right)-\left(\mathbf{P}\left(X=1\right)+...+\mathbf{P}\left(X=i-1\right)\right).$$
Or somehow calculating the probabilities with the complementer events.