
William W. answered 12/12/20
Math and science made easy - learn from a retired engineer
If a polynomial has the zero 4i, then it automatically will also have a zero of -4i
(x + 4i)(x - 4i) = x2 + 16 and (x2 + 16)(x - 2/3) = x3 -2/3x2 + 16x - 32/3 but this polynomial can have these same zeros if it is multiplied by a factor so:
f(x) = a(x3 - 2/3x2 + 16x - 32/3)
Plugging in the point (3, -525) we get:
-525 = a(33 - 2/3(32) + 16(3) - 32/3)
-525 = a(27 - 6 + 48 - 32/3)
-525 = a(69 - 32/3)
-525 = a(207/3 - 32/3)
-525 = (175/3)a
a = -525(3/175) = -9
f(x) = -9(x3 - 2/3x2 + 16x - 32/3)
f(x) = -9x3 + 6x2 - 144x + 96