arithmatic sequences

yfelix45

New member
Joined
Dec 20, 2011
Messages
31
Hello,
can you verify if I have done this right?


Find t^n for the following arithmatic sequence 100, 92, 84.... Then use the t^n to find t ^20.


What I have done:

a = 100 d = 92 - 100 = -8

t^n = 100 + (20 - 1 )(- 8 )
= 100 + (19) (- 8)
= 100 - 152
= -52.
Thanks

yfelix45
 
Hello,
can you verify if I have done this right?


Find t^n for the following arithmatic sequence 100, 92, 84.... Then use the t^n to find t ^20.


What I have done:

a = 100 d = 92 - 100 = -8

t^n = 100 + (20 - 1 )(- 8 )
= 100 + (19) (- 8)
= 100 - 152
= -52.
Thanks

yfelix45

It looks like you are asked to find the expression for the general term tn.....

for an arithmetic sequence,

tn = a + (n - 1)*d

You have correctly determined, using the given terms, that n = -8. And, from the given terms, we can see that the intial term "a" is 100.

So......for this particular sequence,

tn = 100 + (n - 1)*(-8), or
tn = 100 - 8n + 8, or
tn = 108 - 8n

THAT is the formula for the general term.


And you can find the 20th term of that sequence by substituting 20 for n....
t20 = 108 - 8(20)
 
Last edited:
thank you

hello Mrspi,

Thank you for correcting my mistake. When I first attempted the question, that formula was the first I tried but I did it wrong.

Thanks again

yfelix45
 
Top