Answer:
f(5) = 17
Explanation:
Using the recursive rule and f(1) = 5 , then
f(2) = f(1) + 3 = 5 + 3 = 8
f(3) = f(2) + 3 = 8 + 3 = 11
f(4) = f(3) + 3 = 11 + 3 = 14
f(5) = f(4) + 3 = 14 + 3 = 17
1.6m questions
2.0m answers