Home

Tutoring

Subjects

Live Classes

Study Coach

Essay Review

On-Demand Courses

Colleges

Games

Opening subject page...

Loading your content

  1. ISEE Upper Level Mathematics Achievement
  2. Factor Algebraic Expressions

x² + 5x + 6(x + 2)(x + 3)GCF · Trinomial · Difference of Squares
ISEE UPPER LEVEL • MATHEMATICS ACHIEVEMENT

Factor Algebraic Expressions

Learn to break down polynomials into simpler factors—a core algebra skill tested heavily on the ISEE.

SECTION 1

Why Factoring Matters: A Brief History

Humans have been solving equations for thousands of years, and factoring has been a central technique throughout that history. Ancient Babylonian scribes, working on clay tablets around 1800 BCE, solved problems that we would now write as quadratic equations. They did so by breaking expressions into parts—essentially factoring—long before modern notation existed. The story of factoring is the story of algebra itself: finding structure inside complex expressions so that difficult problems become simple ones.

~1800 BCE
Babylonian Algebra
Babylonian mathematicians solved quadratic-type problems using geometric methods on clay tablets, decomposing areas into rectangular factors.
~300 BCE
Euclid's Elements
Euclid described geometric identities such as the difference of squares in Book II, providing a visual foundation for algebraic factoring.
~825 CE
Al-Khwarizmi's Al-Jabr
The Persian scholar al-Khwarizmi wrote the first systematic algebra text, coining the word "algebra" and formalizing methods for solving equations by rearranging and simplifying—precursors to factoring.
1600s
Symbolic Notation Emerges
Descartes and others introduced the symbolic notation we use today (x², parentheses, etc.), making factoring techniques far easier to write and teach.
Today
ISEE & Standardized Testing
Factoring is one of the most heavily tested algebra skills on the ISEE Upper Level, appearing in roughly a third of all algebra questions.

The central question factoring answers is straightforward: What simpler expressions, when multiplied together, produce the original expression? Mastering this skill lets you solve equations quickly, simplify fractions, and tackle many ISEE problems that would otherwise seem intimidating.

SECTION 2

Core Principles of Factoring

Factoring is the reverse of distributing (multiplying out). When you expand (x + 2)(x + 3), you get x² + 5x + 6. Factoring starts with x² + 5x + 6 and recovers (x + 2)(x + 3). Every factoring technique relies on a few key principles that, once understood, make the entire process feel logical rather than mysterious.

1

Greatest Common Factor (GCF)

Always start by pulling out the largest factor shared by every term. For example, in 6x² + 9x, the GCF is 3x, giving 3x(2x + 3).
2

Factoring Trinomials

For expressions like x² + bx + c, find two numbers that multiply to c and add to b. These numbers become the constants in two binomial factors.
3

Difference of Squares

An expression of the form a² − b² always factors into (a + b)(a − b). Recognizing this pattern saves significant time on the ISEE.
4

Perfect Square Trinomials

Expressions like a² + 2ab + b² factor into (a + b)², and a² − 2ab + b² factor into (a − b)². The middle term is always twice the product of the square roots.
5

Check by Expanding

Always verify your answer by multiplying the factors back together. If you get the original expression, you factored correctly. This is your built-in error-catcher.
✦ KEY TAKEAWAY
Think of factoring like reverse engineering a recipe. If multiplying is combining ingredients (factors) into a finished dish (product), then factoring is looking at the dish and figuring out exactly what ingredients went into it. On the ISEE, always start with the GCF—it's the simplest and most commonly tested technique.
SECTION 3

The Factoring Decision Flowchart

One of the biggest challenges students face on the ISEE is deciding which factoring method to use. The flowchart below provides a step-by-step decision path. Start at the top, answer each question, and follow the arrows to the correct technique. Memorizing this flow will make you faster and more confident on test day.

Start: Look at the expressionIs there a GCF (other than 1)?YESNOFactor out the GCF first,then check what remains.Skip to step below ↓How many terms remain?2 terms3 terms4 termsDifference of Squares?a² − b² = (a+b)(a−b)Factor the Trinomialx²+bx+c = (x+p)(x+q)Factor by GroupingGroup pairs, factor each✓ Always check by multiplying back!
Follow this decision tree from top to bottom. Start by checking for a GCF, then count the remaining terms to choose the right technique. The green box at the bottom reminds you to verify every answer.
SECTION 4

The Mathematical Framework

Each factoring technique has a clean algebraic pattern you should commit to memory. On the ISEE, recognizing these patterns quickly is the difference between finishing on time and running out of the clock. Below are the four essential formulas, each with a brief explanation of when and how to use them.

GREATEST COMMON FACTOR
ab + ac = a(b + c)
Here a is the largest factor common to every term. Factor it out, and write the remaining terms inside parentheses.
DIFFERENCE OF SQUARES
a² − b² = (a + b)(a − b)
Both terms must be perfect squares separated by a minus sign. This pattern appears frequently on the ISEE. Watch for expressions like x² − 49 or 4y² − 25.
TRINOMIAL (LEADING COEFFICIENT = 1)
x² + bx + c = (x + p)(x + q) where p + q = b and p × q = c
Find two integers p and q whose sum equals the coefficient of x and whose product equals the constant term.
PERFECT SQUARE TRINOMIAL
a² + 2ab + b² = (a + b)² and a² − 2ab + b² = (a − b)²
The first and last terms are perfect squares. The middle term is exactly 2 × (square root of first) × (square root of last). Recognizing this saves time because you jump straight to the answer.
💡 ISEE Strategy Tip
On the ISEE, if you get stuck factoring a trinomial, try working backwards from the answer choices. Expand each choice using FOIL. The one that matches the original expression is the correct answer. This technique is slower, but it guarantees accuracy when you're unsure.
SECTION 5

Factoring Techniques in Detail

Let's look more closely at how each technique works in practice. The area model below shows how factoring a trinomial is the reverse of multiplying two binomials. Understanding this visual connection makes factoring feel much more intuitive.

Area Model: x² + 5x + 6 = (x + 2)(x + 3)x²3x2x6x3x2(x + 2)(x + 3)Total area = x² + 3x + 2x + 6 = x² + 5x + 6The four sub-areas combine to give the original trinomial.
The area model splits the product (x + 2)(x + 3) into four rectangles. The purple region represents x², the cyan and pink regions represent 3x and 2x, and the amber region represents 6. Added together, they produce x² + 5x + 6.
Summary of the five main factoring techniques
TechniquePattern to RecognizeExample
GCFAll terms share a common factor6x³ + 9x² = 3x²(2x + 3)
Difference of SquaresTwo perfect squares with a minus signx² − 16 = (x + 4)(x − 4)
Trinomial (lead coeff = 1)x² + bx + c; find p + q = b, p × q = cx² + 7x + 12 = (x + 3)(x + 4)
Perfect Square TrinomialFirst & last terms are squares; middle = 2abx² + 10x + 25 = (x + 5)²
Grouping (4 terms)Group into two pairs; factor each pairx³ + 2x² + 3x + 6 = (x² + 3)(x + 2)
SECTION 6

Worked Example: Factor Completely

Let's factor 2x² − 18 completely. This example uses two techniques in succession—exactly the kind of problem the ISEE loves to test.

Factor 2x² − 18 Completely

Step 1 — Check for a GCF

Both terms, 2x² and 18, are divisible by 2. Factor out the GCF of 2.
2x² − 18 = 2(x² − 9)

Step 2 — Examine what remains

Inside the parentheses we have x² − 9. Recognize that x² is a perfect square and 9 = 3², so this is a difference of squares.

Step 3 — Apply the difference of squares formula

Using a² − b² = (a + b)(a − b) with a = x and b = 3:
x² − 9 = (x + 3)(x − 3)

Step 4 — Write the fully factored form

Combine the GCF from Step 1 with the factored expression from Step 3.
2x² − 18 = 2(x + 3)(x − 3)

Step 5 — Verify by expanding

Multiply back: 2(x + 3)(x − 3) = 2(x² − 9) = 2x² − 18. ✓ This matches the original expression, confirming the answer.
⚠️ Common ISEE Trap
Many students stop after Step 1 and choose 2(x² − 9) as their answer. The ISEE often includes this as a distractor. The phrase "factor completely" means you must keep factoring until no factor can be broken down further.
SECTION 7

Choosing the Right Method

Different factoring techniques have different strengths. The table below compares them side by side, focusing on when each technique works and what pitfalls to watch for. On the ISEE, recognizing the correct method quickly is just as important as executing it accurately.

Comparison of factoring techniques: strengths and pitfalls
TechniqueStrengthsCommon Pitfalls
GCFWorks on any expression; always the correct first stepStudents sometimes miss the variable part of the GCF (e.g., forgetting to factor out x, not just the number)
Difference of SquaresVery fast; no trial-and-error neededOnly works with subtraction, not addition. A sum of squares (a² + b²) does not factor over the integers.
Trinomial FactoringCovers the most common ISEE factoring problemsSign errors when c is negative; students forget that p and q can be negative
Perfect Square TrinomialInstant result once recognized; great time saverNot every trinomial with square first and last terms is a perfect square—check the middle term
GroupingHandles four-term expressions that other methods can'tRequires recognizing how to split terms; less common on ISEE but still appears
🎯 ISEE STRATEGY
On the ISEE, time is precious. If a problem asks you to factor and you aren't sure which method to use, use process of elimination. Expand each answer choice with FOIL and see which one produces the original expression. Since there's no penalty for wrong answers, always guess if you're running short on time—never leave a question blank.
SECTION 8

Connection to Solving Equations

Factoring isn't just a standalone skill—it's the gateway to solving quadratic equations, which is a topic you'll encounter in Algebra I and beyond. The Zero Product Property states that if the product of two factors equals zero, then at least one of the factors must be zero. Once you factor an expression and set it equal to zero, you can solve for x instantly. This connection between factoring and equation-solving makes factoring one of the most powerful tools in algebra.

How factoring connects to solving quadratic equations
Factoring (This Lesson)Solving Equations (Next Step)
x² + 5x + 6 = (x + 2)(x + 3)Set each factor to 0: x + 2 = 0 → x = −2; x + 3 = 0 → x = −3
x² − 9 = (x + 3)(x − 3)x + 3 = 0 → x = −3; x − 3 = 0 → x = 3
2x² − 18 = 2(x + 3)(x − 3)x + 3 = 0 → x = −3; x − 3 = 0 → x = 3 (the GCF of 2 ≠ 0, so it's irrelevant)

While the ISEE Upper Level primarily tests your ability to factor expressions rather than solve full quadratic equations, understanding where factoring leads gives you a strategic advantage. Some ISEE questions ask you to find the value of x that makes an expression equal zero, which requires both factoring and the Zero Product Property. Strengthening your factoring now builds the foundation for every advanced math course you'll encounter in high school.

SECTION 9

Practice Problems

Try these five problems in order. They build from basic recognition to multi-step factoring. Remember: on the real ISEE, there is no penalty for guessing, so always select an answer even if you're unsure.

PROBLEM 1 — CONCEPTUAL
Which expression is equivalent to 8x + 12?
PROBLEM 2 — BASIC CALCULATION
Factor: x² − 25
PROBLEM 3 — INTERMEDIATE
Factor completely: x² + 8x + 16
PROBLEM 4 — APPLIED
Factor completely: 3x² − 27
PROBLEM 5 — CRITICAL THINKING
Factor completely: x² + 7x + 12
SUMMARY

Lesson Summary

Factoring algebraic expressions means rewriting a polynomial as a product of simpler factors. Always begin by extracting the Greatest Common Factor (GCF) from all terms. Then examine the remaining expression: two-term expressions may be a difference of squares (a² − b² = (a + b)(a − b)), three-term expressions are usually trinomials that factor into two binomials, and four-term expressions often yield to factoring by grouping. Watch for perfect square trinomials (a² ± 2ab + b² = (a ± b)²) as a shortcut.

On the ISEE, remember three key strategies: always check for a GCF first, factor completely until no factor can be broken down further, and verify by multiplying your factors back together. If you're stuck, expand each answer choice to find the match. Never leave a question blank—there's no penalty for guessing.

Varsity Tutors • ISEE Upper Level • Factor Algebraic Expressions