As per title, the question is "estimate the probability that N random 4-digit pin numbers are all distinct for N=10, 1000, 100".
My current working is as follows:
There are $10^{4}$ total 0-10 4 digit combinations. For N pin numbers, this means a total of $10000^{N}$ total possibilities.
Next, for all pin numbers to be unique, you are essentially sampling without replacement, meaning for the first pin you have $10000$ possibilities, $10000 - 1$ for the second, etc, giving:
\begin{equation} \frac{10000 \cdot (10000-1) \cdot (10000-2) ...(10000-N+1)}{10000^{N}} \end{equation}
Does this seem sensible? The next step of possibly working this out by hand I am a bit lost on though. Any help is appreciated!
Recall that numerator is $\frac{10000!}{(10000 - N)!}$. As stated by @InterstellarProbe, you can apply the stirling approximation to the denominator and continue from there. Stirling formula