.
At given condition (polynomial with real coefficients) each complex (non-real) root goes in pair with its conjugate.
So, if 7+5i is the root, then 7-5i is the root, too.
Also, if -1+i is the root, then -1-i is the root, too.
Thus we have 4 roots 7+5i, 7-5i, -1+i, -1-i.
Hence, our polynomial is the product
p(x) = (x-(7+5i))*(x-(7-5i))*(x-(-1+i))*(x-(-1-i)) =
= ((x-7)-5i)*((x-7)+5i)*((x+1)-i)*((x+1)+i) =
= ((x-7)^2 - (5i)^2)*((x+1)^2 - i^2) =
= (x^2 - 14x + 49 + 25)*(x^2 + 2x + 1 + 1) =
= (x^2 - 14x + 74)*(x^2 + 2x + 2).
It is the required expression.