SOLUTION: X2+x-(a+2)(a+1)=0

Algebra ->  Quadratic Equations and Parabolas  -> Quadratic Equations Lessons  -> Quadratic Equation Lesson -> SOLUTION: X2+x-(a+2)(a+1)=0      Log On


   



Question 587930: X2+x-(a+2)(a+1)=0
Answer by KMST(5328) About Me  (Show Source):
You can put this solution on YOUR website!
x2%2Bx-%28a%2B2%29%28a%2B1%29=0
If you had x2%2B%28b%2Bc%29x%2Bbc=0 (it would be confusing if I used a),
you would factor to solve and have
%28x%2Bb%29%28x%2Bc%29=0 with solutions x=-b and x=-c
The constant (independent term) in a quadratic (degree 2) polynomial is the product of the constants (independent terms) of the factors.
The coefficient of the term is x is the sum of those same factors.
The trick to factoring is to find the pair of factors for the constant that add to the coefficient of the term is x.
The constant in your equation is +-%28a%2B2%29%28a%2B1%29
The coefficient of x in your equation is 1, and
1=%28a%2B2%29-%28a%2B1%29
So your factors are a%2B2 and -%28a%2B1%29.
Your quadratic polynomial factors like this:
x2%2Bx-%28a%2B2%29%28a%2B1%29=%28x%2B%28a%2B2%29%29%28x-%28a%2B1%29%29
Your equation is equivalent to
%28x%2B%28a%2B2%29%29%28x-%28a%2B1%29%29=0
and the solutions are
x=a%2B1 and x=-%28a%2B2%29=-a-2