Answer:
= n - 5
Explanation:
there is a common difference between consecutive terms in the sequence, that is
- 3 - (- 4) = - 2 - (- 3) = - 1 - (- 2) = 1
this indicates the sequence is arithmetic with nth term
= a₁ + (n - 1)d
where a₁ is the first term and d the common difference
here a₁ = - 4 and d = 1 , then
= - 4 + 1 (n - 1) = - 4 + n - 1 = n - 5