A positive integer is such that when its last digit is moved to the start of the number (example: 1234 becomes 4123), the resulting number is larger than and is an integral multiple of the original number. Find the last 3 digits of the original number.
Details and Assumptions : Numbers are written in standard decimal notation with no leading zeroes. If the original number is 23004, then the answer will be 004 (you can enter 4 also)
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.
This is from Nick's mathematical puzzles: http://www.qbyte.org/puzzles/p081s.html.