Fiveable

🔟Elementary Algebra Unit 7 Review

QR code for Elementary Algebra practice questions

7.2 Factor Trinomials of the Form x2+bx+c

7.2 Factor Trinomials of the Form x2+bx+c

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

Factoring Trinomials of the Form x2+bx+cx^2+bx+c

Factoring trinomials reverses the multiplication of two binomials, breaking a quadratic expression back into simpler pieces. This skill is essential for solving quadratic equations and simplifying algebraic expressions throughout the rest of the course.

Factoring Trinomials of the Form x2+bx+cx^2+bx+c

Finding factors for x2+bx+c, OpenAlgebra.com: Free Algebra Study Guide & Video Tutorials: Factoring Trinomials of the Form x ...

Finding factors for x2+bx+cx^2+bx+c

The core idea: you need two numbers that multiply to give you cc (the constant term) and add to give you bb (the coefficient on xx). Once you find those two numbers, you write the factored form as (x+first number)(x+second number)(x + \text{first number})(x + \text{second number}).

Example: Factor x2+5x+6x^2+5x+6

  1. Ask: what two numbers multiply to 6 and add to 5?
  2. Try factor pairs of 6: (1, 6) and (2, 3).
  3. Since 2+3=52 + 3 = 5, those are your numbers.
  4. Write the answer: (x+2)(x+3)(x+2)(x+3)

You can always check your work by FOILing the result back out. (x+2)(x+3)=x2+3x+2x+6=x2+5x+6(x+2)(x+3) = x^2 + 3x + 2x + 6 = x^2 + 5x + 6

Finding factors for x2+bx+c, OpenAlgebra.com: Free Algebra Study Guide & Video Tutorials: Factoring Trinomials of the Form x ...

Factoring with negative terms

Negative signs change which factor pairs you're looking for, but the same core method applies. Pay close attention to the signs of bb and cc.

When bb is negative and cc is positive, both numbers must be negative. That's because two negatives multiply to a positive (giving you cc) and add to a negative (giving you bb).

  • Factor x27x+12x^2-7x+12: you need two numbers that multiply to +12+12 and add to 7-7.
  • The pair 3-3 and 4-4 works: (3)(4)=12(-3)(-4) = 12 and (3)+(4)=7(-3)+(-4) = -7.
  • Factored form: (x3)(x4)(x-3)(x-4)

When cc is negative, one number is positive and the other is negative. Their product must be negative (giving you cc), and their sum must equal bb.

  • Factor x2+2x15x^2+2x-15: you need two numbers that multiply to 15-15 and add to +2+2.
  • The pair 55 and 3-3 works: (5)(3)=15(5)(-3) = -15 and 5+(3)=25+(-3) = 2.
  • Factored form: (x+5)(x3)(x+5)(x-3)

Quick sign guide:

  • cc positive, bb positive → both numbers positive
  • cc positive, bb negative → both numbers negative
  • cc negative → one positive, one negative (the larger number takes the sign of bb)

AC method for complex trinomials

The AC method handles trinomials where the leading coefficient isn't 1, like ax2+bx+cax^2+bx+c with a1a \neq 1. This goes beyond the x2+bx+cx^2+bx+c form, but it builds directly on the same find-two-numbers strategy.

Steps for the AC method:

  1. Multiply a×ca \times c to get the product acac.
  2. Find two numbers that multiply to acac and add to bb.
  3. Rewrite the middle term (bxbx) as two separate terms using those numbers.
  4. Factor by grouping (split into two pairs and factor each pair).

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

  1. a×c=2×3=6a \times c = 2 \times 3 = 6
  2. Two numbers that multiply to 6 and add to 7: 1 and 6.
  3. Rewrite the middle term: 2x2+1x+6x+32x^2+1x+6x+3
  4. Factor by grouping:
    • Group: (2x2+x)+(6x+3)(2x^2+x)+(6x+3)
    • Factor each group: x(2x+1)+3(2x+1)x(2x+1)+3(2x+1)
    • Factor out the common binomial: (2x+1)(x+3)(2x+1)(x+3)

The grouping step works because both groups share the same binomial factor (2x+1)(2x+1). If your groups don't share a common binomial, double-check your number pair from step 2.