109k views
2 votes
If f(n) = f( n-1 ) + 7 and f(1) = -18 then f(5) = ?

User Palmi
by
8.6k points

1 Answer

4 votes

Answer:

10

Explanation:


f_n = f_n_-_1 + 7\\f_1 = -18\\f_2 = -18 + 7 = -11\\f_3 = -11 + 7 = -4\\f_4 = -4 + 7 = 3\\f_5 = 3 + 7 = 10\\

A faster way is to take the common additive (7) times the difference in n, in this case (5-1 = 4)


-18 + 7(4)\\-18 + 28\\10

User Capn Sparrow
by
8.7k points

No related questions found

Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.

9.4m questions

12.2m answers

Categories