asked 182k views
1 vote
Find the 5th term of the sequence in which T1=8 and Tn=3t n-1

1 Answer

2 votes
T_n = 3 * T_(n-1)

Long way (always works!)
T_5 = 3*T_4,
T_4 = 3*T_3
T_3 = 3*T_2
T_2 = 3*T_1

T_5 = 3*3*3*3*T_1 = 81*T_1 = 81*8 = 648!

Short way (sometimes it works!)

T_n = 3^(n-1) * T_1 (this case is a geometric series of ratio-=3)
T_5 = 3^4*8 = 648
answered
User Joe Caruso
by
8.0k points

Related questions

1 answer
4 votes
22.3k views
1 answer
3 votes
77.3k views
asked Jun 12, 2018 59.5k views
Mina Luke asked Jun 12, 2018
by Mina Luke
7.7k points
1 answer
0 votes
59.5k views
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.