For any polynomial with real coefficients, the roots go in pairs (complex number, conjugate complex number). Therefore, at given condition, the roots of the polynomial are -2, 2-i and 2+i, and one possible polynomial is THIS f(x) = (x+2)*(x-(2-i))*(x-(2+i)), which is the same as f(x) = (x+2)*((x-2)+i)*((x-2)-i) = (x+2)*((x-2)^2+1).