English:Factoring Quadratic Expressions

Factoring Quadratic Expressions
Introduction
Factoring quadratic expressions is the process of rewriting a quadratic expression as a product of simpler expressions. For example, x² + 7x + 12 can be rewritten as (x + 3)(x + 4). Both forms describe the same algebraic quantity, but the factored form makes important structure easier to see.
This aiMOOC is designed for Grades 9–10. You will learn how to recognize common factoring patterns, choose an efficient method, check your work by multiplication, and connect factors to the zeros of a quadratic equation and the x-intercepts of a parabola.
By the end of the course, you should be able to:
- Greatest common factor: Factor out a common numerical or variable factor before using another method.
- Quadratic expression: Factor trinomials of the form x² + bx + c.
- AC Method: Factor trinomials of the form ax² + bx + c when a is not 1.
- Difference of two squares: Recognize and factor expressions such as 9x² − 25.
- Perfect square trinomial: Recognize repeated-binomial patterns.
- Zero-product property: Use factored form to identify possible roots of a quadratic equation.
- Polynomial multiplication: Expand factors to verify that a factorization is correct.

The algebra tiles above show positive and negative tile types. A large square can represent x², a rectangle can represent x, and a small square can represent 1. Such models help you see that factoring is closely related to arranging an expression into the dimensions of a rectangle.
What Does Factoring Mean?
Multiplication and factoring are reverse processes. When you multiply (x + 3)(x + 4), the distributive property gives:
(x + 3)(x + 4) = x² + 4x + 3x + 12 = x² + 7x + 12.
Factoring starts with x² + 7x + 12 and asks which two binomials multiply to make it. Therefore:
x² + 7x + 12 = (x + 3)(x + 4).
A factor is an expression that multiplies with another factor to produce a product. A factorization is complete when no factor can be broken down further using the number system and methods you are working with.
Why Factoring Matters
Factoring is useful because it can reveal information that is hidden in expanded form. You use it to:
- Simplifying algebraic expressions: Cancel common factors in rational expressions when allowed.
- Quadratic equation: Solve many quadratic equations efficiently.
- Graph of a function: Identify x-intercepts from factors.
- Algebraic identity: Recognize recurring structures such as differences of squares.
- Problem solving: Model areas, dimensions, trajectories, revenue, and other situations involving quadratics.
Factoring is not just a trick for changing how an expression looks. It exposes multiplicative structure.
First Step: Check for a Greatest Common Factor
Before trying any special quadratic method, inspect every term for a greatest common factor, often abbreviated GCF. Factoring out the GCF first makes the remaining expression simpler and prevents incomplete answers.
Example:
6x² + 18x
Both terms are divisible by 6x, so:
6x² + 18x = 6x(x + 3).
You can verify the result by distributing 6x back across the parentheses.
A second example needs more than one factoring step:
12x² − 48 = 12(x² − 4) = 12(x − 2)(x + 2).
The expression is not fully factored after the first step because x² − 4 is still a difference of squares.
Factoring Out a Negative GCF
Sometimes factoring out a negative value makes the expression inside the parentheses easier to work with.
Example:
−3x² + 15x = −3x(x − 5).
The check is immediate: −3x times x is −3x², and −3x times −5 is +15x.
A useful habit is to ask: What common factor can I remove before I do anything else?
Factoring x² + bx + c
When the coefficient of x² is 1, factoring a trinomial is often a search for two integers.
For x² + bx + c, find two numbers whose:
- product is c;
- sum is b.
If the numbers are m and n, then:
x² + bx + c = (x + m)(x + n),
provided that m + n = b and mn = c.
Example: Both Signs Positive
Factor:
x² + 7x + 12.
You need two numbers with product 12 and sum 7. The pair 3 and 4 works.
Therefore:
x² + 7x + 12 = (x + 3)(x + 4).
Check by expanding:
(x + 3)(x + 4) = x² + 4x + 3x + 12 = x² + 7x + 12.
Example: Mixed Signs
Factor:
x² − x − 12.
You need two numbers with product −12 and sum −1. The pair −4 and 3 works.
Therefore:
x² − x − 12 = (x − 4)(x + 3).
The signs matter. Because the constant term is negative, the two numbers must have opposite signs.
A Sign Strategy
For x² + bx + c:
- If c is positive, the two factor numbers have the same sign. The sign of b tells you whether both are positive or both are negative.
- If c is negative, the two factor numbers have opposite signs. The number with the larger absolute value determines the sign of b.
Do not rely on the sign rule alone. Always check both the required product and the required sum.

This algebra-tile model represents x² + 3x + 2 as a rectangle with side lengths x + 1 and x + 2. Geometrically, the area of the rectangle is the expanded expression, while its side lengths show the factors.
Factoring ax² + bx + c When a Is Not 1
When the leading coefficient a is not 1, you can use the AC method, also called factoring by grouping.
For ax² + bx + c:
- Multiply a by c.
- Find two integers whose product is ac and whose sum is b.
- Rewrite the middle term bx using those two integers.
- Group the four terms into two pairs.
- Factor the GCF from each pair.
- Factor out the common binomial.
Worked Example with the AC Method
Factor:
6x² + 11x + 3.
First calculate ac:
6 × 3 = 18.
Now find two numbers with product 18 and sum 11. The numbers are 9 and 2.
Split the middle term:
6x² + 9x + 2x + 3.
Group:
(6x² + 9x) + (2x + 3).
Factor each group:
3x(2x + 3) + 1(2x + 3).
The common binomial is 2x + 3, so:
6x² + 11x + 3 = (3x + 1)(2x + 3).
Check by expanding:
(3x + 1)(2x + 3) = 6x² + 9x + 2x + 3 = 6x² + 11x + 3.
Why the AC Method Works
Suppose the factorization has the form:
(rx + s)(tx + u).
When expanded, this becomes:
rtx² + (ru + st)x + su.
So the leading coefficient is rt, the constant term is su, and the middle coefficient comes from the sum ru + st. Multiplying the leading and constant coefficients gives rt × su, which equals the product of the two middle contributions ru and st. The AC method uses this structure to find a useful way to split the middle term.
This is why the method is systematic rather than a guess.
Special Pattern: Difference of Two Squares
A difference of squares has the form:
A² − B².
It factors as:
A² − B² = (A − B)(A + B).
For example:
4x² − 25 = (2x)² − 5² = (2x − 5)(2x + 5).
Another example:
x² − 49 = (x − 7)(x + 7).
The pattern requires subtraction. A sum of squares such as x² + 49 does not factor into real linear factors using this pattern.
Combine the GCF and Difference-of-Squares Methods
Factor completely:
18x² − 72.
First remove the GCF:
18x² − 72 = 18(x² − 4).
Then factor the difference of squares:
18(x² − 4) = 18(x − 2)(x + 2).
A common mistake is stopping at 18(x² − 4). The instruction factor completely means continue until no available factorization remains.
Special Pattern: Perfect Square Trinomials
Some trinomials are the result of squaring a binomial:
A² + 2AB + B² = (A + B)²
and
A² − 2AB + B² = (A − B)².
Example:
9x² + 12x + 4.
The first term is (3x)², the last term is 2², and the middle term is 2 × 3x × 2 = 12x.
Therefore:
9x² + 12x + 4 = (3x + 2)².
A second example is:
x² − 10x + 25 = (x − 5)².
Recognizing a perfect-square pattern can be faster than using a general trinomial method.
Visual Connection: Area and Algebra
The rectangle model gives a geometric interpretation of multiplication and factoring. If a rectangle has side lengths x + 1 and x + 2, its area is:
(x + 1)(x + 2) = x² + 3x + 2.
Working forward from side lengths to area is multiplication. Working backward from area to side lengths is factoring.

This area perspective explains why algebra tiles are effective: the individual tiles represent terms, while a completed rectangle reveals factor lengths.
Connecting Factors, Roots, and Graphs
Factoring becomes especially powerful when a quadratic expression is set equal to zero.
Consider:
x² − 2x − 3 = 0.
Factor:
(x − 3)(x + 1) = 0.
By the zero-product property, if a product equals zero, then at least one factor must equal zero. Therefore:
x − 3 = 0 or x + 1 = 0,
so:
x = 3 or x = −1.
These values are the roots of the quadratic equation. On the graph y = x² − 2x − 3, they are the x-coordinates where the parabola crosses the x-axis.

The graph above includes roots and other key points of a quadratic function. Factored form is especially useful for seeing roots, while other forms of a quadratic may make the vertex or y-intercept easier to identify.
Factored Form and Expanded Form Tell Different Stories
For the same quadratic:
x² − 2x − 3 = (x − 3)(x + 1).
The expanded form x² − 2x − 3 makes the coefficients visible. The factored form (x − 3)(x + 1) makes the zeros 3 and −1 visible.
Both forms are useful. Skilled algebra means choosing the form that best fits the question.

The basic graph y = x² is the parent quadratic function. Factoring is most directly connected with where a quadratic graph meets the x-axis.
When a Quadratic Does Not Factor Over the Integers
Not every quadratic trinomial can be factored into binomials with integer coefficients.
For example:
x² + x + 1.
To factor this over the integers using the sum-and-product method, you would need two integers whose product is 1 and whose sum is 1. The possible integer pairs do not work. Therefore, x² + x + 1 is not factorable over the integers.
At this level, it is useful to state the number system you are using. An expression can be prime over the integers even though more advanced methods may factor it over other number systems.
For ax² + bx + c with integer coefficients, the discriminant b² − 4ac gives extra information. If the discriminant is a nonnegative perfect square, the quadratic has rational roots and can factor into linear factors with rational coefficients. You do not need the discriminant for every factoring problem, but it can help explain why some attempts do not succeed.
A Reliable Factoring Decision Process
When you meet a quadratic expression, use this order:
- Look for a GCF in every term.
- Count the terms and inspect the structure.
- If there are two terms separated by subtraction and both are squares, try the difference-of-squares pattern.
- If there are three terms, check whether the expression is a perfect-square trinomial.
- If the leading coefficient is 1, use the sum-and-product method.
- If the leading coefficient is not 1, use the AC method or another approved trinomial strategy.
- Expand your factors to verify the original expression.
This sequence reduces random guessing and helps you choose a method for a reason.
Common Errors and How to Avoid Them
Error: Forgetting the GCF. If you factor x² − 4 correctly but ignore a factor outside it, your answer may be incomplete. Always check the whole expression first.
Error: Using numbers with the right product but the wrong sum. For x² + 5x + 6, both 1 and 6 have product 6, but their sum is 7. The correct pair is 2 and 3.
Error: Sign mistakes. For x² − x − 12, the factors must use opposite signs because the constant is negative. The pair −4 and 3 gives the required sum −1.
Error: Applying difference of squares to a sum. A² − B² factors as (A − B)(A + B), but A² + B² does not use that identity.
Error: Stopping too early. If a remaining factor can still be factored using methods you know, continue.
Error: Trusting a factorization without checking. Multiplication is your built-in error detector. Expand the proposed factors and compare term by term with the original expression.
Worked Practice
Practice Example A
Factor completely:
x² + 9x + 20.
The product must be 20 and the sum must be 9. The numbers are 4 and 5.
Answer:
(x + 4)(x + 5).
Check:
(x + 4)(x + 5) = x² + 9x + 20.
Practice Example B
Factor completely:
x² − 6x + 8.
The product must be 8 and the sum must be −6. The numbers are −2 and −4.
Answer:
(x − 2)(x − 4).
Practice Example C
Factor completely:
2x² + 7x + 3.
Here ac = 6. The numbers 6 and 1 multiply to 6 and add to 7.
Split and group:
2x² + 6x + x + 3 = 2x(x + 3) + 1(x + 3).
Answer:
(2x + 1)(x + 3).
Practice Example D
Factor completely:
25x² − 16.
This is a difference of squares:
(5x)² − 4².
Answer:
(5x − 4)(5x + 4).
Practice Example E
Factor completely:
3x² − 27.
First factor out 3:
3(x² − 9).
Then use difference of squares:
3(x − 3)(x + 3).
This example combines two methods.
Interactive Tasks
Quiz: Test Your Knowledge
What should you check first before using a special quadratic factoring method? (A greatest common factor) (!The quadratic formula) (!The y intercept) (!The vertex)
For x² + 7x + 12, what pair of integers is needed for the sum-and-product method? (Three and four) (!Two and six) (!One and twelve) (!Negative three and negative four)
What must the two integers do when factoring x² + bx + c? (Multiply to c and add to b) (!Multiply to b and add to c) (!Multiply to a and add to c) (!Add to zero and multiply to b)
Which description identifies a difference of squares? (Two square terms separated by subtraction) (!Two square terms separated by addition) (!Three terms with a positive constant) (!Any expression with an exponent)
In the AC method, which value is found before splitting the middle term? (The product of a and c) (!The quotient of b and c) (!The square of b) (!The sum of a and c)
For 6x² + 11x + 3, which two integers split the middle coefficient in the AC method? (Nine and two) (!Six and three) (!Eighteen and one) (!Negative nine and negative two)
What is the factorization pattern for a difference of squares? (The difference factor times the sum factor) (!Two identical sum factors) (!A single linear factor) (!The sum factor times itself)
What does expanding a proposed factorization allow you to do? (Check that it reproduces the original expression) (!Find the vertex automatically) (!Change the degree of the polynomial) (!Remove every negative sign)
If a factored quadratic equation equals zero, which property helps you find its roots? (The zero product property) (!The commutative property) (!The identity property) (!The reflexive property)
Why is x² + x + 1 not factorable over the integers by the sum-and-product method? (No integer pair has product one and sum one) (!Its leading coefficient is zero) (!It has four terms) (!Its constant term is negative)
Memory Game
| Greatest common factor | A factor shared by every term of an expression |
| Trinomial | A polynomial expression containing three terms |
| Difference of squares | A subtraction of two perfect-square expressions |
| AC method | A strategy that splits the middle term using the product of the leading and constant coefficients |
| Zero-product property | A rule stating that a zero product requires at least one zero factor |
| Perfect square trinomial | A three-term expression that equals the square of a binomial |
Drag and Drop
| Match the correct terms. | Topic |
|---|---|
| Greatest common factor | Common factor removed before another factoring method |
| Sum and product | Strategy for a monic quadratic trinomial |
| AC method | Strategy that splits the middle term before grouping |
| Difference of squares | Pattern with two squared expressions and subtraction |
| Verification by expansion | Method used to check a proposed factorization |
...
Crossword Puzzle
| Factor | What do you call an expression that multiplies with another to form a product? |
| Trinomial | What is a polynomial with three terms called? |
| Quadratic | What kind of polynomial has highest exponent two? |
| Grouping | What technique combines pairs of terms after splitting a middle term? |
| Product | What result is obtained by multiplication? |
| Roots | What are solutions of a polynomial equation commonly called? |
LearningApps
Cloze Text
Open-Ended Tasks
Easy
- Factor Pair Investigation: Create a table of all integer factor pairs for 24 and explain which pairs could help factor x² + 11x + 24.
- Algebra Tile Model: Draw or build an algebra-tile rectangle for x² + 5x + 6 and label the side lengths that represent its factors.
- Error Detective: Write three incorrect factorizations of simple monic trinomials, then explain the exact sign or arithmetic error in each one.
- Factoring Poster: Design a one-page visual guide showing the GCF, trinomial, difference-of-squares, and perfect-square patterns with one original example of each.
Standard
- Method Sorting Project: Collect twelve quadratic expressions and sort them by the factoring method you would try first; justify every choice in one sentence.
- Factoring Interview: Interview a classmate about how they decide which factor pair to test, summarize their strategy, and compare it with your own.
- Area Model Explanation Video: Record a short instructional video showing how a rectangle or algebra tiles can represent both multiplication and factoring.
- Root and Graph Investigation: Factor three quadratic expressions, predict their x-intercepts, graph the related functions, and explain how the factors match the intercepts.
Advanced
- AC Method Tutorial: Produce a worked tutorial for three non-monic trinomials, including one with a negative middle coefficient, and explain why each middle-term split works.
- Factorability Experiment: Generate at least twenty integer-coefficient quadratics, test which factor over the integers, and investigate how the discriminant relates to your results.
- Compare Quadratic Forms: Choose one quadratic and represent it in expanded, factored, and vertex form; explain what information is easiest to read from each form.
- Real-World Quadratic Model: Find or construct a realistic area, revenue, or motion problem that leads to a factorable quadratic, solve it by factoring, and discuss which solutions are meaningful in context.
Learning Assessment
- Strategy Selection Assessment: For a mixed set of quadratic expressions, choose the first factoring method you would use for each and justify your choice from the structure of the expression.
- Multiple-Method Assessment: Factor an expression that requires both a GCF and a special pattern, then explain why stopping after the first step would be incomplete.
- Reasoning About Signs: Without fully factoring, predict the sign pattern of the two binomial factors for several monic trinomials and justify each prediction from b and c.
- AC Method Reasoning: Factor a non-monic trinomial with the AC method and explain how the product ac determines the middle-term split.
- Verification Assessment: Analyze a proposed factorization by expanding it, identify any error, and repair the factorization.
- Graph Transfer Assessment: Given a factorable quadratic function, use its factors to predict x-intercepts and explain how those intercepts would appear on the graph.
- Non-Factorable Case Assessment: Explain why a given quadratic does not factor over the integers and describe what evidence supports your conclusion.
Evidence of Learning
Strong evidence of learning includes both correct answers and clear mathematical reasoning. By the end of this aiMOOC, you should be able to demonstrate the following:
Knowledge
- Explain factoring as the reverse of polynomial multiplication.
- Identify a greatest common factor, a monic trinomial, a non-monic trinomial, a difference of squares, and a perfect-square trinomial.
- Describe the relationship among factors, roots, and x-intercepts.
Skills
- Factor quadratic expressions accurately over the integers when possible.
- Select an efficient factoring method based on the structure of an expression.
- Use the AC method to split the middle term and factor by grouping.
- Verify every factorization by expansion.
- Explain why some quadratic expressions do not factor over the integers.
Products
- A completed factoring strategy guide or poster.
- A visual model using algebra tiles or an area diagram.
- A worked solution set that includes written justification.
- A graph-based investigation connecting factors to roots.
Transfer
- Apply factoring in unfamiliar algebraic and geometric contexts.
- Compare multiple representations of the same quadratic.
- Diagnose errors in someone else's reasoning and communicate a correction.
- Decide when factoring is efficient and when another quadratic-solving method may be more appropriate.
OERs on the Topic
For further reading, explore the English Wikipedia article on polynomial factorization:
You can also connect this topic with Factorization of polynomials, Quadratic equation, Factor theorem, Polynomial, and Distributive property.
Linked Learning Areas
Factoring quadratic expressions brings together number sense, algebraic structure, polynomial multiplication, equations, and graphs. The most important connected ideas are summarized below.
aiMOOC Projects
NEWSLernweltNOAH fragen