Skip to content
Vamshi Jandhyala

Books · Number Puzzles

Chapter 28

One Before, One After

Find a five-digit number with this property: writing a 11 after it gives a number three times as large as writing a 11 before it.

Solution

Call the number NN. Writing a 11 after it appends a digit, making 10N+110N + 1; writing a 11 before it puts a 11 in the hundred-thousands place, making 100000+N100000 + N. The condition is 10N+1=3(100000+N),10N + 1 = 3\,(100000 + N), so 10N+1=300000+3N10N + 1 = 300000 + 3N, giving 7N=2999997N = 299999 and N=42857N = 42857. And indeed 428571=3×142857.428571 = 3 \times 142857. That 142857142857 should surface here is no coincidence. It is the repeating block of 17=0.142857\tfrac17 = 0.\overline{142857}, the best known of the cyclic numbers, and our answer 4285742857 is simply 142857142857 with its leading 11 struck off.