SOLUTION: how can i factorize this sum x^3-x^2+ax+x-a-1 ? please help me thanks
Algebra
->
Polynomials-and-rational-expressions
-> SOLUTION: how can i factorize this sum x^3-x^2+ax+x-a-1 ? please help me thanks
Log On
Algebra: Polynomials, rational expressions and equations
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Polynomials-and-rational-expressions
Question 151903
:
how can i factorize this sum x^3-x^2+ax+x-a-1 ? please help me thanks
Answer by
orca(409)
(
Show Source
):
You can
put this solution on YOUR website!
First, we need to re-group the terms.
x^3-x^2+ax+x-a-1
= (x^3 - x^2) + (ax - a) + (x - 1)
= x^2(x - 1) + a(x - 1) + (x - 1)
= (x - 1)(x^2 + a + 1)