Michael J. answered 10/13/15
Tutor
5
(5)
Effective High School STEM Tutor & CUNY Math Peer Leader
Here are our zeros:
x = -5 + 5i
x = -5 - 5i
These two zeros are conjugates. They were obtained from using the quadratic formula.
The other root is x=4, which appears twice.
Our polynomial will then be
f(x) = [x + (5 - 5i)][x + (5 + 5i)](x - 4)(x - 4)
f(x) = [x2 + (5 + 5i)x + (5 - 5i)x + (25 + 25)] (x2 - 8x + 16)
f(x) = (x2 + 5x + 5ix + 5x - 5ix + 50)(x2 - 8x + 16)
f(x) = (x2 + 10x + 50)(x2 - 8x + 16)
f(x) = x2(x2 - 8x + 16) + 10x(x2 - 8x + 16) + 50(x2 - 8x + 16)
f(x) = x4 - 8x3 + 16x2 + 10x3 - 80x2 + 160x + 50x2 - 400x + 800
f(x) = x4 + 2x3 - 14x2 - 240x + 800