Answer:
Please ignore - I missed the part about coefficients must be real and did not account for the conjugate root 7+i. Sorry!
Step-by-step explanation:
Three roots, 1-sqrt3, 1+sqrt3 and 7-i, are given so the polynomial is of third degree.
To have leading coefficient of 1, simply the term (x-root) together for given roots:
P(x) = (x-(1-sqrt3)) * ((x-(1+sqrt3)) * (x-(7-i))
= (x^2-(1-sqrt3+1+sqrt3)x+(1-sqrt3)(1+sqrt3)) * (x-7+i)
= (x^2-2x+1-3) * (x-7+i)
= (x^2-2x-2) * (x-7+i)
= x^3 - (9-i)x^2 + (12-2i)x + (14-2i)
if x is real, then it can be re-arranged to real and imaginary term:
P(x) = x^3 - 9x^2 + 12x + 14 + (x^2 - 2 x - 2)i