Minimum of the smallest

It is given that n n consecutive positive even integers, the smallest of which is x x , have a sum of 154.

Find the smallest possible value of x x .


This is a part of the Set .


The answer is 4.

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.

2 solutions

Letting x = 2 m x = 2m for some positive integer m , m, we require that

2 m + 2 ( m + 1 ) + 2 ( m + 2 ) + . . . . . + 2 ( m + ( n 1 ) ) = 154 2m + 2(m + 1) + 2(m + 2) + ..... + 2(m + (n - 1)) = 154

m + ( m + 1 ) + ( m + 2 ) + . . . + ( m + ( n 1 ) ) = 77 \Longrightarrow m + (m + 1) + (m + 2) + ... + (m + (n - 1)) = 77

( m + n 1 ) ( m + n ) 2 ( m 1 ) m 2 = 77 \Longrightarrow \dfrac{(m + n - 1)(m + n)}{2} - \dfrac{(m - 1)m}{2} = 77

m 2 + 2 m n + n 2 m n m 2 + m = 154 \Longrightarrow m^{2} + 2mn + n^{2} - m - n - m^{2} + m = 154

n ( n + 2 m 1 ) = 154. \Longrightarrow n(n + 2m - 1) = 154.

So in order to minimize m m we will want n < ( n + 2 m 1 ) n \lt (n + 2m - 1) as close together as possible such that their product is 154. 154.

Now since 154 = 2 7 11 , 154 = 2*7*11, we can factor it as a product of two ascending terms as 1 154 = 2 77 = 7 22 = 11 14 , 1*154 = 2*77 = 7*22 = 11*14, so m m will be minimized when n = 11 n = 11 and n + 2 m 1 = 14 m = 2. n + 2m - 1 = 14 \Longrightarrow m = 2. This results in a smallest possible value for x x of 2 m = 4 . 2m = \boxed{4}.

Comments: Note that the fact that i = 1 k i = k ( k + 1 ) 2 \sum_{i=1}^{k} i = \frac{k(k + 1)}{2} was used in this proof. Note also that the other possible solutions ( x , n ) (x,n) are ( 16 , 7 ) , ( 76 , 2 ) (16,7), (76,2) and ( 154 , 1 ) . (154,1).

There's a slight typo in the 2nd and 3rd lines. Shouldn't the RHS be 77?

Devin Ky - 5 years, 9 months ago

Log in to reply

Yes, you're right. Thanks for catching that. :)

Brian Charlesworth - 5 years, 9 months ago
Otto Bretscher
Aug 31, 2015

The problem is equivalent to writing 77 as a sum of consecutive positive integers.

Now, for every odd factor m m of 77, we can write 77 as the sum of m m consecutive integers (not necessarily positive) with middle value 77 / m 77/m , and all representations with an odd number of summands are of this form.

77 = 77 = 8 + 9 + 10 + 11 + 12 + 13 + 14 = 2 + 3 + . . . + 7 + . . + 11 + 12 77=77=8+9+10+11+12+13+14=2+3+...+7+..+11+12 = 37 36 . . . + 1 + . . . + 36 + 37 + 38 + 39 =-37-36-...+1+...+36+37+38+39

The last sum simplifies to 77 = 38 + 39 77=38+39 .

By doubling everything, we get the representations of 154 we seek, and the smallest initial term is 4 \boxed{4} .

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...