Factoring Calculator

ax^2 + bx + c
Supported form: integer coefficients in ax^2 + bx + c. Set a to 0 for linear GCF factoring.
Next

Use this factoring calculator for algebra expressions in the form ax^2 + bx + c. Enter integer coefficients and it extracts the greatest common factor, tests the a*c factor-pair strategy, returns the factored form when it exists over the integers, and explains each step. Set a to 0 when you want to factor a linear expression such as 12x - 18.

How to factor a quadratic

  1. 1

    Enter a, b and c

    Use the standard expression ax^2 + bx + c. Coefficients are treated as integers so the answer stays in school algebra factoring form.

  2. 2

    Extract the GCF first

    The calculator pulls out the integer greatest common factor before it tries to factor the remaining primitive quadratic.

  3. 3

    Use the a*c pair

    For a quadratic, it looks for two integers whose product is a*c and whose sum is b, then rewrites the middle term and factors by grouping.

What this calculator factors

The supported input is ax^2 + bx + c, with integer values for a, b and c. This covers the most common classroom factoring problems: monic quadratics, leading-coefficient quadratics, expressions with a shared GCF, and linear expressions when a = 0.

The standard strategy is:

  1. Factor out the integer GCF from all terms.
  2. On the remaining quadratic, compute a*c.
  3. Find two integers m and n such that m*n = a*c and m+n = b.
  4. Rewrite bx as mx + nx, group the four terms, and factor the shared binomial.

Worked example

Factor 6x^2 + 11x - 10.

Step Work
GCF No common integer factor, so keep 6x^2 + 11x - 10
Product a*c = 6*(-10) = -60
Pair 15 and -4 multiply to -60 and add to 11
Split 6x^2 + 15x - 4x - 10
Group 3x(2x + 5) - 2(2x + 5)
Result (3x - 2)(2x + 5)

This is different from a quadratic equation solver. A solver focuses on values of x that make the expression equal zero. This tool focuses on rewriting the expression itself as a product of factors. The roots are included only as a check: each linear factor gives one root.

When no integer factorization exists

Some quadratics do not factor cleanly over the integers. For example, x^2 + x + 1 has discriminant -3, so it has no real linear factors. The expression x^2 - 2 has real roots but no integer factor pair, so it is not factorable over the integers even though it can be written with irrational factors.

Common pitfalls

  • Skipping the GCF. 2x^2 + 10x + 12 should become 2(x^2 + 5x + 6) before the pair search.
  • Using c instead of a*c. When a is not 1, the product target is a*c, not only c.
  • Losing signs. A negative constant means one number in the pair is positive and the other is negative.
  • Confusing factoring with roots. Factored form and roots are connected, but they answer different questions.

Frequently Asked Questions

No. This draft focuses on linear expressions and quadratics in the form ax^2 + bx + c. It does not parse free-form expressions or factor cubics, quartics or symbolic products.

It means the expression has an integer GCF and, if it is quadratic, the remaining quadratic can be written as a product of integer-coefficient linear factors.

Roots are included as a check. If the factored form is (x - 2)(x - 3), the roots are 2 and 3. The main answer remains the factored expression.

No files are uploaded. The coefficients you enter are small numeric values processed by the Livewire tool so the page can return the factorization and steps.

Related Tools