Given that N= abcdefghij is a ten-digit number . All of the digits (a, b, c, d, ...) are different from one another. If 1 1 1 1 1 divides it evenly, how many different possibilities are there for abcdefghij?
3456
Hence by remainder theorem, (abcde×105 + fghij) must be 99999.
Then the following equations must all hold:
f =9-a, g =9-b, h =9-c, I =9-d, j =9-c
Now there are 9 Options for a (it can't be 0) and then f is known.That leaves 8 options for b, and
then'g' is known. That leaves 6 Options for c, and then h is known.
That leaves 4 Options for d and then I is known.
That leaves 2 Options for c, and then j is known.
Thus, the total number of such number abcdefghij is 9×8×6×4×2=3456.