MHB Which Integers Make All Roots of This Polynomial Integer?

  • Thread starter Thread starter anemone
  • Start date Start date
Click For Summary
The polynomial in question is P(x) = x^3 - (n-3)x^2 - 11x + 4n - 8. The goal is to determine all integer values of n for which all roots of this polynomial are integers. The discussion highlights the importance of finding integer roots and suggests that the Rational Root Theorem may be applicable. Participants are encouraged to explore various methods to derive the integer solutions for n. The thread emphasizes the challenge of the problem and invites further engagement from the community.
anemone
Gold Member
MHB
POTW Director
Messages
3,851
Reaction score
115
Here is this week's POTW:

-----

Find all integers $n$ such that all roots of the following polynomial are also integers:

$P(x)=x^3-(n-3)x^2-11x+4n-8$

-----

 
Physics news on Phys.org
No one answered last week's POTW(Sadface), but you can find the suggested solution below:

Let $a,\,b$ and $c$ be the integral roots of the function, $P(x)=x^3-(n-3)x^2-11x+4n-8$.

Therefore we have

$P(x)=(x-a)(x-b)(x-c)$

$P(2)=(2)^3-(n-3)(2)^2-11(2)+4n-8=8-4n+12-22+4n-8=-10=(2-a)(2-b)(2-c)$

This implies $(2-a)(2-b)(2-c)=-10$ and $ab+bc+ca=-11$.

Solving for integers values we find $(a,\,b,\,c)$ can be any permutation set of $(1,\,4,\,-3)$.

$abc=8-4n\\-12=8-4n\\ \therefore n=5\,\text{is the only solution.}$