[Math] Probability of digits in a number being in ascending order

probability

Given a set of 4 distinct numbers that can be chosen from [0-9], what is the probability that after selecting, the four digit number thus formed will have all digits in ascending order.

Best Answer

For any choice of $4$ digits, there is only $1$ arrangement such that the $4$ digit number will be in ascending order out of $24$ numbers.

So the probability is $\frac{1}{24}.$