I have a statement that says:
In a competition, $3$ prizes will be distributed among 10 players.
How many ways can it be done if:
I) All prizes are different
II) All prizes are equal
I) The first prize can be dealt to $10$ players, the second to $9$ players and the third to $8$ players, so the answer is $10 \cdot 9 \cdot 8 = 720$ and, according to my text, is correct.
II) Here the prizes are indistinguishable, but here, I do not know what to do. I tried using the same logic of the first exercise, but that did not work, and I do not know why. I know I can use combinatorics, but that would be solving it without understanding it. Do not use any formula to explain it to me, please, just logic.
Let the first three players with the winner. Their possible rankings are
$$\{(1,2,3), (1,3,2), (2,1,3),(2,3,1),(3,1,2),(3,2,1)\}$$
However the order doesn't matter if the prizes are indistinguishable, hence those $6$ configurations are indistinguishable to us, hence we need to divide by $3!$.
$$\frac{720}{3!}=120.$$