SOLUTION: how do you figure out the nth term of : 21,19,17,15... please help!!! xxx

Algebra ->  Sequences-and-series -> SOLUTION: how do you figure out the nth term of : 21,19,17,15... please help!!! xxx       Log On


   



Question 149402: how do you figure out the nth term of :
21,19,17,15...
please help!!! xxx

Found 2 solutions by jim_thompson5910, stanbon:
Answer by jim_thompson5910(35256) About Me  (Show Source):
You can put this solution on YOUR website!
Lets assume this sequence is an arithmetic sequence. The general form of the arithmetic sequence is

a%5Bn%5D=d%2An%2Ba%5B1%5D where a%5Bn%5D is the nth term, d is the difference, and a%5B1%5D is the first term

So lets find the difference between 2 terms (i.e. the difference between two terms)
====================================================================================================================

To find the difference, simply pick any term and subtract the previous term from that selected term

19-21=-2 Select the 2nd term (which is 19) and subtract the 1st term (which is 21) from it.

So we get a difference of -2


Lets pick another pair of terms to verify:

17-19=-2 Select the 3rd term (which is 17) and subtract the 2nd term (which is 19) from it.

And again, we get a difference of -2
-----------------------------------------------------

Lets pick another pair of terms to verify:

15-17=-2 Select the 4th term (which is 15) and subtract the 3rd term (which is 17) from it.

And again, we get a difference of -2
-----------------------------------------------------

====================================================================================================================
Since we've tested every consecutive pair of terms, we've verified that the sequence has a constant difference of -2. This means the sequence is arithmetic

Since the difference is d=-2 and the first term is a%5B1%5D=21, this means the arithmetic sequence is

a%5Bn%5D=-2n%2B21 where n starts at n=0

Check:

Notice if we plug in n=0 we get

a%5B0%5D=-2%280%29%2B21 plug in n=0

a%5B0%5D=0%2B21 Multiply

a%5B0%5D=21 Add

which is our first term


Notice if we plug in n=1 we get

a%5B1%5D=-2%281%29%2B21 plug in n=1

a%5B1%5D=-2%2B21 Multiply

a%5B1%5D=19 Add

which is our second term


Notice if we plug in n=2 we get

a%5B2%5D=-2%282%29%2B21 plug in n=2

a%5B2%5D=-4%2B21 Multiply

a%5B2%5D=17 Add

which is our third term


Notice if we plug in n=3 we get

a%5B3%5D=-2%283%29%2B21 plug in n=3

a%5B3%5D=-6%2B21 Multiply

a%5B3%5D=15 Add

which is our fourth term


Since each term corresponds to the terms of the given list, this verifies our sequence.

------------------------------------------------------------------------------------------------------------------------
Answer:

So the list of numbers 21,19,17,15... can be generated by the sequence

a%5Bn%5D=-2n%2B21 where n starts at n=0

Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
how do you figure out the nth term of :
21,19,17,15...
------------------
Line the numbers up with 1,2,3,4...
1----21
2----21-1*2
3----21-2*2
4----21-3*2
...
n....21-(n-1)2 = 21-(2n-2)=21-2n+2 = 23-2n
---------------------
The nth term is a(n) = 23-2n
=====================================
Cheers,
Stan H.