10 Digit Number
Find the only 10 digit number which uses each of the digits 0 - 9 and has the following property.
The number formed by the first n digits should be divisible by n, ie
- The number formed by the first digit should be divisible by 1, a given.
- The number formed by the first 2 digits should be divisible by 2.
- The number formed by the first 3 digits should be divisible by 3.
- The number formed by the first 4 digits should be divisible by 4.
- And so on until the number formed by the first 10 digits should be divisible by 10.
Click on the button for the solution.