Michael K. answered 04/28/19
PhD professional for Math, Physics, and CS Tutoring and Martial Arts
Given three of the roots necessary for the polynomial of degree five, we use the Fundamental Theorem of Algebra to begin the construction.
P(x) = f(x)*(x + 3)(x + i)(x - (4+i))
Since complex roots always come in pairs, we know the final two roots we can use...
P(x) = (x + (4+i))(x - i)(x + 3)(x + i)(x - (4+i))
Simplifying...
P(x) = (x2 + 17)(x2 + 1)(x + 3)
P(x) = (x4 + 18x2 + 17)(x + 3)
P(x) = x5 + 3x4 + 18x3 + 18x2 + 17x + 51