Jeffrey K. answered 07/29/20
Together, we build an iron base in mathematics and physics
Jerome, this is how to tackle this:
With the given zeros, we can write:
P(x) = (x - [4 - i]) (x - [4 + i]) (x - 5)
= (x - 4 + i) (x - 4 - i) (x - 5)
= ([x - 4] + i) ([x - 4] - i) (x - 5)
= ([x - 4]2 - i2) (x - 5) using the difference of 2 squares formula (a - b) (a + b) = (a - b)2
= ([x - 4]2 + 1) (x - 5)
= (x2 - 8x + 17) (x - 5)
= x3 - 13 x2 + 57x - 85 . . . . . . . . . . Eqn (1)
The question requires a leading coefficient of -5 so just multiply through by -5 which will have the same zeros as Eqn (1).
So, desired polynomial is -5x3 + 65x2 - 171x + 255