120 can be expressed as the sum of n consecutive (not necessarily positive) integers.
Find the sum of all possible values of n .
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.
Consider {240} and {1,2,3,....15} as well. Or maybe not {240} since consecutive meaning n > 1 is intended. So the answer might be different. Also I am not sure how 9 is possible.
9 is not a possible value of n, but 15 is (and it was left out). The numbers currently add up to 401, which is wrong. (5! = 120 is not divisible by 9, but it is by 15.)
Log in to reply
You are correct. I had 5 minutes to add the solution. So I was not able to check it.
Why isn't n = 1 considered a solution?
Let a ∈ Z be the first term of this arithmetic sequence (common difference = 1).
Then:
S = 2 2 a + ( n − 1 ) × n = 1 2 0
( 2 a + ( n − 1 ) ) × n = 2 4 0
Since 2a is always even ( and even + even = even; even + odd = odd) and (n-1) and n are consecutive integers, therefore one of these factors of 240 has to be odd.
The odd factors of 240 : 1, 3, 5 and 15
Their even "pairs" (with which they make a product of 240):
240, 80, 48 and 16, respectively.
Since "the sum of consecutive integers" indicates n > 1 , therefore the possible values of n (it is easy to see that we can get integers for a, when we substitute these values for n):
3, 5, 15, 240, 80, 48 and 16.
Hence, the sum of all possible values of n is:
3 + 5 + 1 5 + 2 4 0 + 8 0 + 4 8 + 1 6 = 4 0 7
Problem Loading...
Note Loading...
Set Loading...
Assume that S can be expressed as n consecutive integers.
Then S = nk + 2 n ( n + 1 ) where k is an integer.
If n is odd then S will be divisible by n .
5 ! is divisible by only 3 odd numbers 3 , 5 , 15 . these are the only odd possible n .
If n is even then S = nk + 2 n ( n + 1 ) , so S must be devisible by 2 n but S can not be devided by n .Here we will take 2 n even otherwise it itself will be a possible n .
the even divisors of 5 ! are 2 , 4 , 6 , 8 , 10 , 12 , 20 , 24 , 30 , 40 , 60 , 120.
If we take 2 as 2 n then n will be 4 but 4 is a divisor of 5 ! .So we will eliminate 2 from our possiblity.
Thus , we will eliminate 4 , 6 , 10 , 12 , 20 , 30 , 60.
we can only take 8, 24 , 40 ,120 as 2 n for even 2 n
So the possible even n(s) are 16 , 48 , 80 , 240.
So the sum of all possible n(s) are 3+5+15+16+48+80+240 = 407