Factoring Calculator
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
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
Extract the GCF first
The calculator pulls out the integer greatest common factor before it tries to factor the remaining primitive quadratic.
-
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:
- Factor out the integer GCF from all terms.
- On the remaining quadratic, compute
a*c. - Find two integers
mandnsuch thatm*n = a*candm+n = b. - Rewrite
bxasmx + 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 + 12should become2(x^2 + 5x + 6)before the pair search. - Using c instead of a*c. When
ais not 1, the product target isa*c, not onlyc. - 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
BMI Calculator
Calculate body mass index from height and weight. Shows WHO category, healthy-weight range and limitations of BMI.
One Rep Max Calculator
Estimate your one-rep max (1RM) from weight lifted and reps completed using Epley, Brzycki and Lander formulas.
GPA Calculator
Calculate grade point average from letter grades and credit hours. Supports US 4.0 and 5.0 honors scales with the standard A/B/C/D letter table.
Inflation Calculator
Calculate the equivalent purchasing power of a dollar across any two years using historical CPI data from 1913 to today.
Amp-Hour Calculator
Work out battery runtime and stored energy from amp-hours, voltage and load current. Get runtime in hours and minutes plus energy in watt-hours and kilowatt-hours.
Scientific Calculator
Full scientific calculator with trig, log, exponents, factorial, memory, parentheses and DEG/RAD toggle. Runs in your browser.