The sum of the first positive integers is a three digit number in which the digits are all the same. What is the sum of the digits in ?
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.
The possible numbers are 111,222 and so on up to 999. See that all these numbers are multiples of 111 and the factors of 111 are 37 and 3.So n or n+1 should be a multiple of 37 or the number itself. So the possible values of n and n+1 are 36,37 or 37,38.Taking n =36 gives the answer.