Question 410194
Use the rational roots therm to list all the possible rational roots for the equation then find all the roots : f(x) = x³ - 2x² - 17x + 10
<pre><font face = "FangSong" color = "indigo" size = 4><b>
All the possible rational roots have numerators which are divisors
of 10, positive or negative, and whose denominators are the divisors of
the coefficient of x³, which is 1.  Since 1 has only 1 divisor, 1, the
only possible roots are ± the divisors of 10.

±1, ±2, ±5, ±10

Try 1

1|1 -2 -17  10
 |<u>   1  -1 -18</u>
  1 -1 -18  -8

No, 1 is not a root because we get -8 
on the bottom right as a remainder, not 0.

-1|1 -2 -17  10
  |<u>  -1   3  14</u>
   1 -3 -14  24

No, -1 is not a root because we get 24 
on the bottom right as a remainder, not 0.

2|1 -2 -17  10
 |<u>   2   0 -34</u>
  1  0 -17 -24

No, 2 is not a root because we get -24 
on the bottom right as a remainder, not 0.

-2|1 -2 -17  10
  |<u>  -2   8  18</u>
   1 -4  -9  28

No, -2 is not a root because we get 28 
on the bottom right as a remainder, not 0.

 5|1 -2 -17  10
  |<u>   5  15 -10</u>
   1  3  -2   0

Yes!! Finally!! 5 is a root because we get 0 
on the bottom right.

So we have now factored the polynomial 

f(x) = x³ - 2x² - 17x + 10

as

f(x) = (x - 5)(x² + 3x - 2)

The trinomial in the parentheses does not factor,
so we set each factor = 0

Setting the first factor = 0:

    x - 5 = 0

        x = 5

Setting the second factor, the trinomial, = 0:

   x² + 3x - 2 = 0

We use the quadratic formula:

a = 1,  b = 3, c = -2

{{{x = (-b +- sqrt( b^2-4*a*c ))/(2*a) }}}

{{{x = (-3 +- sqrt( 3^2-4*1*(-2) ))/(2*1) }}}  

{{{x = (-3 +- sqrt( 9-(-8) ))/2 }}}

{{{x = (-3 +- sqrt( 9+8 ))/2 }}}

{{{x = (-3 +- sqrt(17))/2 }}}

So the three roots are

5, {{{(-3 + sqrt(17))/2 }}}, {{{(-3 - sqrt(17))/2 }}}

Edwin</pre>