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

asked
User Szelek
by
8.2k 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

answered
User Mike Jr
by
7.8k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.