$$c_1,c_2 \text{ are polynomial's }g(x)=x^2+ax+b \text{ roots } \Leftrightarrow \begin{cases} g(c_1)=c_1^2+ac_1+b=0 \\ g(c_2)=c_2^2+ac_2+b=0 \end{cases}$$ Prove that for every polynomial with integer coefficients $f(c_1)+f(c_2)=k$, so that $k\in \mathbb{Z}$.
Should I approach this problem with Bezout's theorem or maybe simply by factoring $g(x)$?
I suppose $a$ and $b$ are integers.
By euclidian division, every polynom $f$ can be written $f=pg+q$, where $p$ and $q$ are polynomials with integer coefficients (integers and not rationals because $g$ is unitary), and $\deg q \leq 1$. That is, $q(x)=ux+v$.
Hence
$$f(c_1)+f(c_2)=p(c_1)g(c_1)+q(c_1)+p(c_2)g(c_2)+q(c_2)=q(c_1)+q(c_2)$$
Or
$$f(c_1)+f(c_2)=u(c_1+c_2)+2v$$
But $c_1+c_2=-a$ is an integer, and so are $u$ and $v$.