Training Quadratic and Polynomial Functions Solving Quadratics by Factoring
1 / 5

Solving Quadratics by Factoring

22 min Quadratic and Polynomial Functions

Quadratic Equations

A quadratic equation is any equation that can be written in the form ax² + bx + c = 0, where a is not zero. Solving by factoring is generally the fastest method — factor the quadratic expression and set each factor equal to zero, applying the zero-product property.

The zero-product property states that if the product of two numbers is zero, at least one of them must be zero. This simple fact is the bridge between factoring and solving.

This lesson focuses on solving quadratic equations by factoring, including special patterns and equations that require rearranging into standard form first.

Definition

A quadratic equation has the standard form $ax^2 + bx + c = 0$ where $a \neq 0$.

Zero-Product Property

If $AB = 0$, then $A = 0$ or $B = 0$ (or both).

Solving by Factoring
  1. Write in standard form (everything on one side, $= 0$).
  2. Factor the quadratic expression.
  3. Set each factor equal to zero and solve.
Example 1

$x^2 - 5x + 6 = 0$

$(x - 2)(x - 3) = 0 \;\Rightarrow\; x = 2$ or $x = 3$.

Example 2

$2x^2 + 7x = -3$

  1. Standard form: $2x^2 + 7x + 3 = 0$
  2. Factor: $(2x + 1)(x + 3) = 0$
  3. $x = -\dfrac{1}{2}$ or $x = -3$
Example 3

$x^2 = 9x$

$x^2 - 9x = 0 \;\Rightarrow\; x(x - 9) = 0 \;\Rightarrow\; x = 0$ or $x = 9$.

Common Mistake

Never divide both sides by $x$ — you'll lose the solution $x = 0$! Always factor instead.

Example 4

$3x^2 - 12 = 0$

$3(x^2 - 4) = 0 \;\Rightarrow\; 3(x+2)(x-2) = 0 \;\Rightarrow\; x = -2$ or $x = 2$.

Example 5

$6x^2 - x - 2 = 0$

AC: $6(-2) = -12$. Numbers $-4, 3$. $6x^2 - 4x + 3x - 2 = 0$.

$2x(3x-2) + 1(3x-2) = 0 \;\Rightarrow\; (3x-2)(2x+1) = 0$.

$x = \dfrac{2}{3}$ or $x = -\dfrac{1}{2}$.

Example 6

$(x - 4)(x + 1) = 6$

Expand: $x^2 - 3x - 4 = 6 \;\Rightarrow\; x^2 - 3x - 10 = 0$.

$(x - 5)(x + 2) = 0 \;\Rightarrow\; x = 5$ or $x = -2$.

Practice Problems

1. $x^2 + 3x - 10 = 0$
2. $x^2 - 9 = 0$
3. $2x^2 - x - 6 = 0$
4. $x^2 = 7x$
5. $x^2 + 6x + 9 = 0$
6. $4x^2 - 25 = 0$
7. $3x^2 + 10x + 8 = 0$
8. $x^2 - 8x + 15 = 0$
9. $(x+2)(x-3) = 14$
10. $5x^2 = 20x$
11. $x^2 + x - 56 = 0$
12. $6x^2 + 5x - 4 = 0$
Show Answer Key

1. $x = 2$ or $x = -5$

2. $x = 3$ or $x = -3$

3. $x = 2$ or $x = -\dfrac{3}{2}$

4. $x = 0$ or $x = 7$

5. $x = -3$ (double root)

6. $x = \dfrac{5}{2}$ or $x = -\dfrac{5}{2}$

7. $x = -\dfrac{4}{3}$ or $x = -2$

8. $x = 3$ or $x = 5$

9. $x^2 - x - 20 = 0$; $x = 5$ or $x = -4$

10. $x = 0$ or $x = 4$

11. $x = 7$ or $x = -8$

12. $x = \dfrac{1}{2}$ or $x = -\dfrac{4}{3}$