Tell whether the sequence is arithmetic. If the sequence is arithmetic, write a function rule to represent it.

–3, –1, 1, 3,...

2 answers

looks like you are adding 2 each time, so yes, it is arithmetic

term(n) = 2n - 5
2,-4,6,-8,10