SOLUTION: What is the formula for this sequences of numbers? 60 50 40 30 20

Algebra ->  Sequences-and-series -> SOLUTION: What is the formula for this sequences of numbers? 60 50 40 30 20      Log On


   



Question 100044: What is the formula for this sequences of numbers?
60 50 40 30 20

Answer by Edwin McCravy(20059) About Me  (Show Source):
You can put this solution on YOUR website!
What is the formula for this sequences of numbers?
60 50 40 30 20

First, check to see whether it is a geometric series, an 
arithmetic series or neither:

Checking to see if it is a geometric series:

Divide the 2nd term by the 1st term:  50%2F60 = 5%2F6
Divide the 3rd term by the 2nd term:  40%2F50 = 4%2F5
Divide the 4th term by the 3rd term:  30%2F40 = 3%2F4  
Divide the 5th term by the 4th term:  20%2F30 = 2%2F3

These are certainly not all the same. In fact, they are all different.
In fact, we could have stopped when we found that the 3rd term divided
by the 2nd term was not the same as the 2nd term divided by the first
term.

Therefore it is NOT a geometric series.

Checking to see if it is an arithmetic series:

Subtract: 2nd term minus 1st term:  50-60 = -10
Subtract: 3rd term minus 2nd term:  40-50 = -10
Subtract: 4th term minus 3rd term:  30-40 = -10  
Subtract: 5th term minus 4th term:  20-30 = -10

These ARE all the same. 

So it IS an arithmetic series, with common difference, d=-10

The formula for the nth term of an arithmetic sequence is

an = a1 + (n-1)d

where a1 = first term = 60 and d = common difference = -10

Substituting:

an = 60 + (n-1)(-10)

an = 60 + (-10)(n-1)

an = 60 - 10n + 10

an = 70 - 10n

That's it! Checking:

Plug in n=1 and you get a1 = 70 - 10(1) = 70-10 = 60 = the 1st term.
Plug in n=2 and you get a2 = 70 - 10(2) = 70-20 = 50 = the 2nd term.
Plug in n=3 and you get a3 = 70 - 10(3) = 70-30 = 40 = the 3rd term.
Plug in n=4 and you get a4 = 70 - 10(4) = 70-40 = 30 = the 4th term.
Plug in n=5 and you get a5 = 70 - 10(5) = 70-50 = 20 = the 5th term.

So it checks.

Edwin