Answers here and here do not answer my question.
We have $4$ players playing bridge. What is the probability that each player gets an ace? The solution provided with the problem first finds the total no. of ways of dealing the cards using the multinomial coefficient: $$\frac{52!}{13! \ 13! \ 13! \ 13!}$$ For favourable outcomes, there are $4!$ ways of dealing out the aces ($1$ to each player) and the remaining cards can be dealt in (again, by multinomial coefficient) $$\frac{48!}{12! \ 12! \ 12! \ 12!}$$ ways. Thus, the probability becomes: $$4!\frac{48!(13!)^4}{52!(12!)^4}$$ Simplifying: $$24\frac{13^4}{49\cdot 50\cdot 51\cdot 52}$$ $$\frac{13^3}{49\cdot 25\cdot 17} \approx 0.1055$$ The last calculation is still hard without a calculator, so I thought of an (apparently incorrect) approach.
My solution (what is the mistake here?):
Let us forget about the other cards, and concentrate on the aces. There are $4!$ ways that each player will get an ace. There are $4^4$ total ways of distributing the aces. So, the probability is:
$$\frac{4!}{4^4} = \frac{3!}{4^3} = \frac{3}{32} = \color{red}{0.09375}$$
Which is significantly off. So obviously there is a mistake in my argument. My guess is that the other $12$ (or $48$ cards) somehow influence the answer. Could you please point out the mistake in the answer? I would also be grateful if anyone could explain the mistake with a smaller example, which shows how what I've done and the original answer differ.