Solving Quadratics by Factoring

Solve quadratic equations by factoring for the Digital SAT. Set equations to zero, factor, and apply the zero product property.

Solving quadratic equations by factoring is one of the most important skills for the Advanced Math section of the Digital SAT. The method relies on the zero product property: if A×B=0A \times B = 0, then A=0A = 0 or B=0B = 0. By expressing a quadratic as a product of factors set equal to zero, you can find the solutions quickly.

Core Concepts

The Zero Product Property

If ab=0ab = 0, then a=0a = 0 or b=0b = 0 (or both).

This is why we set the equation equal to zero before factoring.

Standard Form

A quadratic equation should be in the form:

ax2+bx+c=0ax^2 + bx + c = 0

before factoring.

Solving by Factoring: Step by Step

  1. Move all terms to one side (set equal to 0).
  2. Factor the quadratic expression.
  3. Set each factor equal to 0.
  4. Solve each equation.

When a=1a = 1: x2+bx+c=0x^2 + bx + c = 0

Find two numbers that multiply to cc and add to bb.

Example: x2+5x+6=0x^2 + 5x + 6 = 0

6=2×36 = 2 \times 3 and 2+3=52 + 3 = 5

(x+2)(x+3)=0(x + 2)(x + 3) = 0

x=2x = -2 or x=3x = -3

When a1a \neq 1: ax2+bx+c=0ax^2 + bx + c = 0

Use the AC method: find two numbers that multiply to acac and add to bb.

Example: 2x2+7x+3=02x^2 + 7x + 3 = 0

ac=6ac = 6. Numbers: 11 and 66 (1+6=71 + 6 = 7) ✓

2x2+x+6x+3=02x^2 + x + 6x + 3 = 0

x(2x+1)+3(2x+1)=0x(2x + 1) + 3(2x + 1) = 0

(x+3)(2x+1)=0(x + 3)(2x + 1) = 0

x=3x = -3 or x=12x = -\frac{1}{2}

GCF First

Always check for a common factor:

3x212x=03x^2 - 12x = 0

3x(x4)=03x(x - 4) = 0

x=0x = 0 or x=4x = 4

Don't divide both sides by xx — you'll lose the x=0x = 0 solution!

Special Forms

Difference of squares: x216=0x^2 - 16 = 0(x+4)(x4)=0(x+4)(x-4) = 0x=±4x = \pm 4

Perfect square: x210x+25=0x^2 - 10x + 25 = 0(x5)2=0(x-5)^2 = 0x=5x = 5 (double root)

Strategy Tips

Tip 1: Always Set Equal to Zero First

Don't try to factor x2+3x=10x^2 + 3x = 10 directly. Rewrite: x2+3x10=0x^2 + 3x - 10 = 0.

Tip 2: Check for GCF Before Factoring

If every term shares a factor, pull it out first. This simplifies the factoring.

Tip 3: Don't Divide by the Variable

If xx is a common factor, factor it out rather than dividing. x2=5xx^2 = 5xx25x=0x^2 - 5x = 0x(x5)=0x(x-5) = 0x=0x = 0 or x=5x = 5.

Tip 4: Check by Substituting

Plug your solutions back into the original equation to verify.

Tip 5: Backsolving Works on SAT

For multiple choice, substitute answer choices. The correct solutions make the equation true.

Worked Example: Example 1

Problem

Solve x27x+12=0x^2 - 7x + 12 = 0.

Find two numbers: multiply to 12, add to 7-7: 3-3 and 4-4.

(x3)(x4)=0(x - 3)(x - 4) = 0x=3x = 3 or x=4x = 4

Solution

Worked Example: Example 2

Problem

Solve x2+x20=0x^2 + x - 20 = 0.

Numbers: multiply to 20-20, add to 11: 55 and 4-4.

(x+5)(x4)=0(x + 5)(x - 4) = 0x=5x = -5 or x=4x = 4

Solution

Worked Example: Example 3

Problem

Solve 6x2x2=06x^2 - x - 2 = 0.

ac=12ac = -12. Numbers: 33 and 4-4 (3+(4)=13 + (-4) = -1) ✓

6x2+3x4x2=06x^2 + 3x - 4x - 2 = 0

3x(2x+1)2(2x+1)=03x(2x + 1) - 2(2x + 1) = 0

(3x2)(2x+1)=0(3x - 2)(2x + 1) = 0x=23x = \frac{2}{3} or x=12x = -\frac{1}{2}

Solution

Worked Example: SAT-Style

Problem

If x2=8x15x^2 = 8x - 15, what are the possible values of xx?

x28x+15=0x^2 - 8x + 15 = 0

(x3)(x5)=0(x - 3)(x - 5) = 0x=3x = 3 or x=5x = 5

Solution

Worked Example: Example 5

Problem

Solve 5x2+15x=05x^2 + 15x = 0.

5x(x+3)=05x(x + 3) = 0x=0x = 0 or x=3x = -3

Solution

Practice Problems

  1. Problem 1

    Solve x2+9x+14=0x^2 + 9x + 14 = 0.

    Problem 2

    Solve x23x28=0x^2 - 3x - 28 = 0.

    Problem 3

    Solve 3x2+5x2=03x^2 + 5x - 2 = 0.

    Problem 4

    Solve x249=0x^2 - 49 = 0.

    Problem 5

    Solve 4x220x=04x^2 - 20x = 0.

    Problem 6

    If x2+2x=35x^2 + 2x = 35, what is the positive value of xx?

Want to check your answers and get step-by-step solutions?

Get it on Google PlayDownload on the App Store

Common Mistakes

  • Not setting equal to zero. Factoring x2+3x=10x^2 + 3x = 10 directly is wrong. Rewrite as x2+3x10=0x^2 + 3x - 10 = 0.
  • Dividing by xx. This loses the x=0x = 0 solution. Factor instead.
  • Sign errors. If c>0c > 0 and b<0b < 0, both factors are negative: (xp)(xq)(x - p)(x - q).
  • Stopping after factoring. Setting factors equal to zero and solving is the final step — don't skip it.
  • Missing the negative solution. x2=9x^2 = 9 gives x=3x = 3 AND x=3x = -3.

Frequently Asked Questions

What if the quadratic doesn't factor nicely?

Use the quadratic formula or completing the square instead.

How many solutions can a quadratic have?

At most 2. It can have 2 distinct solutions, 1 repeated solution, or no real solutions.

Can I always use factoring?

Only when the quadratic factors over the integers. Otherwise, use the quadratic formula.

What's a double root?

When both factors give the same solution, like (x3)2=0(x-3)^2 = 0x=3x = 3 only.

Is factoring faster than the quadratic formula?

Yes, when it works. Factoring takes seconds; the formula takes longer. Try factoring first.

Key Takeaways

  • Set equal to zero before factoring.

  • Zero product property: if AB=0AB = 0, then A=0A = 0 or B=0B = 0.

  • GCF first — don't skip this step.

  • Never divide by a variable — factor it out instead.

  • Check your solutions by substituting back.

  • If factoring doesn't work, use the quadratic formula as backup.

Ready to Ace Your SAT math?

Get instant step-by-step solutions to any problem. Snap a photo and learn with Tutor AI — your personal exam prep companion.

Get it on Google PlayDownload on the App Store