MATH 2 • ALGEBRA & FUNCTIONS

Solving Quadratics by Factoring — I can solve quadratic equations by factoring and justify the solution set.

Transform quadratic equations into products of factors and use the Zero Product Property to find exact solutions.

Historical Context & Motivation

Humans have wrestled with quadratic equations — equations where the highest power of the unknown is two — for thousands of years. Ancient civilizations needed to calculate areas of land, design structures, and predict the paths of projectiles. All of these problems boil down to finding the value of an unknown quantity that appears squared. The method of factoring is one of the oldest and most elegant strategies for cracking these problems wide open.

~2000 BCE
Babylonian Clay Tablets
Babylonian scribes solved area problems equivalent to quadratics using geometric cut-and-paste techniques on clay tablets — an early form of completing the square.
~300 BCE
Euclid's Geometric Algebra
In Elements, Euclid framed quadratic problems as relationships between rectangles and squares, giving a rigorous geometric foundation to factoring.
~825 CE
Al-Khwarizmi's Al-Jabr
The Persian mathematician al-Khwarizmi published systematic rules for solving quadratics, coining the term al-jabr (algebra). His work unified geometric and arithmetic approaches.
1600s
Symbolic Notation Emerges
Descartes and Viète introduced modern letter-based notation (ax² + bx + c = 0), making factoring procedures faster and more generalizable than geometric methods.
Today
Factoring in STEM
Factoring remains a core algebraic skill used in physics, engineering, computer science, and economics whenever quadratic relationships arise.

The central question this lesson addresses is straightforward: given a quadratic equation such as x² + 5x + 6 = 0, how can we rewrite it as a product of simpler expressions and then determine exactly which values of x make the equation true? Factoring answers that question by reversing the multiplication process — breaking a polynomial back into the pieces that were multiplied together to create it.

Core Principles & Definitions

Before diving into examples, you need a solid grasp of the key ideas that make factoring work. Every step in the process relies on these foundational principles, so take a moment to understand each one clearly.

1

Standard Form

A quadratic equation written as ax² + bx + c = 0 is in standard form. The coefficient a cannot be zero. Before factoring, always rearrange the equation so one side equals zero.
2

Factoring

Factoring means rewriting a polynomial as a product of two (or more) simpler expressions. For example, x² + 5x + 6 factors into (x + 2)(x + 3). This reverses the FOIL (or distribution) process you already know.
3

Zero Product Property

The Zero Product Property states: if A × B = 0, then A = 0 or B = 0 (or both). This property is the logical engine that converts a factored equation into individual solutions.
4

Solution Set

The solution set is the collection of all x-values that make the equation true. For a quadratic, the solution set contains at most two values, often written with set notation like {−2, −3}.
5

Justification

Justifying a solution means substituting each answer back into the original equation to verify it produces a true statement. This check step confirms your factoring is correct and that no arithmetic errors slipped in.
KEY TAKEAWAY
Think of factoring like reverse engineering a recipe. If someone hands you a cake (the polynomial), factoring is figuring out the exact ingredients (the factors) that were mixed together. The Zero Product Property then says: if the cake weighs zero, at least one of the ingredients must be zero. That's how you pinpoint the solutions.

Visual Explanation — The Factoring Process

The diagram below maps the complete workflow for solving a quadratic by factoring. Follow the arrows from top to bottom to see how a standard-form equation transforms step-by-step into a verified solution set.

The flowchart traces each stage of the factoring process using the equation x² + 5x + 6 = 0. Notice how Step 2 (finding two numbers whose product is c and whose sum is b) is the heart of the method. Step 4 leverages the Zero Product Property, and Step 5 closes the loop by verifying each solution.

The key insight from this flowchart is that factoring converts a single equation with a squared term into two simpler linear equations. Once you've made that conversion, each linear equation takes only one step to solve. The final justification step is not optional — it proves your answer is correct and it's what teachers (and the real world) expect when you justify the solution set.

Mathematical Framework

Let's formalize the algebra behind factoring. Every quadratic you'll factor in this lesson has integer coefficients, and the techniques shown here cover the most common cases: trinomials with a leading coefficient of 1 and trinomials with a leading coefficient other than 1.

STANDARD FORM
ax² + bx + c = 0
Where a is the leading coefficient (a ≠ 0), b is the linear coefficient, and c is the constant term.
FACTORED FORM (a = 1)
x² + bx + c = (x + p)(x + q)
Here p and q are two integers such that p × q = c and p + q = b. When you FOIL (x + p)(x + q), you get x² + (p + q)x + pq, which matches x² + bx + c.
ZERO PRODUCT PROPERTY
If A × B = 0, then A = 0 or B = 0
This property works because zero is the only real number that, when multiplied by anything, always gives zero. It is the logical bridge between a factored equation and its solutions.
DIFFERENCE OF SQUARES
a² − b² = (a + b)(a − b)
A special factoring pattern: when a binomial is the difference of two perfect squares, it factors into conjugate pairs. For example, x² − 9 = (x + 3)(x − 3).
💡 Don't Forget the GCF
Before attempting to factor a trinomial, always check for a Greatest Common Factor (GCF). For example, 2x² + 10x + 12 = 0 can be simplified to 2(x² + 5x + 6) = 0 first, making the factoring much easier. The GCF of 2 can then be divided from both sides.

Finding Factor Pairs — A Detailed Breakdown

The trickiest part of factoring a trinomial is Step 2: finding the right pair of integers. This section walks you through a systematic approach using a factor pair table. Instead of guessing, you list all integer pairs that multiply to c (when a = 1) and then check which pair sums to b.

This factor pair table systematically lists all integer pairs whose product equals −12, then checks which pair sums to −1. The sign guide at the bottom helps you narrow down the possibilities before you even start listing pairs.

Using the sign guide is a huge time-saver. If c is positive, both factors share the same sign — and that sign matches the sign of b. If c is negative, the factors have opposite signs, and the larger absolute value carries the sign of b. Internalizing these patterns will make your factoring faster and more confident.

Worked Example

Let's work through a complete example from start to finish, including the justification step. We'll solve the equation 2x² + 7x + 3 = 0, which has a leading coefficient greater than 1.

Solve 2x² + 7x + 3 = 0 by Factoring
1
Step 1 — Confirm Standard FormThe equation 2x² + 7x + 3 = 0 is already in standard form with a = 2, b = 7, and c = 3. One side is zero, so we are ready to factor.
2
Step 2 — Find the AC ProductWhen a ≠ 1, use the AC method. Multiply a × c = 2 × 3 = 6. Now find two integers that multiply to 6 and add to b = 7. The pair is 1 and 6 because 1 × 6 = 6 and 1 + 6 = 7.
Factor pair: 1 and 6
3
Step 3 — Rewrite the Middle TermSplit the middle term 7x into 1x + 6x: the equation becomes 2x² + 1x + 6x + 3 = 0.
2x² + x + 6x + 3 = 0
4
Step 4 — Factor by GroupingGroup the first two and last two terms: (2x² + x) + (6x + 3) = 0. Factor a GCF from each group: x(2x + 1) + 3(2x + 1) = 0. Both groups share the common binomial factor (2x + 1).
(2x + 1)(x + 3) = 0
5
Step 5 — Apply the Zero Product PropertySet each factor equal to zero. For 2x + 1 = 0: subtract 1, then divide by 2 to get x = −1/2. For x + 3 = 0: subtract 3 to get x = −3.
x = −1/2 or x = −3
6
Step 6 — Justify the Solution SetCheck x = −1/2: 2(−1/2)² + 7(−1/2) + 3 = 2(1/4) − 7/2 + 3 = 1/2 − 7/2 + 6/2 = 0 ✓. Check x = −3: 2(−3)² + 7(−3) + 3 = 2(9) − 21 + 3 = 18 − 21 + 3 = 0 ✓. Both values satisfy the original equation.
Solution set: {−1/2, −3} ✓
🔍 Why Grouping Works
Factoring by grouping is just a clever rearrangement. By splitting the middle term into two pieces whose coefficients multiply to a × c, you guarantee that each group of two terms will share a common binomial factor. This works every time the trinomial is factorable over the integers.

Factoring vs. Other Methods

Factoring is not the only way to solve a quadratic equation. It's important to understand when factoring is your best bet and when another method might be more efficient. The table below compares the three main approaches you'll encounter in Math 2.

Comparison of Quadratic-Solving Methods
MethodBest Used WhenLimitations
FactoringThe trinomial has integer factor pairs — especially when a = 1 or when a × c has few factors. Quick and elegant.Not all quadratics factor nicely over the integers. If the discriminant (b² − 4ac) is not a perfect square, this method fails.
Quadratic FormulaAlways works — any quadratic equation, factorable or not. Ideal when coefficients are messy or irrational solutions are expected.More arithmetic steps, higher chance of calculation errors. Doesn't build factoring fluency.
Completing the SquareUseful for deriving vertex form and the quadratic formula itself. Good when the equation needs to be rewritten for graphing.Procedurally longer. Fractions appear frequently, which can slow you down.
WHEN TO USE FACTORING
Think of your solving methods like tools in a toolbox. Factoring is the screwdriver — fast, precise, and perfect when the screw (equation) fits. The quadratic formula is the adjustable wrench — it handles everything but takes a bit longer. Always try factoring first; if you can't find integer factor pairs within about 30 seconds, switch to the quadratic formula.

Connection to Advanced Topics

The factoring skills you build now are the foundation for more advanced algebra topics you'll encounter in Math 3, Pre-Calculus, and beyond. Understanding how factors relate to solutions opens the door to analyzing polynomial functions of any degree.

From Quadratics to Polynomials
Concept Now (Math 2)Advanced Version
Factoring trinomials (degree 2)Factoring higher-degree polynomials (degree 3, 4, …) using synthetic division and the Rational Root Theorem
Zero Product Property gives at most 2 real solutionsThe Fundamental Theorem of Algebra guarantees a degree-n polynomial has exactly n roots (counting complex and repeated roots)
Solutions are x-intercepts of the parabola y = ax² + bx + cFactor form reveals end behavior, multiplicity, and graph shape for any polynomial function
Integer solutions only (when factoring over ℤ)Complex numbers extend factoring to include imaginary solutions: x² + 1 = (x + i)(x − i)

Every time you factor a quadratic, you're practicing a skill that scales up. In calculus, you'll factor expressions to simplify limits and derivatives. In physics, you'll factor kinematic equations to find when a projectile hits the ground. The logic of breaking a complex expression into simpler pieces is one of the most universally useful tools in mathematics.

Practice Problems

Test your understanding with the following five problems. They increase in difficulty, so work through them in order. For each one, factor the equation, state the solution set, and justify your answers.

PROBLEM 1CONCEPTUAL
Explain in your own words why the Zero Product Property is essential for solving quadratics by factoring. What would happen if you tried to apply it to an equation like (x + 2)(x + 3) = 6?
PROBLEM 2BASIC CALCULATION
Solve by factoring: x² + 8x + 15 = 0. State the solution set and verify both solutions.
PROBLEM 3INTERMEDIATE
Solve by factoring: 3x² − 10x − 8 = 0. Show all work using the AC method.
PROBLEM 4APPLIED
A rectangular garden has a length that is 3 feet longer than its width. If the area of the garden is 70 square feet, write a quadratic equation to model the situation, solve it by factoring, and state the dimensions of the garden.
PROBLEM 5CRITICAL THINKING
Consider the equation x² + kx + 16 = 0 where k is an integer. Find all values of k for which this equation can be solved by factoring over the integers. For each value of k, state the solution set.

Lesson Summary

Solving quadratics by factoring starts with writing the equation in standard form (ax² + bx + c = 0). When a = 1, you find two integers whose product equals c and whose sum equals b. When a ≠ 1, the AC method (multiply a × c, split the middle term, then factor by grouping) handles the job. Special patterns like the difference of squares (a² − b² = (a + b)(a − b)) and GCF extraction should always be checked first.

Once the equation is in factored form, the Zero Product Property converts it into two linear equations, each yielding one solution. The final — and essential — step is justification: substitute each solution back into the original equation to confirm it produces 0 = 0. This process gives you exact solutions, builds algebraic fluency, and prepares you for factoring higher-degree polynomials in future courses.

Varsity Tutors • Math 2 • Solving Quadratics by Factoring