It is given that n consecutive positive even integers, the smallest of which is x , have a sum of 154.
Find the smallest possible value of x .
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.
There's a slight typo in the 2nd and 3rd lines. Shouldn't the RHS be 77?
Log in to reply
Yes, you're right. Thanks for catching that. :)
The problem is equivalent to writing 77 as a sum of consecutive positive integers.
Now, for every odd factor m of 77, we can write 77 as the sum of m consecutive integers (not necessarily positive) with middle value 7 7 / m , and all representations with an odd number of summands are of this form.
7 7 = 7 7 = 8 + 9 + 1 0 + 1 1 + 1 2 + 1 3 + 1 4 = 2 + 3 + . . . + 7 + . . + 1 1 + 1 2 = − 3 7 − 3 6 − . . . + 1 + . . . + 3 6 + 3 7 + 3 8 + 3 9
The last sum simplifies to 7 7 = 3 8 + 3 9 .
By doubling everything, we get the representations of 154 we seek, and the smallest initial term is 4 .
Problem Loading...
Note Loading...
Set Loading...
Letting x = 2 m for some positive integer m , we require that
2 m + 2 ( m + 1 ) + 2 ( m + 2 ) + . . . . . + 2 ( m + ( n − 1 ) ) = 1 5 4
⟹ m + ( m + 1 ) + ( m + 2 ) + . . . + ( m + ( n − 1 ) ) = 7 7
⟹ 2 ( m + n − 1 ) ( m + n ) − 2 ( m − 1 ) m = 7 7
⟹ m 2 + 2 m n + n 2 − m − n − m 2 + m = 1 5 4
⟹ n ( n + 2 m − 1 ) = 1 5 4 .
So in order to minimize m we will want n < ( n + 2 m − 1 ) as close together as possible such that their product is 1 5 4 .
Now since 1 5 4 = 2 ∗ 7 ∗ 1 1 , we can factor it as a product of two ascending terms as 1 ∗ 1 5 4 = 2 ∗ 7 7 = 7 ∗ 2 2 = 1 1 ∗ 1 4 , so m will be minimized when n = 1 1 and n + 2 m − 1 = 1 4 ⟹ m = 2 . This results in a smallest possible value for x of 2 m = 4 .
Comments: Note that the fact that ∑ i = 1 k i = 2 k ( k + 1 ) was used in this proof. Note also that the other possible solutions ( x , n ) are ( 1 6 , 7 ) , ( 7 6 , 2 ) and ( 1 5 4 , 1 ) .