SOLUTION: There are four numbers in an Arithmetic Progression. The sum of the two extremes is 8, and the product of the middle two numbers is 15. What are the numbers?

Algebra ->  Sequences-and-series -> SOLUTION: There are four numbers in an Arithmetic Progression. The sum of the two extremes is 8, and the product of the middle two numbers is 15. What are the numbers?      Log On


   



Question 1154147: There are
four numbers in an Arithmetic
Progression. The sum of the
two extremes is 8, and the
product of the middle two
numbers is 15. What are the
numbers?

Answer by ikleyn(52787) About Me  (Show Source):
You can put this solution on YOUR website!
.

Let x be the very central point for the given 4 terms of the AP.


In other words, let x be the average of the 4 terms of the AP


    x = %28a%5B1%5D%2Ba%5B2%5D%2Ba%5B3%5D%2Ba%5B4%5D%29%2F4.


Next, let d be the common difference of the AP.


Our goal is to find "x" and "d".


It is clear that 

    a%5B1%5D = x - 1.5d;

    a%5B2%5D = x - 0.5d;

    a%5B3%5D = x + 0.5d;

    a%5B4%5D = x + 1.5d.



Therefore,  a%5B1%5D + a%5B4%5D = 2x.


It implies  2x = 8, and hence  x = 4.



Also,  a%5B2%5D%2Aa%5B3%5D = 15.


It implies  (x-0.5d)*(x+0.5d) = 15,  or

            x^2 - 0.25d^2 = 15.


Substitute here x= 4 to get

            0.25d^2 = 4^2 - 15 = 16 - 15 = 1.


Thus  d^2 = 1%2F0.25 = 4;  hence,  d = sqrt%284%29 = +/- 2.


The problem is just solved. We know the central point x = 4  and the common difference d = +/-2.


If d = 2, then  a%5B1%5D = 4-1.5*2 = 1;  a%5B2%5D = 1+2 = 3;  a%5B3%5D = 3+2 = 5,  and  a%5B4%5D = 5 + 2 = 7.


If d = -2,  then we have the same sequence in the REVERSED order:  a%5B1%5D = 7;  a%5B2%5D = 5;  a%5B3%5D = 3  and  a%5B4%5D = 1.

Solved.