Answer:
Explanation:
each term is negative and 1/4 of previous term so the nth term is the n-1 term times -1/4 so f(n)= -1/4 f(n-1)
The first term is -16, so we have
... a[1] = -16
Each term is -1/4 of the one before it, so the recursive rule is
... a[n+1] = (-1/4)a[n]
6.0m questions
7.9m answers