Conditions
How many numbers superior to 50000 can be formed using the digits 1,2,4,6,8 ?
Solution
If we say about 5-digit number, where all these digits meet only once, there are following numbers exist – all numbers with digit 8 and all numbers with digit 6. Others will be not bigger than 48621 which is less than 50000.
So, let's count how many numbers superior to 50000 exist.
After digit "8" other 4 digits could be chosen in such ways:
digit – in 4 ways, – in 3 ways, – in 2 ways, – which is last, 1 way.
That's why the amount of all permutations are:
Also, for digit "6" we have 24 permutations too.
Together there are numbers which are superior than 50000.
**Answer: 48**
Comments