Skip to main content
math

Factoring Trinomials Calculator

Factor a quadratic trinomial ax² + bx + c into two binomial factors (px + q)(rx + s) when possible.

Reviewed by Chase FloiedUpdated

This free online factoring trinomials calculator provides instant results with no signup required. All calculations run directly in your browser — your data is never sent to a server. Enter your values below and see results update in real time as you type. Perfect for everyday calculations, homework, or professional use.

Leading coefficient of x²

Coefficient of x

Constant term

Results

Product a·c

0

Discriminant

0

Root x₁

0

Root x₂

0

How to Use This Calculator

1

Enter your input values

Fill in all required input fields for the Factoring Trinomials Calculator. Most fields include unit selectors so you can work in your preferred unit system — metric or imperial, whichever matches your problem.

2

Review your inputs

Double-check that all values are correct and that you have selected the right units for each field. Incorrect units are the most common source of calculation errors and can produce results that are off by factors of 2, 10, or more.

3

Read the results

The Factoring Trinomials Calculator instantly computes the output and displays results with units clearly labeled. All calculations happen in your browser — no loading time and no data sent to a server.

4

Explore parameter sensitivity

Try adjusting individual input values to see how the output changes. This is a quick and effective way to develop intuition about how different parameters influence the result and to identify which inputs have the largest effect.

Formula Reference

Factoring Trinomials Calculator Formula

See calculator inputs for the governing equation

Variables: All variables and their units are labeled in the calculator interface above. Input fields accept values in multiple unit systems — select your preferred unit from the dropdown next to each field.

When to Use This Calculator

  • Use the Factoring Trinomials Calculator when you need a quick mathematical result without writing out all the steps manually, saving time on repetitive calculations.
  • Use it to verify hand calculations on tests or assignments and catch arithmetic mistakes.
  • Use it when teaching or explaining mathematical concepts to others, demonstrating how changing inputs affects the result.
  • Use it to explore the behavior of mathematical functions across a range of inputs.

About This Calculator

The Factoring Trinomials Calculator is a free mathematical calculation tool for students, educators, and professionals who need quick, reliable results. Factor a quadratic trinomial ax² + bx + c into two binomial factors (px + q)(rx + s) when possible. The underlying algorithms implement well-established mathematical formulas and numerical methods. Results are computed instantly in the browser. This tool is useful for learning, verification of hand calculations, and rapid exploration of mathematical relationships. All computation happens locally — no data is sent to a server.

About Factoring Trinomials Calculator

The Factoring Trinomials Calculator decomposes a quadratic trinomial ax² + bx + c into a product of binomial factors. Factoring is one of the most fundamental skills in algebra, enabling students and professionals to simplify expressions, solve equations, and analyze polynomial behavior. When the leading coefficient a = 1, factoring reduces to finding two numbers whose product is c and whose sum is b. For general trinomials with a ≠ 1, the AC method (also called the grouping method) extends this approach by finding two numbers whose product is ac and whose sum is b, then regrouping terms. Factoring reveals the roots of the polynomial, aids in simplifying rational expressions, and forms the basis for more advanced techniques like partial fraction decomposition. This calculator identifies the roots and expresses the trinomial in factored form.

The Math Behind It

Factoring trinomials reverses the multiplication of two binomials. Given ax² + bx + c, the goal is to express it as (px + q)(rx + s) where pr = a, qs = c, and ps + qr = b. For monic trinomials (a = 1), the task simplifies: find two integers m, n such that m + n = b and mn = c, then x² + bx + c = (x + m)(x + n). For non-monic trinomials, the AC method works as follows: compute the product ac, find two numbers m, n such that m + n = b and mn = ac, rewrite bx as mx + nx, then factor by grouping. Alternatively, once the roots x₁ and x₂ are known (via the quadratic formula), the factored form is a(x - x₁)(x - x₂). A trinomial is factorable over the integers only when the discriminant b² - 4ac is a perfect square. The ability to recognize factorable patterns speeds up problem solving significantly. Special patterns include perfect square trinomials (a² + 2ab + b² = (a + b)²) and difference of squares (a² - b² = (a + b)(a - b)). Factoring connects algebra to number theory through the fundamental theorem of algebra, which guarantees every polynomial of degree n has exactly n roots (counted with multiplicity) over the complex numbers.

Formula Reference

Trinomial Factoring

ax² + bx + c = a(x - x₁)(x - x₂)

Variables: x₁, x₂ are roots found via quadratic formula

AC Method Product

Product = a × c

Variables: Find two numbers that multiply to a·c and add to b

Worked Examples

Example 1: Simple monic trinomial

Factor x² + 5x + 6

Step 1:a = 1, b = 5, c = 6
Step 2:Find two numbers that multiply to 6 and add to 5
Step 3:The numbers are 2 and 3 (2 × 3 = 6, 2 + 3 = 5)
Step 4:x² + 5x + 6 = (x + 2)(x + 3)

(x + 2)(x + 3)

Example 2: Non-monic trinomial (AC method)

Factor 2x² + 7x + 3

Step 1:a = 2, b = 7, c = 3, product ac = 6
Step 2:Find two numbers that multiply to 6 and add to 7: 1 and 6
Step 3:Rewrite: 2x² + x + 6x + 3
Step 4:Group: x(2x + 1) + 3(2x + 1)
Step 5:Factor: (2x + 1)(x + 3)

(2x + 1)(x + 3)

Common Mistakes & Tips

  • !Forgetting to check whether the trinomial is factorable (discriminant must be a non-negative perfect square for integer factoring)
  • !Sign errors when both roots are negative: x² - 5x + 6 = (x - 2)(x - 3), not (x + 2)(x + 3)
  • !Overlooking a greatest common factor (GCF) before attempting to factor the trinomial
  • !Confusing the AC method: the two numbers must multiply to ac, not just c, when a ≠ 1

Related Concepts

Used in These Calculators

Calculators that build on or apply the concepts from this page:

Frequently Asked Questions

Can all trinomials be factored?

No. A quadratic trinomial can only be factored over the integers when its discriminant (b² - 4ac) is a non-negative perfect square. Otherwise, the roots are irrational or complex, and the trinomial is 'prime' or 'irreducible' over the integers.

What is the difference between factoring and solving?

Factoring rewrites an expression as a product. Solving finds the values of x that make the equation equal zero. Factoring is a method for solving, but not all equations need factoring to be solved.