Algebra 1 • Equivalent Expressions

Factor a Quadratic Expression to Reveal the Zeros

Learn how to break apart a quadratic expression into two factors, then use those factors to find where the parabola crosses the x-axis.

Where Did Factoring Come From?

People have been solving quadratic equations for thousands of years — long before anyone wrote down a formula. Ancient mathematicians couldn't use graphing calculators or computers, so they developed clever algebraic tricks to find the solutions. Factoring is one of the most powerful of those tricks, and it remains a core skill in modern algebra.

~2000 BCE
Babylonian scribes carved problems onto clay tablets that boiled down to solving quadratic equations. They used geometric methods — thinking of areas of rectangles — to find unknown lengths, which is essentially the same idea behind factoring.
~300 BCE
Euclid's Elements presented geometric proofs that matched what we now call "completing the square." Greek mathematicians didn't use variables like x, but they reasoned about the same relationships.
~820 CE
The Persian mathematician al-Khwārizmī wrote Al-Kitāb al-Mukhtaṣar, a book that systematically solved quadratic equations with algorithmic steps. The word "algebra" comes from the Arabic title of this book.
1600s – 1700s
European mathematicians like Descartes and Newton introduced modern algebraic notation — using letters for unknowns and the superscript "²" for squaring. This notation made factoring expressions far easier to write and teach.
Today
Factoring remains a standard technique in Algebra 1 classrooms worldwide. It's a gateway to understanding functions, graphing parabolas, and solving real-world optimization problems.

Throughout history, the central question has been the same: given an expression like x² + 5x + 6, how can we rewrite it so the solutions become obvious? That's exactly the skill you'll master in this lesson.

Core Principles & Definitions

Before you start factoring, you need a solid grip on four key ideas. Each one builds on concepts you've already seen in Algebra 1, so this should feel like connecting the dots rather than learning something entirely new.

1

Quadratic Expression

An expression of the form ax² + bx + c where a, b, and c are numbers and a ≠ 0. The highest power of the variable is 2, which is what makes it "quadratic."
2

Zeros (Roots) of a Function

The zeros of a function f(x) are the input values that make f(x) equal to 0. On a graph, they're the x-coordinates where the parabola crosses the x-axis.
3

Factoring

Rewriting an expression as a product of simpler expressions. For quadratics, this usually means writing ax² + bx + c as (x + p)(x + q).
4

Zero Product Property

If the product of two things equals zero, then at least one of them must be zero. So if (x + p)(x + q) = 0, then either x + p = 0 or x + q = 0.
Key Takeaway
Think of factoring like breaking a combination lock. A quadratic expression in standard form hides its zeros behind a complicated-looking sum. When you factor it into two binomials, you're essentially cracking the combination — the zeros become visible right in the factors. The Zero Product Property is the final click that opens the lock.

Seeing It on the Graph

A quadratic function creates a U-shaped curve called a parabola. The zeros of the function — the values of x that make f(x) = 0 — appear as the points where the parabola crosses or touches the x-axis. Let's look at the function f(x) = x² − x − 6, which factors into (x − 3)(x + 2).

The parabola y = x² − x − 6 crosses the x-axis at x = −2 and x = 3 — the zeros revealed by factoring.

Notice how the two zeros, x = −2 and x = 3, correspond directly to the factors (x + 2) and (x − 3). Each factor, when set equal to zero, gives you one of those x-intercepts. This connection between the factored form and the graph is the whole reason factoring is so useful: it turns an abstract expression into a clear picture of where the function equals zero.

The Mathematical Framework

Let's formalize the steps. When you have a quadratic expression with a leading coefficient of 1 (that is, a = 1), factoring follows a clean pattern that relies on finding two numbers with a specific sum and product.

Standard Form
x² + bx + c
A quadratic expression where the leading coefficient is 1

Your goal is to rewrite this as a product of two binomials:

Factored Form
(x + p)(x + q)
where p + q = b and p × q = c

Here's why this works. If you expand (x + p)(x + q) using the distributive property (FOIL), you get x² + qx + px + pq, which simplifies to x² + (p + q)x + pq. Comparing this with x² + bx + c, you can see that b = p + q and c = p × q. So finding the right p and q is the key step.

Once you've factored, you apply the Zero Product Property to find the zeros:

Zero Product Property
If (x + p)(x + q) = 0, then x = −p or x = −q
At least one factor must equal zero for the product to be zero

When the leading coefficient a is not 1, things get a bit trickier. You need to find two numbers whose product is a × c and whose sum is b. Then you split the middle term and factor by grouping. We'll see this in action in the worked example section.

Key Takeaway
Factoring a quadratic is like reverse-engineering a recipe. You know the finished dish (the standard form expression) and you need to figure out the two ingredients (the binomial factors) that were multiplied together. The "sum and product" rule is your taste test — it tells you exactly which ingredients to look for.

Step-by-Step Factoring Process

Here is a decision flowchart you can follow every time you need to factor a quadratic. Think of it as a checklist: you start at the top and work your way down. This visual covers the most common scenarios you'll encounter in Algebra 1.

Flowchart: The complete process from standard form to zeros.

Let's also look at the different types of factorable quadratics you'll encounter. The table below shows the main categories and what to look for in each case.

TypePatternExampleFactored Form
Simple trinomial (a = 1)x² + bx + cx² + 7x + 12(x + 3)(x + 4)
General trinomial (a ≠ 1)ax² + bx + c2x² + 7x + 3(2x + 1)(x + 3)
Difference of squaresx² − k²x² − 25(x + 5)(x − 5)
Perfect square trinomialx² ± 2kx + k²x² + 6x + 9(x + 3)²
GCF firstAll terms share a factor3x² + 12x + 93(x + 1)(x + 3)

Each of these types follows the same general logic: find a way to express the quadratic as a product, then use the Zero Product Property. The difference is simply in how you identify the right factors.

Worked Example

Let's walk through a complete problem from start to finish. We'll factor a quadratic expression and find the zeros of the function it defines.

Problem: Find the zeros of f(x) = 2x² + 5x − 3
1
Step 1 — Check for a GCFLook at the coefficients: 2, 5, and −3. The greatest common factor is 1, so there's nothing to factor out. We move on.
2
Step 2 — Identify a, b, and cComparing 2x² + 5x − 3 with ax² + bx + c:
a = 2, b = 5, c = −3. Since a ≠ 1, we'll use the a·c method (also called factoring by grouping).
3
Step 3 — Compute a × c and find two numbersMultiply a × c: 2 × (−3) = −6. We need two numbers that multiply to −6 and add to 5. Listing factor pairs of −6: 1 and −6 → sum = −5 ✗; −1 and 6 → sum = 5 ✓.
The numbers are −1 and 6.
4
Step 4 — Split the middle term and groupReplace 5x with −1x + 6x: 2x² − x + 6x − 3. Group: (2x² − x) + (6x − 3). Factor each group: x(2x − 1) + 3(2x − 1). Both groups contain the common factor (2x − 1), so factor it out:
(2x − 1)(x + 3)
5
Step 5 — Apply the Zero Product PropertySet each factor equal to zero and solve:
2x − 1 = 0 → x = 1/2 | x + 3 = 0 → x = −3
6
Step 6 — State the zerosThe zeros of f(x) = 2x² + 5x − 3 are x = ½ and x = −3. These are the x-values where the parabola crosses the x-axis. You can verify by substituting: f(½) = 2(¼) + 5(½) − 3 = ½ + 5/2 − 3 = 0 ✓ and f(−3) = 2(9) + 5(−3) − 3 = 18 − 15 − 3 = 0 ✓.

Factoring vs. Other Methods

Factoring isn't the only way to find the zeros of a quadratic function. You may have heard of the quadratic formula and graphing. Each method has its strengths and trade-offs. Understanding when to use which approach will make you a more flexible problem-solver.

MethodStrengthsLimitations
FactoringFast and elegant when the expression factors neatly; reveals the structure of the expression; no calculator neededNot all quadratics factor over the integers — some have irrational or complex roots that factoring won't easily reveal
Quadratic FormulaWorks for every quadratic equation; always gives exact answers, including irrational and complex rootsMore steps and arithmetic; easier to make calculation errors; doesn't reveal the structure as clearly
GraphingGives a visual picture of the function; helps you estimate zeros and understand the parabola's shapeMay only give approximate values; requires a graphing tool or careful plotting; hard to read exact roots from a graph
Completing the SquareAlways works; leads naturally to vertex form; useful for deriving the quadratic formula itselfMore algebraic steps than factoring; requires comfort with fractions when a ≠ 1

In practice, experienced mathematicians often try factoring first because it's the quickest method when it works. If the numbers don't cooperate — say you can't find integer pairs that give the right sum and product — then you switch to the quadratic formula or completing the square.

Key Takeaway
Think of factoring as the express lane on a highway — it's the fastest route, but it's only open for certain "vehicles" (expressions that factor cleanly). The quadratic formula is the regular highway: it always works, but it takes longer. Knowing when to use each approach is a skill you'll develop with practice.

Connection to Advanced Ideas

The factoring skills you're learning now are the foundation for more powerful algebra concepts you'll encounter in Algebra 2, precalculus, and beyond. Here's a preview of how factoring connects to bigger ideas.

What You Know NowWhere It Leads
Factoring ax² + bx + cFactoring polynomials of degree 3, 4, and higher — same idea, more terms
Finding integer zeros by factoringThe Rational Root Theorem, which helps you find possible rational zeros of any polynomial
Zero Product PropertyFactor Theorem: if r is a root of a polynomial, then (x − r) is a factor — a generalization of the same idea
Two zeros for a degree-2 polynomialFundamental Theorem of Algebra: a polynomial of degree n has exactly n roots (counting multiplicity and complex numbers)
Graphing parabolas with zerosAnalyzing polynomial and rational functions, identifying asymptotes, sketching curves by hand

The core idea — rewriting an expression as a product to find where it equals zero — extends far beyond quadratics. In calculus, you'll factor expressions to find critical points of functions. In physics and engineering, you'll use factored forms to analyze how systems behave. The skill you're building right now is truly a building block for mathematical thinking at every level.

Practice Problems

Test your understanding with these five problems. They start simple and build in complexity. Try each one on paper before revealing the answer.

PROBLEM 1CONCEPTUAL
If a quadratic function is written in factored form as f(x) = (x − 4)(x + 7), what are the zeros of the function? Explain why each zero works without expanding the expression.
PROBLEM 2BASIC
Factor x² + 9x + 20 and find the zeros of the function f(x) = x² + 9x + 20.
PROBLEM 3INTERMEDIATE
Factor x² − 3x − 28 and find its zeros. Hint: one of the numbers you're looking for is negative.
PROBLEM 4APPLIED
A ball is thrown upward from a 48-foot-tall building. Its height in feet after t seconds is modeled by h(t) = −16t² + 32t + 48. Factor this expression and determine when the ball hits the ground.
PROBLEM 5CHALLENGE
Factor 3x² − 10x − 8 completely, find the zeros, and then write the equation of the quadratic in factored form. Verify your answer by expanding the factored form back to standard form.

Lesson Summary

Factoring a quadratic expression transforms standard form (ax² + bx + c) into factored form ((x + p)(x + q) or a similar product), which directly reveals the zeros of the function — the x-values where the parabola crosses the x-axis. The process begins by checking for a greatest common factor (GCF), then finding two numbers whose sum equals b and whose product equals c (or a × c when the leading coefficient isn't 1). Once the expression is in factored form, the Zero Product Property lets you set each factor equal to zero and solve, producing the zeros directly.

Throughout this lesson, you've seen how this technique connects to the graph of a parabola, learned the step-by-step process including factor by grouping for more complex cases, and explored how factoring compares with other methods like the quadratic formula. The essential skill is recognizing patterns — simple trinomials, general trinomials, differences of squares, and perfect square trinomials — and choosing the right approach. Factoring is a fundamental algebraic tool that you'll use again and again, from graphing functions to solving real-world problems to tackling higher-degree polynomials in future courses.

Varsity Tutors • Algebra 1 (Common Core) • Factor a Quadratic Expression to Reveal the Zeros