#how do you do nth term
13 messages · Page 1 of 1 (latest)
I think one way you can do this if you want to think about it more systematically
since it's an arithmetic sequence, you can think of terms as having the form nx+b
so the first two terms are 1 and 5, so you can say x+b = 1 and 2x+b = 5
if you solve the system, you get x=4, b = -3
So from that you know that the sequence is given by 4n-3
@languid gull lmk if that makes sense
I think I get it