Fiveable

📘Intermediate Algebra Unit 6 Review

QR code for Intermediate Algebra practice questions

6.2 Factor Trinomials

6.2 Factor Trinomials

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
📘Intermediate Algebra
Unit & Topic Study Guides

Factoring trinomials means rewriting a three-term quadratic expression as a product of two binomials. This skill comes up constantly when solving quadratic equations and simplifying algebraic fractions, so it's worth getting comfortable with the different methods.

Three main approaches cover most situations: the product-sum method for simple trinomials, the ac method for trinomials where the leading coefficient isn't 1, and substitution for expressions with more complex terms.

Factoring Trinomials

Product-Sum Method for Trinomials

This method works for trinomials in the form x2+bx+cx^2 + bx + c, where the leading coefficient is 1.

  1. Find two numbers that multiply to cc and add to bb
  2. Use those numbers to split the middle term: rewrite as x2+mx+nx+cx^2 + mx + nx + c, where m+n=bm + n = b and mn=cmn = c
  3. Factor by grouping
  4. Factor out the common binomial

Example: Factor x2+7x+12x^2 + 7x + 12

  1. Find two numbers that multiply to 12 and add to 7. That's 3 and 4.
  2. Rewrite: x2+3x+4x+12x^2 + 3x + 4x + 12
  3. Group and factor: x(x+3)+4(x+3)x(x + 3) + 4(x + 3)
  4. Factor out (x+3)(x + 3): (x+3)(x+4)(x + 3)(x + 4)

You can always check by FOILing the result: (x+3)(x+4)=x2+4x+3x+12=x2+7x+12(x + 3)(x + 4) = x^2 + 4x + 3x + 12 = x^2 + 7x + 12. It matches, so you're good.

Product-sum method for trinomials, OpenAlgebra.com: Free Algebra Study Guide & Video Tutorials: Factoring Trinomials of the Form x ...

AC Method for Complex Trinomials

When the leading coefficient a1a \neq 1, the product-sum method doesn't directly apply. The ac method extends the same logic to trinomials in the form ax2+bx+cax^2 + bx + c.

  1. Multiply a×ca \times c to get the product acac
  2. Find two numbers that multiply to acac and add to bb
  3. Use those two numbers to split the middle term
  4. Factor by grouping

Example: Factor 2x2+7x+32x^2 + 7x + 3

  1. ac=2×3=6ac = 2 \times 3 = 6
  2. Find two numbers that multiply to 6 and add to 7. That's 6 and 1.
  3. Rewrite: 2x2+6x+1x+32x^2 + 6x + 1x + 3
  4. Group and factor: 2x(x+3)+1(x+3)2x(x + 3) + 1(x + 3)
  5. Factor out (x+3)(x + 3): (2x+1)(x+3)(2x + 1)(x + 3)

Notice in step 4 that you factor 2x2x out of the first group and 11 out of the second group. Both groups must produce the same binomial factor, (x+3)(x + 3), for the method to work. If they don't match, try a different grouping of your split terms.

Check: (2x+1)(x+3)=2x2+6x+x+3=2x2+7x+3(2x + 1)(x + 3) = 2x^2 + 6x + x + 3 = 2x^2 + 7x + 3. ✓

Product-sum method for trinomials, OpenAlgebra.com: Free Algebra Study Guide & Video Tutorials: Factoring Trinomials of the Form x ...

Substitution in Trinomial Factoring

Sometimes a trinomial has a repeated expression that makes it look complicated. Substitution lets you temporarily replace that expression with a single variable, factor the simpler version, then swap back.

  1. Identify a common term or expression that appears in a pattern
  2. Substitute a new variable (like uu) for that expression
  3. Factor the simplified trinomial using the product-sum or ac method
  4. Replace uu with the original expression

Example: Factor 9x212x+49x^2 - 12x + 4

Notice that 9x2=(3x)29x^2 = (3x)^2 and 12x=4(3x)12x = 4(3x), so the expression follows a pattern in terms of 3x3x.

  1. Let u=3xu = 3x. The trinomial becomes u24u+4u^2 - 4u + 4.

  2. Factor: find two numbers that multiply to 4 and add to 4-4. That's 2-2 and 2-2.

  3. So u24u+4=(u2)(u2)=(u2)2u^2 - 4u + 4 = (u - 2)(u - 2) = (u - 2)^2

  4. Replace uu: (3x2)2(3x - 2)^2

This is also a perfect square trinomial, which is a pattern worth recognizing on its own.

Choosing the Right Factoring Technique

Before you start any factoring method, always check for a Greatest Common Factor (GCF) first. Factor it out, then look at what remains.

After pulling out any GCF, identify the form of the trinomial:

  1. x2+bx+cx^2 + bx + c form (leading coefficient is 1): use the product-sum method
  2. ax2+bx+cax^2 + bx + c form where a1a \neq 1: use the ac method
  3. Complex or repeated expressions: consider substitution to simplify before factoring

Whatever method you use, always multiply your factors back out to verify the result equals the original trinomial. This takes 30 seconds and catches most mistakes.