1

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.

2 Answers2

4

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.

SlipEternal
  • 10,555
  • 1
  • 17
  • 38
  • 1
    Why does $Q$ have to be an integer then? That is what a proper proof of this have to demonstrate. – Winther Jan 06 '20 at 16:23
  • That's what happens when you have a polynomial with integer coefficients is divided by a linear expression of $x-r$ where $r$ is a root. You wind up with a polynomial with integer coefficients. This is already discussed in the comments above. – SlipEternal Jan 06 '20 at 16:24
1

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.