Recursioneasy
0:00.0

What is the value of f(3)f(3) for the recursive definition f(n)=f(n1)+5f(n) = f(n-1) + 5 given f(1)=10f(1) = 10?