What is the smallest number so that if you move its last digit to the beginning (for example, turning 1234 into 4123) you get a new number that is an integer multiple of the original number?
The answer is
102564. Wrote a simple program to find it.
Edited on September 23, 2004, 1:07 pm