Write a rule for the following sequence 8,-1,-10,-19

1 answer

looks like the terms are decreasing by 9
so start with
Term(n) = -9n , for n = 1, 2, 3, ...

but when n =1, this gives me -9, it should be +8

So what must you do to my partial answer to make it work?