SOLUTION: The sum of four numbers in an arithmetic progression is 98. The sum of their squares is 3006. Find the third number.

Algebra ->  Sequences-and-series -> SOLUTION: The sum of four numbers in an arithmetic progression is 98. The sum of their squares is 3006. Find the third number.      Log On


   



Question 1187213: The sum of four numbers in an arithmetic progression is 98. The sum of their squares is 3006. Find the third number.
Answer by ikleyn(52787) About Me  (Show Source):
You can put this solution on YOUR website!
.
The sum of four numbers in an arithmetic progression is 98.
The sum of their squares is 3006. Find the third number.
~~~~~~~~~~~~~~~~~


Let  a%5B1%5D,  a%5B2%5D,  a%5B3%5D,  a%5B4%5D  be four terms of the AP.

Let  "c"  be the central point in the number line, exactly half way between the terms a%5B2%5D and a%5B3%5D.

Let d be the  HALF  of the common difference of the progression.


Then  a%5B1%5D = c - 3d,

      a%5B2%5D = c -  d,

      a%5B3%5D = c +  d,

      a%5B4%5D = c + 3d.


Then the sum of the four terms is 4d,  and it equals 98, so  c = 98/4 = 24.5

The sum of squares of the four terms is

    (c-3d)^2 + (c-d)^2 + (c+d)^2 + (c+3d)^2 = 3006


Making FOIL and combining like terms, you arrive to equation

    4c^2 + 20d^2 = 3006,

    4*24.5^2 + 20d^2 = 3006

    20d^2 = 3006 - 4*24.5^2 = 605

      d^2 = 605/20 = 30.25

      d = sqrt%2830.25%29 = +/- 5.5.


Thus the four terms of the progression are  24.5-3*5.5 = 8,      24.5-5.5 = 19,     30,  41,  if  d= 5.5,  and

                                            24.5-3*(-5.5) = 41,  24.5-(-5.5) = 30,  19,   8,  if d= -5.5.


Thus the problem has two possible  ANSWERS  for the third term: it is EITHER  30  OR  19.

Solved.