How do you find the formula for #a_n# for the arithmetic sequence #10, 5, 0, -5, -10, ...#?
1 Answer
Feb 27, 2017
Explanation:
We know the first term and the common difference.
#t_n = a + (n - 1)d#
#t_n = 10 + (n - 1)-5#
#t_n = 10 - 5n + 5#
#t_n = 15 - 5n#
Note that
Hopefully this helps!