169,391 views
4 votes
4 votes
If f(1) = 3 and f(n) = f(n-1) + 3 then find the value of f(5).

User Jdepypere
by
3.1k points

1 Answer

8 votes
8 votes

Answer:

f(5) = 15

Explanation:

f(2) = f(2-1) + 3

= f(1) + 3

= 3 + 3

= 6

f(3) = f(3-1) +3

= 6 + 3

= 9

f(4) = f (4-1) + 3

= 9 + 3

= 12

f(5) = f(5-1) + 3

= 12 + 3

= 15

User Josh Jay
by
2.6k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.