SOLUTION: I'm supposed to solve this by factoring but can't seem to. Any explanations would be appreciated. x^3-5x^2+3x+9=0

Algebra ->  Polynomials-and-rational-expressions -> SOLUTION: I'm supposed to solve this by factoring but can't seem to. Any explanations would be appreciated. x^3-5x^2+3x+9=0      Log On


   



Question 1087286: I'm supposed to solve this by factoring but can't seem to. Any explanations would be appreciated.
x^3-5x^2+3x+9=0

Found 2 solutions by Alan3354, ikleyn:
Answer by Alan3354(69443) About Me  (Show Source):
You can put this solution on YOUR website!
I'm supposed to solve this by factoring but can't seem to. Any explanations would be appreciated.
x^3-5x^2+3x+9=0
-------------
Try the factors of 9.
1 & 3.
Try Plus and Minus 1 & 3
-------
f(x) = x^3-5x^2+3x+9
Find f(1).
If it's zero, then x-1 is a factor.
etc

Answer by ikleyn(52816) About Me  (Show Source):
You can put this solution on YOUR website!
.
You have actually two options.

1.  The "rational root theorem" says that if you are given a polynomial with integer coefficients and the leading coefficient 1 
    at the highest degree of x (as in your case), then the integer roots of the polynomial (IF IT HAS INTEGER ZEROES) 
    are among integer divisors of its constant term.

    So, in your case you need to check integer divisors of your constant term 9.
    They are 1, -1, 3, -3, 9 and -9.


2.  Another option is to make the plot of a polynomial, which can tell you a lot about its roots.

    See below:





    Plot y = x%5E3-5x%5E2%2B3x%2B9


    In THIS case, the plot says that x = -1 is the root of multiplicity 1 and x = 3 is the root of multiplicity 2.


    Surely, the plot gives the visual hint only.
    After getting this hint you MUST check manually that the specific numbers are the roots/the root.


3.  If you assure that x= a is the root, then the linear binomial (x-a) is a factor of your polynomial.
 

    In your case the numbers -1 and 3 are zeroes, so the binomials (x+1) and (x-3) are the factors, and the factoring is

    f(x) = (x+1)*(x-3)^2.

Solved.