Question 743717
n=3, and you have TWO imaginary roots.  The conjugate of the given imaginary root is also a root.


Your function is like this:  roots 6, -5+2i, and -5-2i,
{{{a*(x-6)(x-(5-2i))(x-(5+2i))}}}, be sure you understand how the expression was chosen.
If p is a root of a polynomial function then the function contains a binomial factor of (x-p).  If -p is a root of a polynomial function then the function contains a binomial factor of {{{(x-(-p))=(x+p)}}}.  This means that for a complex root you must watch the signs very carefully when you form a binomial factor.


You want to multiply the two complex factors in order to later have computational convenience....,
...
If my own steps doing so are done correctly, then that would be {{{x^2-10x+29}}} ?
So your function is like {{{a*(x-6)(x^2-10x+29)}}}.


You still want to figure what is the factor, a, through using {{{f(2)=-636}}}.