How does the rational root test work?

219 Views Asked by At

I've doing some research in wikipedia, where appears this example:$$3x^{3} - 5x^2 + 5x - 2 = 0$$the rational solution must be among the numbers symbolically indicated by: $$±\frac{1,2}{1,3}$$

So I get that the rational solution must be among $±\frac{2}{3}$; but, why it must be among $±\frac{1}{1}$?

1

There are 1 best solutions below

0
On BEST ANSWER

If you have a factor $ax+b$ that divides your polynomial, with $a,b$ integers, then $a$ must divide the leading term and $b$ must divide the constant term. But $1$ divides any number. So in your example, $a$ can be any of $-3,-1,1,3$ as these all divide $3$, which is the coefficient of $x^3$. Similarly, $b$ can be any of $-2,-1,1,2$ as these all divide the constant. So rational solutions can be any of $\pm 1, \pm 1/3, \pm2/3, \pm 2$