MathNana Learn with wisdom

Concept · Algebra

What Is Factoring? Products and Why They Matter

Factoring turns a sum into a product. That sounds cosmetic, and it is the reason a whole class of equations becomes easy.

6 min read Updated 2026-08-22 Checked by Aziza Smailovic

Factoring reverses multiplication

The short answer to what is factoring: it is writing something as a product of simpler pieces. Expanding turns (x + 2)(x + 3) into x² + 5x + 6; factoring runs that backwards.

Starts withEnds with
Expandinga producta sum
Factoringa suma product

The same idea applies to numbers. Factoring 60 gives 2 × 2 × 3 × 5, its prime factorisation, and the greatest common factor of two numbers is what their factorisations share.

Why a product is worth having

Factored form is not a tidier way of writing the same thing. It answers a question the expanded form does not.

A product equals zero only when one of its factors equals zero. That is the zero product property, and it is what makes factoring the fastest route to the roots of an equation.

Solving x² + 5x + 6 = 0worked example
  1. x² + 5x + 6 = 0the equation
  2. (x + 2)(x + 3) = 0factor the left side
  3. x + 2 = 0 or x + 3 = 0a product is zero when a factor is
  4. x = −2 or x = −3read the roots off

Nothing equivalent works on a sum. Knowing that x² + 5x + 6 equals zero tells you nothing directly about x; knowing that a product equals zero tells you almost everything.

The three things factoring is used for

Beyond solving, factored form is what other operations need.

  • Solving equations. Set each factor to zero and read the roots.
  • Simplifying fractions. (x² − 5x + 6)/(x − 2) cancels to x − 3 only once the numerator is written as (x − 2)(x − 3). Nothing cancels across a sum.
  • Graphing. The factors give the x-intercepts directly, which fixes where the curve crosses the axis.

The second is the one that catches people. Cancelling requires a common factor of the whole numerator and the whole denominator, and a sum has no factors to cancel until it is written as a product.

Common factors come out first

Before any method, check whether every term shares something. In 2x² + 10x + 12 all three coefficients are even, so a 2 comes out and leaves a simpler expression behind.

2x² + 10x + 12worked example
  1. 2(x² + 5x + 6)take out the greatest common factor
  2. 2(x + 2)(x + 3)then factor what remains

Skipping this is the most common way to reach a wrong answer that still looks like working: the numbers you are searching for get larger, and often stop being whole numbers at all.

Factoring numbers, and where it is used

The same word covers numbers, and the ideas line up exactly. Factoring 60 into 2 × 2 × 3 × 5 is its prime factorisation, and it is what lets you find a greatest common factor or a least common denominator without guessing.

TaskWhat factoring gives you
Simplify 24/36both share 12, so the fraction reduces to 2/3
Add 1/6 + 1/10the denominators share a 2, so the LCD is 30
Simplify √7272 = 36 × 2, so the root becomes 6√2

Every one of those is the same move: find the shared building blocks, then use them. Factoring polynomials is that idea applied to expressions rather than numbers.

Not everything factors

x² + x + 1 has no factorisation over the integers. That is a fact about the expression, not a failure to spot the trick, and an expression with no such factorisation is called irreducible.

The discriminant decides it in one line: compute b² − 4ac. If it is a perfect square, integer factors exist. If not, they do not, and continuing to search is wasted effort.

For x² + x + 1 the discriminant is 1 − 4 = −3, so the expression has no real roots at all. The trinomial is irreducible over the reals, and the correct answer is to say so.

Questions about what is factoring

What does factoring mean?

Writing an expression as a product of simpler expressions. It is the reverse of expanding: (x + 2)(x + 3) expands to x² + 5x + 6, and factoring turns it back.

Why is factoring useful?

Because a product equals zero only when one of its factors does. That makes factored form the fastest route to the roots of an equation, and it is also what allows algebraic fractions to cancel.

Can every expression be factored?

Not over the integers. If the discriminant b² − 4ac is not a perfect square, no whole number factors exist, and the expression is irreducible.

How do I check a factorisation?

Expand it. Factoring and expanding are inverse operations, so multiplying the factors back must reproduce exactly what you started with.