So using numbers from 0~9, making a 5 digit number, how many numbers can be formed that is bigger than 12345?
Repetition is not allowed.
Thank you.
So using numbers from 0~9, making a 5 digit number, how many numbers can be formed that is bigger than 12345?
Repetition is not allowed.
Thank you.
On
Or, to do it directly, we have $8\cdot 9\cdot 8\cdot7\cdot6+7\cdot 8\cdot 7\cdot 6+6\cdot 7\cdot 6+5\cdot 6+4=24192+2352+252+30+4=26830$.
Here I have just added the number of five digit numbers without repitition greater than $12345$ of the form $abcde,\, a\gt1$, $1bcde,\,b\gt2$, $12cde,\,c\gt3$, $123de,\,d\gt4$ and, finally, $1234e,\,e\gt5$.
Finding the number of $5$ digit numbers without repetition and how many of said numbers $\leq 12345$ would gives us the number of numbers without repetition $> 12345$.
Number of $5$ digit numbers without repetition = $9\cdot9\cdot8\cdot7\cdot6 = 27216$.
The number of $5$ digit numbers without repetition $\leq12345$ has 4 cases:
Number of $5$ digit numbers without repetition greater than $12345= 27216-8\cdot7\cdot6-7\cdot6-6-2=26830$