The sum of four positive integers that form an arithmetic sequence is . Of all such possible sequences, what is the greatest possible third term?
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.
Relevant wiki: Arithmetic Progressions
Let a be the first term and d be the common difference. Then the four positive integers are a , a + d , a + 2 d and a + 3 d . The sum of these four positive integers is 4 a + 6 d = 4 6 , so, 2 a + 3 d = 2 3 . Solving for d , we find d = 3 2 3 − 2 a .
The third term is a + 2 d = a + 2 ( 3 2 3 − 2 a ) = 3 4 6 − a
Thus, to maximize this expression, we should minimize a . Since a is a positive integer, the smallest possible value of a is 1 . It follows that
d = 3 2 3 − 2 = 7
which gives us an arithmetic sequence of 1 , 8 , 1 5 , 2 2 .
Therefore, the greatest possible third term is 1 5 .