Historical Context & Motivation
The idea of rewriting an expression in an equivalent but more useful form is as old as algebra itself. Ancient mathematicians in Mesopotamia and Egypt routinely decomposed quantities into products of simpler factors to solve practical problems involving land surveying and taxation. The formal algebraic notation we use today, however, emerged only after centuries of refinement. The distributive property — the principle that a(b + c) = ab + ac — was implicitly used by Greek geometers like Euclid, who demonstrated it through area models of rectangles, and was later codified in symbolic form by Renaissance algebraists.
Why does this history matter for the ACCUPLACER? Because distribution and factoring are inverse operations — every time you expand a product, you are distributing; every time you pull out a common factor, you are undoing that expansion. Nearly every algebraic simplification question on the ACCUPLACER requires fluency in one or both directions. The central question this lesson addresses is: given an algebraic expression, how do you move fluidly between its expanded form and its factored form using the greatest common factor?
Core Principles & Definitions
Before diving into techniques, it is essential to establish precise definitions and identify the foundational ideas that govern distributing and factoring. These principles form the scaffolding upon which every worked example and practice problem in this lesson rests.
The Distributive Property
Greatest Common Factor (GCF)
Factoring as Reverse Distribution
Equivalence Verification
Visual Explanation — The Area Model
The most intuitive way to see why distribution and GCF factoring work is through an area model. A rectangle whose width is the common factor and whose length is split into segments corresponding to each term makes the algebra geometric. The total area of the rectangle equals the expanded sum, while expressing that area as width × total length equals the factored form.
Notice how the diagram makes factoring intuitive: if you are given the two sub-areas 6x² and 15x and asked to express them as one product, you look for the common dimension — the width that both sub-rectangles share. That shared dimension is the GCF. The remaining lengths, 2x and 5, sit inside the parentheses as the addends.
Mathematical Framework
The algebraic machinery behind distributing and factoring rests on a small number of formal rules. Internalizing these rules — and understanding why they work — will allow you to handle any expression the ACCUPLACER presents.
Step-by-Step Process for Factoring Out the GCF
The following flowchart and detailed breakdown codify the exact procedure for extracting the GCF from a polynomial expression. Committing this process to memory — and practicing it until it becomes automatic — is the most efficient way to gain speed and accuracy on test day.
Detailed Step Breakdown
- Step 1 — Numerical GCF. Consider the expression 12x³ + 18x² − 30x. The coefficients are 12, 18, and 30. The GCF of 12, 18, and 30 is 6.
- Step 2 — Variable GCF. The variable parts are x³, x², and x. The smallest exponent on x is 1, so the variable part of the GCF is x.
- Step 3 — Divide. Divide each term by 6x: 12x³ ÷ 6x = 2x², 18x² ÷ 6x = 3x, −30x ÷ 6x = −5.
- Step 4 — Write and verify. The factored form is 6x(2x² + 3x − 5). Redistribute: 6x · 2x² = 12x³, 6x · 3x = 18x², 6x · (−5) = −30x. ✓
Worked Example
The following example mirrors the style and difficulty of an actual ACCUPLACER Quantitative Reasoning question. Pay close attention to the sign handling in Step 3, as negative-sign errors are the most common mistake on this topic.
Common Errors & How to Avoid Them
Understanding where students typically go wrong is just as valuable as knowing the correct procedure. The table below catalogs the most frequent errors on ACCUPLACER-style distribution and GCF factoring problems, along with corrective strategies.
| Error Type | What Goes Wrong | How to Fix It |
|---|---|---|
| Incomplete GCF | Factoring out only the numerical part (e.g., writing 3(4x² + 6x) instead of 3x(4x + 6) — and even that can be further reduced to 6x(2x + 3)) | Always check both coefficients and every variable separately. After factoring, inspect the parenthetical terms for any remaining common factors. |
| Sign Errors | Dropping or flipping a negative sign when distributing −a across (b − c), producing −ab − ac instead of the correct −ab + ac. | Treat the negative as part of the factor being distributed. Write −a × b = −ab and −a × (−c) = +ac explicitly before simplifying. |
| Exponent Errors | Adding exponents when dividing (e.g., x⁵ ÷ x² = x⁷ instead of x³) or using the largest exponent for the GCF instead of the smallest. | Remember: when dividing like bases, subtract exponents. The GCF uses the minimum exponent so that every term can be divided without introducing fractions. |
| Forgetting a term | When a term divided by the GCF equals 1 (e.g., 5x ÷ 5x = 1), students omit the 1 from the parentheses, effectively losing a term. | Any term that equals the GCF itself must contribute a 1 inside the parentheses. Count terms: the parenthetical expression should have the same number of terms as the original. |
Connection to Advanced Factoring Techniques
Factoring out the GCF is typically the first step in any complete factoring procedure. Once you have extracted the GCF, the expression inside the parentheses may itself be factorable by other methods. The table below shows how GCF factoring relates to the broader factoring toolkit you will encounter on the ACCUPLACER and in subsequent coursework.
| Technique | When to Use | Example |
|---|---|---|
| GCF Factoring | Always try first — look for a common factor across all terms | 6x² + 9x = 3x(2x + 3) |
| Factoring Trinomials | After removing the GCF, if the result is ax² + bx + c | 2x² + 7x + 3 = (2x + 1)(x + 3) |
| Difference of Squares | After removing the GCF, if the result is a² − b² | 2x² − 50 = 2(x² − 25) = 2(x + 5)(x − 5) |
| Factoring by Grouping | Four-term polynomials where pairs share a GCF | x³ + 3x² + 2x + 6 = x²(x + 3) + 2(x + 3) = (x + 3)(x² + 2) |
Notice that in both the difference-of-squares and the grouping examples above, extracting the GCF was the essential first move that unlocked the subsequent factorization. On the ACCUPLACER, a question may present an expression like 3x³ − 27x and expect you to factor it as 3x(x² − 9) and then recognize x² − 9 as (x + 3)(x − 3). If you skip the GCF step, the difference-of-squares pattern remains hidden. Mastering GCF factoring therefore pays dividends well beyond a single question type.
Practice Problems
Work through these five problems in order. They escalate in difficulty from conceptual understanding through critical analysis. Write out each step fully before checking the answer.
Lesson Summary
The distributive property states that a(b + c) = ab + ac, and GCF factoring reverses this process by extracting the greatest common factor from every term. To find the GCF, compute the GCF of the numerical coefficients and, for each variable, take the smallest exponent that appears across all terms. After dividing each term by the GCF, place the quotients inside parentheses and the GCF outside.
Always verify by redistributing the factored result to confirm it matches the original expression. Watch for sign errors when distributing negatives, and remember that a term equal to the GCF contributes a 1 inside the parentheses. GCF factoring is the essential first step before applying any advanced technique — from trinomial factoring to the difference of squares — and it appears frequently on the ACCUPLACER in both standalone and multi-step problems.