ACCUPLACER ADVANCED ALGEBRA & FUNCTIONS • FACTORING

Factoring to Solve Equations — Use factoring to solve equations

Transform polynomial equations into solvable factors using the zero-product property.

Historical Context & Motivation

The ability to solve polynomial equations by decomposing them into simpler multiplicative components—what we now call factoring—ranks among the oldest and most consequential techniques in all of algebra. Ancient Babylonian mathematicians, working on clay tablets around 2000 BCE, solved what we would recognize as quadratic equations by completing geometric squares, effectively performing a precursor to modern factoring. The Greek geometric tradition, while powerful in its own right, lacked the symbolic apparatus to express factoring algebraically, and it was not until the Islamic Golden Age that scholars such as al-Khwārizmī systematized the solution of quadratic equations through rhetorical algebra—laying the groundwork for the factor-based methods we use today.

The conceptual leap from merely solving equations to recognizing that every polynomial can be expressed as a product of irreducible factors was formalized much later, culminating in the Fundamental Theorem of Algebra. This theorem guarantees that a polynomial of degree n has exactly n roots (counted with multiplicity) in the complex numbers, and therefore can be decomposed into n linear factors. The practical power of factoring for solving equations rests on the zero-product property: if a product of factors equals zero, then at least one factor must itself be zero. This simple logical principle transforms the difficult problem of finding roots of a polynomial into the far simpler task of solving linear equations.

~2000 BCE
Babylonian Quadratics
Babylonian scribes solve quadratic-type problems using geometric completion on clay tablets, anticipating algebraic factoring by millennia.
~820 CE
Al-Khwārizmī's Al-Jabr
Al-Khwārizmī classifies and systematically solves six canonical forms of linear and quadratic equations, establishing algebra as a discipline and introducing reduction and balancing techniques.
1591
Viète's Symbolic Algebra
François Viète introduces systematic literal notation, allowing polynomials to be written symbolically and factored using relationships between coefficients and roots.
1799
Fundamental Theorem of Algebra
Carl Friedrich Gauss provides the first rigorous proof that every non-constant polynomial has at least one complex root, guaranteeing complete factorization over the complex numbers.

For the ACCUPLACER Advanced Algebra & Functions exam, the central question factoring addresses is this: given a polynomial equation set equal to zero, how can you efficiently decompose the polynomial into factors and then determine the values of the variable that satisfy the equation? Mastery of this technique is essential not only for the exam but for subsequent coursework in calculus, where finding zeros of functions is a foundational skill.

Core Principles & Definitions

Factoring to solve equations relies on a small set of interconnected principles. Understanding each of these deeply—not merely memorizing them—will allow you to approach factoring problems with flexibility and confidence, regardless of the specific form a given polynomial takes.

1

Zero-Product Property

If AB = 0, then A = 0 or B = 0 (or both). This property is valid only when the product equals zero—it does not apply to products equaling other constants.
2

Standard Form Requirement

Before factoring, the equation must be rearranged so that one side equals zero. This is called writing the equation in standard form. Without this step, the zero-product property cannot be applied.
3

Greatest Common Factor (GCF)

Always check whether every term shares a common factor. Extracting the GCF simplifies the remaining polynomial and can reveal hidden structure—especially when the GCF itself contains the variable.
4

Factoring Patterns

Recognize standard patterns: trinomials of the form x² + bx + c, the difference of squares a² − b², perfect square trinomials, and sum/difference of cubes. Pattern recognition dramatically speeds up factoring.
5

Verification by Substitution

After solving, substitute each solution back into the original equation to confirm it produces a true statement. This guards against extraneous solutions introduced by algebraic manipulation.
KEY TAKEAWAY
Think of factoring as reverse engineering a product. If someone tells you that two unknown numbers multiply to give zero, you immediately know that at least one of those numbers must be zero—no other information is needed. Factoring a polynomial is like disassembling a complex machine into its component parts; once you see each part (factor) individually, determining which input makes a part 'shut off' (equal zero) becomes trivial. The entire strategy of factoring to solve equations reduces to: rewrite → factor → set each factor to zero → solve.

Visual Explanation — The Factoring Workflow

The workflow above illustrates the four-stage process: rearrange the equation into standard form, factor the resulting polynomial, apply the zero-product property to set each factor equal to zero, and then solve the resulting simple equations to obtain the solution set.

The diagram emphasizes that every factoring problem follows the same logical architecture. The most common mistakes on the ACCUPLACER arise not from inability to factor, but from skipping Step 1—attempting to apply the zero-product property when the equation is not set equal to zero. For instance, if you have x² + 5x = 6 and you factor the left side as x(x + 5) = 6, setting x = 6 and x + 5 = 6 is incorrect because the product equals 6, not 0. You must first rewrite the equation as x² + 5x − 6 = 0 before factoring.

Mathematical Framework

The mathematical foundation of factoring to solve equations rests on the zero-product property and a suite of factoring identities. Below are the core formulas and patterns you need for the ACCUPLACER, along with the conditions under which each applies.

ZERO-PRODUCT PROPERTY
If AB = 0, then A = 0 or B = 0
Where A and B are algebraic expressions. This property holds in the real numbers (and the complex numbers) because neither system contains zero divisors.
TRINOMIAL FACTORING
x² + bx + c = (x + p)(x + q) where p + q = b and p × q = c
Find two numbers p and q whose sum is b and whose product is c. When a leading coefficient other than 1 is present (ax² + bx + c), use the AC method: find two numbers whose product is ac and whose sum is b.
DIFFERENCE OF SQUARES
a² − b² = (a + b)(a − b)
Applies whenever the polynomial is a difference (subtraction) of two perfect squares. Note: the sum of two squares, a² + b², does not factor over the real numbers.
SUM AND DIFFERENCE OF CUBES
a³ ± b³ = (a ± b)(a² ∓ ab + b²)
The first factor shares the sign of the original expression; the middle term of the trinomial factor carries the opposite sign; and the last term is always positive. Memorize this as 'SOAP': Same sign, Opposite sign, Always Positive.
💡 ACCUPLACER Strategy Note
On the ACCUPLACER, factoring problems frequently test whether you can identify the correct pattern rather than perform lengthy algebra. Before attempting any factoring, always ask: (1) Is there a GCF? (2) Is this a special pattern (difference of squares, perfect square trinomial, sum/difference of cubes)? (3) If not, use trinomial factoring or the AC method. Following this decision tree in order prevents wasted time.

Detailed Breakdown — Factoring Methods by Type

Successful factoring on the ACCUPLACER requires you to quickly classify the polynomial you are working with and select the appropriate technique. The diagram below presents a decision tree that mirrors the reasoning process you should internalize. After the diagram, a classification table provides concrete examples of each type.

This decision tree guides you through the factoring process. Begin at the top by checking for a greatest common factor, then classify the polynomial by its number of terms to select the appropriate technique. All paths converge at the final step: applying the zero-product property.
Common factoring types encountered on the ACCUPLACER
Factoring TypePattern / ConditionExample
GCF ExtractionAll terms share a common factor3x² + 9x = 3x(x + 3)
Difference of Squaresa² − b², two terms, subtraction onlyx² − 25 = (x + 5)(x − 5)
Perfect Square Trinomiala² ± 2ab + b²x² + 6x + 9 = (x + 3)²
Simple Trinomial (a = 1)x² + bx + c, find p + q = b, pq = cx² + 7x + 12 = (x + 3)(x + 4)
General Trinomial (a ≠ 1)ax² + bx + c, AC method2x² + 7x + 3 = (2x + 1)(x + 3)
Grouping (4 terms)Group in pairs, factor eachx³ + 3x² + 2x + 6 = (x² + 2)(x + 3)
Sum/Difference of Cubesa³ ± b³x³ − 8 = (x − 2)(x² + 2x + 4)

Worked Example

Let us work through a representative problem that combines multiple factoring skills, mirroring the complexity you can expect on the ACCUPLACER Advanced Algebra & Functions section.

Solve: 2x³ − 8x² − 10x = 0
1
Step 1 — Verify Standard FormThe equation is already set equal to zero, so we are in standard form. No rearrangement is needed.
2x³ − 8x² − 10x = 0 ✓
2
Step 2 — Extract the Greatest Common FactorEach term contains a factor of 2 and a factor of x. The GCF is 2x. Factoring this out: 2x(x² − 4x − 5) = 0. Crucially, the factor 2x already gives us one piece of information: if 2x = 0, then x = 0 is a solution.
2x(x² − 4x − 5) = 0
3
Step 3 — Factor the TrinomialWe need two numbers whose product is −5 and whose sum is −4. Examining factor pairs of −5: (−5)(1) = −5 and −5 + 1 = −4. These work. Therefore x² − 4x − 5 = (x − 5)(x + 1).
2x(x − 5)(x + 1) = 0
4
Step 4 — Apply the Zero-Product PropertySet each factor equal to zero independently: 2x = 0 gives x = 0; x − 5 = 0 gives x = 5; x + 1 = 0 gives x = −1.
x = 0, x = 5, x = −1
5
Step 5 — Verify the SolutionsSubstitute each value back into the original equation. For x = 0: 2(0)³ − 8(0)² − 10(0) = 0 ✓. For x = 5: 2(125) − 8(25) − 10(5) = 250 − 200 − 50 = 0 ✓. For x = −1: 2(−1) − 8(1) − 10(−1) = −2 − 8 + 10 = 0 ✓. All three solutions check out.
Solution set: {−1, 0, 5}
⚠️ Common Pitfall
Many students would divide both sides by x at the start, reducing the equation to 2x² − 8x − 10 = 0. While this simplifies the remaining algebra, it discards the solution x = 0. Never divide both sides of an equation by a variable expression—instead, factor it out so it remains as part of the zero-product decomposition.

Factoring vs. Other Solution Methods

Factoring is not the only method for solving polynomial equations. On the ACCUPLACER, you may encounter situations where factoring is efficient and situations where an alternative method is more appropriate. Understanding the relative strengths and limitations of factoring versus other techniques enables you to make strategic decisions under timed conditions.

Comparison of equation-solving methods
MethodStrengthsLimitations
FactoringFast when patterns are recognizable; yields exact (rational) answers; works for polynomials of any degree if factorable; no formula memorization beyond patternsNot all polynomials factor over the rationals; requires pattern recognition skill; can be time-consuming for complex trinomials with large coefficients
Quadratic FormulaAlways works for quadratics; gives exact answers including irrational and complex roots; systematic—no guessing requiredRestricted to degree-2 polynomials; computationally heavier than factoring; easy to make arithmetic errors under the radical
Completing the SquareAlways works for quadratics; produces vertex form directly; useful for deriving the quadratic formula itselfMore steps than factoring when factors are obvious; restricted to degree-2; messy with non-integer leading coefficients
Graphing / Numerical MethodsWorks for any polynomial or transcendental equation; provides visual confirmation of solutions; can approximate irrational rootsNot permitted on all test sections; provides approximations, not exact values; requires technology
🎯 STRATEGIC INSIGHT
On a timed exam like the ACCUPLACER, factoring is your first line of attack precisely because it is the fastest method—when it works. Think of it like a surgeon choosing instruments: a scalpel (factoring) is ideal for precise, clean work, but when the situation demands it, you switch to broader tools (quadratic formula, completing the square). The strategic sequence is: try factoring first → if the polynomial resists factoring within 30 seconds, pivot to the quadratic formula.

Connection to Advanced Theory

The factoring techniques covered in this lesson serve as the algebraic foundation for more sophisticated topics you will encounter in college mathematics. Understanding how basic factoring connects to these advanced concepts can deepen your comprehension and provide additional motivation for mastering the material thoroughly.

Connections between factoring and advanced mathematics
This Lesson (Factoring)Advanced Extension
Factoring polynomials to find real zerosThe Rational Root Theorem provides a systematic way to identify candidate rational zeros for polynomials of any degree, which can then be tested via synthetic division
Zero-product property applied to linear factorsIn calculus, finding where a function or its derivative equals zero (critical points, x-intercepts) uses identical logic, extended to transcendental functions
Difference of squares: a² − b² = (a + b)(a − b)Partial fraction decomposition in integral calculus relies on factoring denominators, often using difference of squares and irreducible quadratics
Factoring trinomials over the integersAbstract algebra generalizes factoring to polynomial rings over arbitrary fields, where unique factorization may or may not hold depending on the ring structure

Perhaps the most immediate bridge from ACCUPLACER-level factoring to college coursework is the connection to polynomial graph analysis. When you factor a polynomial, you are simultaneously determining its x-intercepts—the points where its graph crosses or touches the horizontal axis. The multiplicity of each factor (how many times it appears) determines whether the graph crosses through the axis or merely touches it and turns around. A factor like (x − 3)² indicates a touch point at x = 3, while a factor like (x − 3)¹ indicates a crossing. This geometric interpretation of factoring forms the conceptual core of polynomial graphing in precalculus and calculus.

Practice Problems

PROBLEM 1CONCEPTUAL
A student factors x² + 3x = 18 as x(x + 3) = 18 and then claims x = 18 or x + 3 = 18. Explain the logical error in this approach and describe the correct first step.
PROBLEM 2BASIC CALCULATION
Solve for x: x² − 9x + 20 = 0.
PROBLEM 3INTERMEDIATE
Solve for x: 3x² + 14x − 5 = 0.
PROBLEM 4APPLIED
The height of a projectile is given by h(t) = −16t² + 48t + 64, where h is in feet and t is in seconds. At what time(s) does the projectile hit the ground?
PROBLEM 5CRITICAL THINKING
Solve for x: x⁴ − 5x² + 4 = 0. State all real solutions and explain your substitution strategy.

Summary

Factoring to solve equations is a four-stage process: first, write the equation in standard form with one side equal to zero; second, factor the polynomial completely by extracting the GCF and then applying the appropriate pattern—trinomial factoring, difference of squares, sum or difference of cubes, or grouping; third, apply the zero-product property by setting each factor equal to zero; and fourth, solve each resulting simple equation to obtain the complete solution set.

Key pitfalls to avoid on the ACCUPLACER include applying the zero-product property when the equation does not equal zero, dividing both sides by a variable (which discards solutions), and failing to factor completely. When a polynomial does not factor readily over the rationals, pivot to the quadratic formula or completing the square. For higher-degree equations exhibiting quadratic form, employ u-substitution to reduce the problem to a familiar quadratic structure before factoring.

Varsity Tutors • ACCUPLACER Advanced Algebra & Functions • Factoring to Solve Equations