Introduction to Factorization
From the factorization of grouping and transposition of formulas in math curriculum
Introduction to Factorization
TL;DR
Factorization is about breaking down a mathematical expression into simpler parts that multiply together to get the original expression. It's like finding the ingredients that went into making a cake. This skill is crucial for simplifying complex equations and solving for unknown values.
1. The Mental Model
Think of factorization as reverse multiplication. If you know that 3 * 5 = 15, then factoring 15 means finding 3 and 5. In math, you'll be looking for factors of expressions like x^2 + 5x + 6.
2. The Core Material
Factorization helps you rewrite expressions in a more manageable form. When you factor, you're essentially looking for common terms or patterns that allow you to group parts of an expression together.
What is a Factor?

Photo by Ann H on Pexels
A factor is something that divides another number or expression exactly. For numbers, the factors of 12 are 1, 2, 3, 4, 6, and 12. For algebraic expressions, the factors of 3x + 3y are 3 and (x + y) because 3 * (x + y) = 3x + 3y.
Why Factor?

Photo by Ann H on Pexels
You factor for a few main reasons:
1. Simplifying expressions: Making them easier to work with.
2. Solving equations: Especially quadratic equations (like x^2 + 5x + 6 = 0).
3. Understanding relationships: Seeing how different parts of an expression are connected.
The Basic Idea: Common Factors

Photo by Pixabay on Pexels
The simplest form of factorization is finding a common factor. This means looking for a term (number or variable) that appears in every part of your expression.
Here's how it generally works:
1. Identify all terms in the expression.
2. Find the greatest common factor (GCF) among all the terms.
3. "Pull out" the GCF, placing it outside parentheses.
4. Write what's left inside the parentheses.
graph TD
A["Start with an expression (e.g., 6x + 9y)"] --> B["Identify all individual terms"]
B --> C["Find the Greatest Common Factor (GCF) for all terms"]
C --> D["Divide each term by the GCF"]
D --> E["Write the GCF outside parentheses"]
E --> F["Write the results of the division inside parentheses"]
F --> G["Check your answer by multiplying the GCF back in"]
G --> H["Factored Expression (e.g., 3(2x + 3y))"]
Let's look at an example: Factor 4x + 8.
- The terms are 4x and 8.
- The GCF of 4x and 8 is 4.
- Divide 4x by 4 to get x.
- Divide 8 by 4 to get 2.
- So, 4x + 8 factors into 4(x + 2).
Another example: Factor 5a^2b - 10ab.
- Terms are 5a^2b and -10ab.
- GCF of 5 and 10 is 5.
- GCF of a^2 and a is a.
- GCF of b and b is b.
- So, the overall GCF is 5ab.
- 5a^2b / 5ab = a.
- -10ab / 5ab = -2.
- Result: 5ab(a - 2).
Understanding "Transposition" (Rearranging Formulas)

Photo by Max Fischer on Pexels
While factorization is about breaking down, transposition of formulas (often called "rearranging formulas" or "changing the subject") is about isolating a specific variable in an equation. You use algebraic operations (like adding, subtracting, multiplying, dividing, or even factoring) to get that variable by itself on one side of the equals sign.
For instance, if you have the formula for the area of a rectangle, A = l * w, and you want to find l (length), you'd transpose the formula to make l the subject.
1. Start with A = l * w.
2. To get l by itself, you need to undo the multiplication by w.
3. Divide both sides by w: A / w = (l * w) / w.
4. This simplifies to A / w = l, or l = A / w.
Sometimes, you might need to use factorization during transposition if the variable you want to isolate appears in multiple terms.
3. Worked Example
Let's factor the expression 6x^2y + 12xy^2 - 3xy.
-
Identify the terms: The terms are
6x^2y,12xy^2, and-3xy. -
Find the GCF of the numerical coefficients:
- The numbers are 6, 12, and 3.
- The greatest common factor for 6, 12, and 3 is 3.
-
Find the GCF of the variables:
- For
x: We havex^2,x, andx. The lowest power ofxpresent in all terms isx^1(justx). So,xis part of the GCF. - For
y: We havey,y^2, andy. The lowest power ofypresent in all terms isy^1(justy). So,yis part of the GCF. - The overall variable GCF is
xy.
- For
-
Combine the numerical and variable GCFs:
- The total GCF is
3xy.
- The total GCF is
-
Divide each term by the GCF:
6x^2y / 3xy = 2x12xy^2 / 3xy = 4y-3xy / 3xy = -1
-
Write the factored expression:
3xy(2x + 4y - 1)
4. Key Takeaways
- Factorization is the process of breaking down an expression into factors that multiply to get the original expression.
- The first step in factorization is almost always to look for a Greatest Common Factor (GCF).
- Finding the GCF involves identifying the largest number and lowest power of each variable that divides all terms.
- Transposition (rearranging formulas) means isolating a specific variable in an equation.
- Factorization can be a tool used within the process of transposing more complex formulas.
- Always check your factorization by multiplying the factors back out to ensure you get the original expression.
Common Mistakes to Avoid
- Forgetting to find the greatest common factor; you might factor out a smaller common factor but not completely factor the expression.
- Missing a common factor, especially if it's just
1or a negative sign. - Not dividing every term by the GCF.
- Forgetting a
1when a term completely divides out (e.g.,3x / 3x = 1, not0).
5. Now Try It
Factor the following expression completely: 10m^3n^2 - 15m^2n^3 + 5m^2n^2.
Success looks like identifying the correct GCF and then writing the expression as the product of that GCF and the remaining terms in parentheses.
Frequently asked about Introduction to Factorization
More from factorization of grouping and transposition of formulas in math
Get the full factorization of grouping and transposition of formulas in math curriculum
Clone the complete plan to your dashboard for unlimited AI-generated notes, practice quizzes, and a personalised revision schedule.
Create Free Account