Q. Prove that a polynomial $f(x)$,with integer coefficients has no integral roots if $f(0)$ and $f(1)$ are both odd integers.
My attempt:
Let
$$f(x)=a_0+a_1x+a_2x^2+\dots+a_nx^n$$
now $f(0)=a_0$ which is an odd integer. and $f(1)=(a_0+a_1+a_2+\dots+a_n$) an odd integer.
Now, what is the strategy I need to imply to prove that $f(x)$ can't have integral roots.
Since $f(0)=a_0$ is odd and $f(1)=a_0+\ldots +a_n$ is odd, we have that $a_1+\ldots +a_n$ is even. Hence
$$f(2k)=a_0+2(a_1k)+2(2a_2k^2)+2(4a_3k^3)+\ldots +2(2^{n-1}k^na_n)$$
is odd for all $k$, and
Since all the inner summands are even except when $i=0$ we see that
$$f(2k+1)=2N+\sum_{k=1}^na_k$$
which is an even plus an odd, hence all values of $f$ are odd.