Michael J. answered 11/15/15
Tutor
5
(5)
Teaching You To Write Reports Professionally and Efficiently
A polynomial with complex roots has a degree of 2. But since we have one real root, and a complex root that has a conjugate:
x1 = 3
x2 = 4 + i
x3 = 4 - i
The degree of the polynomial will be 3 because there are 3 roots. So the polynomial is
f(x) = (x - 3)[x + (-4 - i)][x + (-4 + i)]
f(x) = (x - 3)[x2 + x(-4 + i) + x(-4 - i) + (16 - i2)]
f(x) = (x - 3)[x2 - 4x + ix - 4x - ix + 17]
f(x) = (x - 3)(x2 - 8x + 17)
f(x) = x(x2 - 8x + 17) - 3(x2 - 8x + 17)
f(x) = x3 - 8x2 + 17x - 3x2 + 24x - 51
f(x) = x3 - 11x2 + 41x - 51