Solving Quadratic Equations by Factoring
Quadratic equations are equations that contain a squared variable term, such as x2. One common method for solving quadratic equations is factoring.
Factoring involves breaking down the quadratic expression into simpler factors that can be set equal to zero.
In this article, we will discuss solving quadratic equations by factoring.
Steps for Factoring to Solve Quadratics
Solving quadratic equations by factoring involves four main steps:
- Put the equation in standard quadratic form: ax2 + bx + c = 0
- Factor the quadratic expression ax2 + bx + c
- Set each factor equal to zero and solve the simpler equations
- Verify the solutions by plugging them back into the original equation
Example
Solve the equation x2 – 5x + 6 = 0 by factoring.
Step 1) Put Into Standard Form
The equation is already in standard quadratic form, with a = 1, b = -5, and c = 6.
Step 2) Factor the Quadratic Expression
x2 – 5x + 6 = x2 – 3x -2x + 6
=(x – 2)(x – 3)
Step 3) Set Factors Equal to Zero
Setting each factor equal to zero gives us:
(x – 2) = 0 , (x – 3) = 0
x – 2 = 0 , x – 3 = 0
x = 2 , x = 3
The possible solutions are x = 2 and x = 3.
Step 4) Verify Solutions
Plugging x = 2 and x = 3 back into the original equation.
Therefore, the solutions are x = 2 and x = 3.
Solved Examples Quadratic Equations by Factoring
Example
Solve 3x2 – 5x – 2 = 0
Solution
3x2 – 5x – 2 = 0
3x2 – 6x + x – 2 = 0
3x (x – 2) + 1 (x – 2) = 0
(3x + 1)(x – 2) = 0
3x + 1 = 0 , x – 2 = 0
x = -1/3 , x = 2
Solutions: x = -1/3 and x = 2
Example
Solve x2 + x – 20 = 0
Solution
x2 + x – 20 = 0
x2 + 5x -4x – 20 = 0
x (x + 5) -4 (x + 5) = 0
(x + 5)(x – 4) = 0
(x + 5) = 0 , (x – 4) = 0
x = -5 , x = 4
Solutions: x = 4 and x = -5
FAQs
What are some tips for factoring quadratic expressions?
Look for factor pairs that multiply to ac and add to b
Try breaking the middle term bx into two terms with a common factor
Use the difference of squares pattern if appropriate (a2 – b2 )= (a + b)(a – b))
Use other patterns like perfect square trinomials if applicable
Double check your factors by multiplying them out
When can’t I use factoring to solve a quadratic?
You can’t use factoring if the quadratic expression does not factor into the product of two simpler linear expressions. In these cases, you’ll need to use another method like the quadratic formula.
What other methods can I use to solve quadratics?
Quadratic formula
Completing the square
Graphing the parabola and finding x-intercept
Leave a Reply