Proof all one-, two- and three digit numbers reduce to zero

Share this page

Proof all one-, two- and three digit numbers reduce to zero

There are no single digit Eriam numbers because such numbers are their own reverse and therefore palindromes. The difference between a two-digit number and its reverse is simply the difference between the two digits of the number multiplied by $9$ (see this article to find out why). For example, the difference between $53$ and its reverse is

$$9(5-3)=18$$ So $$53-35 = 18.$$ Consider any two-digit number for which the difference $d$ between digits is $9$ (the number $90$ is the only such number, but you'll see what we're getting at). Then the difference between that number and its reverse is $9 \times 9 = 81.$ The difference between digits for $81$ is $d=7$, so the difference between $81$ and its reverse is $9 \times 7 =63.$ Continuing in this vein gives

  1. $9
  2. 9 = 81,$ $d=7$
  3. $9 \times 7 = 63,$ $d=3$
  4. $9 \times 3 = 27,$ $d=-5$
  5. $9 \times (-5) = -45,$ $d=1$
  6. $9 \times 1 = 9$ $d=0.$

This shows that a two-digit number with a difference of nine between the two digits will reduce to zero. Now suppose the difference between the digits is $d=8.$ For such numbers, the difference between number and reverse is

  1. $9 \times 8 = 72,$ $d=5$

This is effectively the third iteration from above, when the initial $d$ was $9$. The subsequent iterations will be the same, consequently. There is a change of sign due to a reversal of the digits, but that makes no difference to the outcome. So, any two-digit number with a digit-difference of eight will also reduce to zero. This procedure can be carried out for the remaining possible values of $d$ from one to seven. The first iteration for each of them will be one of the iterations for $d=9$ above and consequently they will all reduce to zero. The difference for three-digit numbers can be found in exactly the same way: take the difference between the first and last digits, but multiply it by $99$, e.g. for $900$, $d=9$ and

  1. $99 \times 9 = 891,$ $d=7$
  2. $99 \times 7 = 693,$ $d=3$
  3. $99 \times 3 = 297,$ $d=-5$
  4. $99 \times (-5) = -495,$ $d=1$
  5. $99 \times 1 = 99$ $d=0.$

The procedure will go through the same steps, with the same outcome, as for two-digit numbers, showing that all three-digit numbers reduce to zero. Note that $d$ is always odd. This is because the product of an integer (less than $10$) and $99$ has first and last digits that sum to nine. This means that one digit is even and the other is odd. The difference between an odd and an even number is odd, so $d$ is odd.

Using a similar exhaustive technique it's quite easy to show that the first and the last 11 $n$-digit numbers, when $n$ is greater than 3, always converge to zero. This also shows that 1012 must be the smallest Eriam number. Why not have a go at trying to prove it? You can send us your working by posting a comment to the main article.

Return to main article