asked 158k views
0 votes
What is the nth term rule of the linear sequence below?
-5, -2, 1, 4, 7,....
T₁=

asked
User Zahida
by
7.9k points

1 Answer

1 vote
> [-2-(-5)]; [1-(-2)];[4-1];[7-4]
> 3;3;3;3
> a=3 ; d=0
> Tn=a+d(n-1)
> Tn=3+0(n-1)
Therefore
T1= 3+0(1-1)
T1=3
answered
User Andyally
by
7.7k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.