Tell whether the sequence is arithmetic or not. If the sequence is arithmetic, write a function rule to represent it.
-19, -11, -3, 5, . . . . . .

Respuesta :

Nx = -19 + 8 (n-1)
hope this helps :)