Question 549764
Find a polynomial of degree 3 with Real Number coefficients and 
with roots 5, -2+4i 
-----
f(x) = (x-5)(x-(-2+4i))(x-(-2-4i))
---
f(x) = (x-5)((x+2)-4i)((x+2)+4i)
---
f(x) = (x-5)((x+2)^2+16)
---
f(x) = (x-5)(x^2+4x+20)
=============================== 
Find a polynomial of degree 4 with Real Number coefficients and
with roots 3-2i, 2+i
---
f(x) = (x-(3-2i))(x-(3+2i))(x-(2+i))(x-(2-i))
---
f(x) = ((x-3)^2+4)((x-2)^2+1)
===================================
Cheers,
Stan H.