Factoring Trinomials Calculator

Factoring Trinomials

Convert quadratic trinomials ax² + bx + c into binomial factors. Includes roots and discriminant analysis.

Last updated: May 2026 | By Patchworkr Team

Enter coefficients for: ax² + bx + c
Factorization will appear here...

Common Examples

TrinomialFactored
x² + 5x + 6(x + 2)(x + 3)
x² - 7x + 12(x - 3)(x - 4)
2x² + 5x + 3(2x + 3)(x + 1)
x² - 4(x - 2)(x + 2)

What is Trinomial Factoring?

Factoring a trinomial means expressing it as a product of two binomials. For a quadratic trinomial $ax^2 + bx + c$, the goal is to find two binomials whose product equals the original expression.

Methods include grouping (AC method), using the quadratic formula to find roots, and pattern recognition for special forms like perfect square trinomials.

How to Factor a Trinomial

For ax² + bx + c:

  1. Find the product ac and sum b.
  2. Identify two numbers that multiply to ac and add to b.
  3. Rewrite the middle term using these numbers.
  4. Factor by grouping into two pairs of terms.
  5. Extract common factors from each pair.

Step-by-Step Example

Factor x² + 7x + 12

Step 1:
Identify a=1, b=7, c=12. Find two numbers that multiply to 12 and add to 7.
Step 2:
Numbers: 3 and 4 (3 × 4 = 12 and 3 + 4 = 7).
Step 3:
Rewrite: x² + 3x + 4x + 12.
Step 4:
Group: (x² + 3x) + (4x + 12).
Result:
(x + 3)(x + 4)

Frequently Asked Questions

What if the trinomial doesn't factor?

Then it's irreducible over the integers. Use the quadratic formula to find non-integer roots.

What is the discriminant?

b² - 4ac. If negative, roots are complex; if zero, there's one repeated root.

What's the AC method?

Find two numbers multiplying to ac and adding to b, then rewrite and factor by grouping.

When is factoring useful?

When solving quadratic equations, simplifying expressions, or analyzing function behavior.

Are there special forms?

Yes: difference of squares (a²-b²), perfect trinomials ((a±b)²), and others.

Can I factor with complex coefficients?

This tool handles real coefficients; complex factoring requires different methods.

What if a = 0?

Then it's not a quadratic (trinomial); it becomes linear and is treated separately.

How do roots relate to factors?

If r is a root of ax²+bx+c, then (x-r) is a factor.

Related Tools