Recursioneasy
0:00.0

Given f(n)=f(n1)+3f(n) = f(n-1) + 3 and f(2)=10f(2) = 10, what is the value of f(1)f(1)?