For polynomial $P$ with whole-number coefficients, it is given that $P(1)=1$. Prove that this polynomial doesn't have three distinct whole-number roots.
Any help would be appreciated.
For polynomial $P$ with whole-number coefficients, it is given that $P(1)=1$. Prove that this polynomial doesn't have three distinct whole-number roots.
Any help would be appreciated.
Assume there are three distinct roots, $a,b,c$.
$$P(x) = (x-a)(x-b)(x-c)Q(x)$$
$$P(1) = (1-a)(1-b)(1-c)Q(1) = 1$$
This implies $(1-a), (1-b), (1-c) \in \{-1,1\}$, which implies at most two distinct roots.
Let $$p(x) = a_0x^n + a_1x^{n-1} +....+a_k$$
At $x=1$ , we have :
$$p(1) = a_0 + a_1+....+a_k = 1$$
Since $a_0 , a_1 , ... ,a_k $ are whole numbers , it follows that exactly one of them is $1$ while the others are $0$ .
If $a_k = 1$ , then $p(x) = 1$ , which has no roots.
If any other term is $1$ , then $p(x) = x^n$ , which has only one root.