I was reading Introduction to Probability, 2nd Edition, and the following question appears as exercise $60$ in the first chapter:
A well-shuffled 52-card deck is dealt to $4$ players. Find the probability that each of the players gets an ace.
I have some issues with the answer from the manual, the size of sample space is clearly:
$$\frac{52!}{13!13!13!13!}$$
But then the solution states that:
There are $4!$ different ways of distributing the $4$ aces to the $4$ players.
Why did we consider the order of the aces here? when we use the multinomial for calculating the size of the sample space we ignore the order as far as I know and so we should do when we calculate the number of ways to distribute the $4$ aces.
So is the order between groups is considered in the multinomial? even if the type of the aces is not relevant here (because we care about the existence of an ace not about its type)?