29.8k views
0 votes
If f(1) = 3 and f(n) = f(n-1) + 3 then find the value of f(5).

User Szelek
by
5.4k points

1 Answer

2 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 Mike Jr
by
5.0k points