Let be the greatest integer multiple of 8, no two of whose digits are the same. What is the remainder when is divided by 1000?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
We want a number with no digits repeating, so we can only use the digits 0-9 once in constructing our number. To make the greatest number, we want the greatest digit to occupy the leftmost side and the least digit to occupy the rightmost side. Therefore, the last three digits of the greatest number should be an arrangement of the digits 0,1,2. Since the number has to be divisible by 8, the integer formed by the arrangement of 0,1,2 is also divisible by 8. The only arrangement that works is 120.
Therefore, the remainder when the number is divided by 1000 is 1 2 0