SOLUTION: The first three terms of an arithmetic series have a sum of 24 and a product of 312. What is the fourth term in the series?

Algebra ->  Sequences-and-series -> SOLUTION: The first three terms of an arithmetic series have a sum of 24 and a product of 312. What is the fourth term in the series?      Log On


   



Question 224627: The first three terms of an arithmetic series have a sum of 24 and a product of 312. What is the fourth term in the series?
Answer by Edwin McCravy(20056) About Me  (Show Source):
You can put this solution on YOUR website!
The first three terms of an arithmetic series have a sum of 24 and a product of 512. What is the fourth term in the series?

Let: 
The common difference = d
The first term = a

Therefore:

The second term = a+d
The third term = a+d+d = a+2d

>>...The first three terms of an arithmetic series have a sum of 24...<<

           a + (a+d) + (a+2d) = 24
                   a+a+d+a+2d = 24
                        3a+3d = 24
                          a+d = 8
 
>>...The first three terms of an arithmetic series have...a product of 512...<<

                 a(a+d)(a+2d) = 512  
                 
So we have to solve the system:

system%28a%2Bd=8%2Ca%28a%2Bd%29%28a%2B2d%29=512%29

Solve the first equation for d

d=8-a

Substitute in

a%28a%2Bd%29%28a%2B2d%29+=+312
a%28a%2B%288-a%29%29%28a%2B2%288-a%29%29+=+312
a%28a%2B8-a%29%28a%2B16-2a%29%29+=+312
a%288%29%28-a%2B16%29+=+312
8a%28-a%2B16%29+=+312
Divide both sides by 8
a%28-a%2B16%29=39%0D%0A%7B%7B%7B-a%5E2%2B16a=39
-a%5E2%2B16a-39=0
Multiply through by -1
a%5E2-16a%2B39=0
Factor:
%28a-13%29%28a-3%29=0
Set each factor = 0

a-13=0,     a-3=0
a=13      a=3

There are two solutions for the first term, a,

Now since d=8-a, taking the first solution:

When a=13, d=8-a=8-%2813%29=8-13=-5

so the first three terms are

13, 13%2B%28-5%29=8, 8%2B%28-5%29=3

Checking:  their sum = 13+8+3=24
           their product = (13)(8)(3)=312

So the fourth term is the third term plus (-5), or

fourth term = 3-5 = -2

-----------------------------

As before, since d=8-a, taking the second solution:

When a=3, d=8-a=8-%2813%29=8-3=5

so the first three terms are

3, 3%2B5=8, 8%2B5=13

Checking:  their sum = 3+8+13=24
           their product = (3)(8)(13)=312

So the fourth term is the third term plus 5, or

fourth term = 13+5 = 18

So there are two solutions for the fourth term: -2, and 18

Edwin