Question 1187213
.
The sum of four numbers in an arithmetic progression is 98. 
The sum of their squares is 3006. Find the third number.
~~~~~~~~~~~~~~~~~



<pre>
Let  {{{a[1]}}},  {{{a[2]}}},  {{{a[3]}}},  {{{a[4]}}}  be four terms of the AP.

Let  "c"  be the central point in the number line, exactly half way between the terms {{{a[2]}}} and {{{a[3]}}}.

Let d be the  <U>HALF</U>  of the common difference of the progression.


Then  {{{a[1]}}} = c - 3d,

      {{{a[2]}}} = c -  d,

      {{{a[3]}}} = c +  d,

      {{{a[4]}}} = 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(30.25)}}} = +/- 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  <U>ANSWERS</U>  for the third term: it is EITHER  30  OR  19.
</pre>

Solved.