The formula for combinations without the repetitions is as follows: $$ \frac{n!}{r!(n-r)!}$$
This is achieved by doing $$\frac{n!}{(n-r)!}*\frac{1}{r!}$$
What I don't understand where $\frac{1}{r!}$ comes from. I know that the first part is what you do when you have n things and want all the combinations of r of those things, in a way that order doesn't matter.
How does this $\frac{1}{r!}$ remove repetitions taking in consideration the order? My guess is that $\frac{1}{r!}$ is the percentage of $\frac{n!}{(n-r)!}$ things that are repetitions, but how was this value discovered? Is it just a coincidence or property or is there some logic behind this?
Thanks.