SOLUTION: In the arithmetic series, if S_n = 5n^2+4n, find the first three terms. So the first term is 9, and I tried using the formula S_n= (a1+an)/2 * n I got confused... does an = 5

Algebra ->  Sequences-and-series -> SOLUTION: In the arithmetic series, if S_n = 5n^2+4n, find the first three terms. So the first term is 9, and I tried using the formula S_n= (a1+an)/2 * n I got confused... does an = 5      Log On


   



Question 1106491: In the arithmetic series, if S_n = 5n^2+4n, find the first three terms.
So the first term is 9, and I tried using the formula S_n= (a1+an)/2 * n
I got confused... does an = 5n^2+4n

Found 2 solutions by ikleyn, greenestamps:
Answer by ikleyn(52788) About Me  (Show Source):
You can put this solution on YOUR website!
.
    The first term is S%5B1%5D = 9 with n = 1.


    The second term is S%5B2%5D - S%5B1%5D = 28-9 = 19.


    The third  term is S%5B3%5D - S%5B2%5D = 57-28 = 29.


That is all you need. The first three terms are 9, 19 and 29.

--------------------
On arithmetic progressions, see introductory lessons in this site:
    - Arithmetic progressions
    - The proofs of the formulas for arithmetic progressions
    - Problems on arithmetic progressions
    - Word problems on arithmetic progressions

Also,  you have this free of charge online textbook in ALGEBRA-II in this site
    - ALGEBRA-II - YOUR ONLINE TEXTBOOK.

The referred lessons are the part of this online textbook under the topic "Arithmetic progressions".


Save the link to this textbook together with its description

Free of charge online textbook in ALGEBRA-II
https://www.algebra.com/algebra/homework/complex/ALGEBRA-II-YOUR-ONLINE-TEXTBOOK.lesson

into your archive and use when it is needed.



Answer by greenestamps(13200) About Me  (Show Source):
You can put this solution on YOUR website!


The sum of n terms of an arithmetic series is

(number of terms) times (average of first and last terms)

If the first term is a and the common difference is d, then the sum of the first and last terms is
a+%2B+a%2B%28n-1%29d+=+2a%2B%28n-1%29d
and the sum of the first n terms is then
n%28%282a%2B%28n-1%29d%29%2F2%29

We are told that the sum of the first n terms of the sequence is 5n^2+4n. So

n%28%282a%2B%28n-1%29d%29%2F2%29+=+5n%5E2%2B4n
n%282a%2Bdn-d%29+=+10n%5E2%2B8n
dn+%2B+%282a-d%29+=+10n%2B8

This tells us
dn+=+10n which means d is 10, and
2a-d+=+8
2a-10+=+8
2a+=+18
a+=+9

So the arithmetic series has first term 9 and common difference 10.

Then the first three terms are 9, 19, and 29.