Recursionhard
0:00.0

What is the value of f(2)f(2) if f(n)=2f(n1)+3f(n) = 2f(n-1) + 3 and f(0)=1f(0) = 1?