Michael J. answered 04/08/16
Tutor
5
(5)
Effective High School STEM Tutor & CUNY Math Peer Leader
When we have complex roots, those roots have conjugates. So our roots are
x1 = 6
x2 = -i
x3 = i
Using these roots, we can create a function f(x).
f(x) =C(x - 6)(x + i)(x - i)
f(x) = C(x - 6)(x2 + 1)
f(x) = C(x3 - 6x2 + x - 6)
The constant coefficient is the last term and y-intercept of the function. So evaluate C when f(0)=-24.
-24 = C(-6)
4 = C
Therefore,
f(x) = 4(x3 - 6x2 + x - 6)
f(x) = 4x3 - 24x2 + 4x - 24