Answer:
- 121
Explanation:
The recursive formula allows us to find the next term in a sequence from the previous term, thus
f(1) = - 3f(0) + 2 = - 3 × 5 + 2 = - 15 + 2 = - 13
f(2) = - 3f(1) = - 3 × - 13 + 2 = 39 + 2 = 41
f(3) = - 3f(2) + 2 = - 3 × 41 + 2 = - 123 + 2 = - 121