Michael J. answered 03/26/17
Tutor
5
(5)
Effective High School STEM Tutor & CUNY Math Peer Leader
You have 2 complex roots. Complex roots come in conjugates.
x1 = -i
x2 = i
x3 = -12 - i
x4 = -12 + i
Now you have 4 roots. We can use them to construct a 4th degree polynomial.
f(x) = (x2 + 1)(x + [12 + i])(x + [12 - i])
f(x) = (x2 + 1)(x2 + x(12 - i) + x(12 + i) + (144 + 1))
f(x) = (x2 + 1)(x2 + 24x + 145)