A positive integer is written on a board. We repeteadly erase its unit digit and add times that digit to what remains. Starting with , can we ever end up at ?
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.
Suppose that a number n has final digit b . Then n = 1 0 a + b for some integer a . After rubbing out the unit digit b and adding 5 b to what remains, we have n ^ = a + 5 b . Since n ^ + 2 n = ( a + 5 b ) + 2 ( 1 0 a + b ) = 7 ( 3 a + b ) , if n is a multiple of 7 , then so is n ^ . If we start with 7 1 9 9 8 , any subsequent number obtained by this process must be a multiple of 7 , and 1 9 9 8 7 is not a multiple of 7 . Thus we can never end up with 1 9 9 8 7 .