You can put this solution on YOUR website! Form a third-degree polynomial function with real coefficients such -2 + i and 6 are zeros.
----------------
If the coefficients are Real, -2-i is also a zero.
----
f(x) = (x-(-2-i))(x-(-2+i))(x-6)
--------
f(x) = (x+2 + i)(x+2 -i)(x-6)
--------
f(x) = [(x+2)^2 +1](x-6)
--------
f(x) = (x^2+4x+5)(x-6)
--------
f(x) = x^3 +(4x^2-6x^2)+(5x-24x)-30
--------
f(x) = x^3-2x^2-19x-30
----------------------
Cheers,
Stan H.
-----------