The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
11 views

number property [migrated]

How can you prove that every natural number M or M+1 can be written as k + Sum(k), where Sum(k) represents the digits sum of number k. Example: 248 = 241 + Sum(241) = 241 + 2 + 4 + 1