Question 812680
Find a polynomial with integer coefficients and a leading coefficient of one that satisfies the given conditions. 
S has degree 2, and zeros 4+i and 4-i
-------
S(x) = (x-(4+i))(x-(4-i))
-------
Rearrange::
S(x) = ((x-4)-i)((x-4)+i)
----
Multiply t get:
S(x) = (x-4)^2-i^2
---
S(x) = x^2-16x+16+1
---
S(x) = x^2-16x+17
==========================
Cheers,
Stan H.
===========================