Question #8:
If a(sub n) = ( a(sub n-1) x a(sub n-2) ) / 2
and a(sub 5) = -6 and a(sub 6) = -18, what is the value of a(sub 3)
I read the explanation in the book and am struggling to figure out why my math below does not work:
-18 = ( -6 x a(sub 4) ) / 2
-18 = -3 x a(sub 4)
-18 + 3 = a(sub 4)
-15 = a(sub 4)
a(sub 4) is 6 and not -15. I think I shouldn't have divided -6 by 2 and instead should have multiplied -18 by 2. I get the correct answer when I do the latter. Can someone please explain to me why I shouldn't divide -6 by 2? I don't want to make a similiar mistake like this in the future.