Recursioneasy
0:00.0

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