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
6s^2; where s is the side length
Answer:
i need points my bad
Step-by-step explanation: