You can put this solution on YOUR website! How do i find a polynomial of least degree with only rea coefficients and having the given zeros 2-i, -6
--------------
If 2-i is a zero, then 2+i is also.
--> (x-2-i)*(x-2+i)*(x+6)
--> (x^2 - 4x + 5)*(x+6)
= x^3 + 2x^2 - 19x + 30