expressions
Factoring
You should know: polynomials
Overview
Factoring is the process of rewriting a polynomial as a product of simpler polynomials — the reverse of expanding/multiplying. It is one of the most useful skills in algebra because it converts sums (which are hard to solve or simplify) into products (whose zeros and common factors are easy to read off). Factoring is essential for solving polynomial equations, simplifying rational expressions, and revealing the structure hidden inside an expression.
Intuition
Factoring is like reverse-engineering a multiplication problem: if you know 12 = 3 × 4, factoring 12 means finding those numbers 3 and 4 starting only from 12. For polynomials it's the same idea in reverse of FOIL — given x² + 5x + 6, factoring asks 'what two binomials multiply together to give this?' The payoff is the zero-product property: if a product equals zero, at least one factor must be zero, which turns a hard equation into two easy ones.
Interactive Graph
Formal Definition
Factoring a polynomial means expressing it as a product of polynomials of lower degree (ideally irreducible ones). The most common patterns used in Algebra 1:
Derivation
The trinomial-factoring pattern comes directly from reversing FOIL: expanding (x+p)(x+q) shows exactly which sum/product conditions p and q must satisfy.
Expand a general binomial product
Match coefficients to reverse the expansion
Properties
Zero-product property
Difference of squares
Perfect square trinomial
Sum/difference of cubes
Applications
Worked Examples
Find two numbers that multiply to 12 and add to 7: 3 and 4.
Answer: (x + 3)(x + 4)
Practice Problems
Factor: x² - 2x - 15.
Factor completely: 3x² + 12x + 12.
Common Mistakes
Forgetting to factor out the greatest common factor (GCF) first, e.g. trying to factor 2x²+8x+6 directly as a trinomial without pulling out the 2.
Always check for a GCF across ALL terms first. 2x²+8x+6 = 2(x²+4x+3) = 2(x+1)(x+3) — skipping the GCF step often makes trinomial factoring impossible or leads to an incomplete factorization.
Believing a² + b² factors like a² - b² does, e.g. writing x²+4 as (x+2)(x-2).
The sum of two squares a²+b² does NOT factor over the real numbers (unlike the difference a²-b², which factors as (a-b)(a+b)). Check by expanding: (x+2)(x-2)=x²-4, not x²+4.
Summary
- Factoring rewrites a polynomial as a product of simpler polynomials, reversing expansion.
- Always check for a greatest common factor (GCF) first.
- Key patterns: difference of squares a²-b²=(a-b)(a+b), perfect square trinomials, and sum/difference of cubes.
- The zero-product property (ab=0 ⟹ a=0 or b=0) is why factoring is used to solve polynomial equations.
References
- WebsiteWikipedia — Factorization
Mathematics