
Edward A. answered 03/10/20
High School Whiz Kid Grown Up--I've even tutored my grandchildren
(Edited 4/24 to correct forgotten leading coefficient)
Carlos, construct the polynomial by multiplying together the leading coefficient by simple monomials made from the roots you’ve got:
2* (x -3i) * (x-(4-I))
and make two more because of the complex roots, (4 - I) and (3i).
Whenever your root is (Integer) - (integer) i , you need to make a term with the opposite sign
( x - (4 + i))
you have to have both: if you have the one negative i, you need to make the one with positive i , and vice versa. The two roots are called “complex conjugates”.
Same as true with the 3i, its complex conjugate is -3i, so you need
(x - (-3i)) which is ( x + 3i)
so the final product is:
2 * (x -3i) * (x+ 3i) * (x-(4-I)) * ( x - (4 + i))
now multiply these out ( it’s easier to multiply a pair of complex conjugates together first, as the I’s go away).
Then you’ll have your polynomial
Its pretty late but here’s the answer built up
(x-3i) * (x+3i) = x2-9i2 = x2 + 9
(x-(4-i))*(x-(4+i)) = x2-x(4+i) -x(4-i)-(42-i2)
= x2-8x+0xi+17
= x2-8x+17
2(x2+9)(x2-8x+17) = 0
You can finish multiplying it out now that the instances of i are all gone.