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
9.2m questions
11.8m answers