Answer:
- When the input is n then the output is - 5 - 2n
---------------------------
Using table, put the output values as a sequence:
We see the first term is -7 and the common difference is - 2.
The nth term would be:
- t(n) = - 7 + (- 2)(n - 1)
- t(n) = - 7 - 2n + 2
- t(n) = - 5 - 2n