You can put this solution on YOUR website! write the simplest polynomial equation that has roots 1+ 2i and 4
============
Complex roots occur in pairs.
--> 1+2i, 1-2i, 4
(x^2 -2x + 5)*(x-4)
= x^3 - 6x^2 + 13x - 20
===============================
The other tutor interpreted it as
1, +2i and 4.