The sum of some consecutive positive integers is 164. What is the smallest of these consecutive numbers?
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.
Suppose n is the smallest number.
Then n + ( n + 1 ) + ( n + 2 ) + . . . . = 1 6 4
Rewritten, where m is the number of digits in the series:
m n + ( 1 + 2 + . . . + ( m − 1 ) ) = 1 6 4
m n + m ( m − 1 ) / 2 = 1 6 4
n = m 1 6 4 − 2 m ( m − 1 )
n = m 1 6 4 − 2 m − 1
We only have to consider m = 2 to 1 8 since larger values will lead to a negative value for n . And m can't equal 1 since the problem asks for "integers".
If m is odd, then the right side of the equation 2 m − 1 will be an integer, however 1 6 4 doesn't divide evenly by any odd number in the range. ( 4 1 > 1 8 so 4 1 is out of the range) in order for the left side to also be an integer.
Therefore, m must be an even number between 2 and 1 8 , so the second term will be an integer + 0 . 5 .
So, the first term needs to also be an integer + 0 . 5 . This implies that m can't have any prime factors other than 2 .
That leaves 2 , 4 , 8 , and 1 6 . Of these, only 8 gives us the required integer + 0 . 5 for the first term.
The only numbers for which n is a positive integer are 1 6 4 when m = 1 and 1 7 when m = 8 .
Therefore, since the problem states "integers" then n = 1 7 .