Stephanie M. answered 06/13/15
Tutor
5.0
(888)
Degree in Math with 5+ Years of Tutoring Experience
To find a polynomial of lowest degree, we'll want to find one that fits the problem's constraints with as few zeroes as possible.
The polynomial will include the two given zeroes: 4 and 4+i. We also have to include the complex zero's conjugate, 4-i, since complex zeroes always come in pairs. We needn't add any other zeroes.
The polynomial we're looking for will have one factor that gives each of those three zeroes:
(x - 4)(x - (4+i))(x - (4-i))
(x - 4)(x2 - (4-i)x - (4+i)x + (4+i)(4-i))
(x - 4)(x2 - 4x + ix - 4x - ix + 16 - 4i + 4i + 1)
(x - 4)(x2 - 8x + 17)
(x3 - 8x2 + 17x - 4x2 + 32x - 68)
x3 - 12x2 + 49x - 68