Work Shown:
f(n) = f(n-2)*f(n-1)
f(3) = f(3-2)*f(3-1)
f(3) = f(1)*f(2)
f(3) = -2*5
f(3) = -10
6.5m questions
8.6m answers