[Math] Finding a 6 digit number

arithmetic

The sum of digits of a six digit number is $41$.

At first we omit its leftmost digit and subtract it from the original number. Then we omit the two leftmost digits and add it with the result. Next we omit the three leftmost digits and subtract it from the current result. This process of successive subtraction-addition continues until all the digits of the six digits numbers have been omitted. The final is $706010$. How can we find the original number?

Any hint will be very much appreciated. And it is perhaps best to add that I have not been able to find anything yet.So I am stuck now.

Best Answer

Some hints (it is a rather old question...) :

  • the net effect of the first subtraction is to return the upper digit followed by five $0$ (you may try this with any actual $6$ digits number).
  • the net effect of the following addition and subtraction is to give the most significative digit (as previously), $0$ and the third most significative digit followed by three $0$.
  • so what can you deduce from the final $706010$ ?

  • the sum of digits is $41$ so what should the three $0$ really be ?

Related Question