Fiveable

🔟Elementary Algebra Unit 7 Review

QR code for Elementary Algebra practice questions

7.3 Factor Trinomials of the Form ax2+bx+c

7.3 Factor Trinomials of the Form ax2+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 ax2+bx+cax^2+bx+c

Introduction to Polynomial Factoring

Factoring is the process of breaking down a polynomial into simpler expressions that multiply together to give the original. For trinomials of the form ax2+bx+cax^2+bx+c, factoring lets you rewrite the expression as a product of two binomials, which is essential for solving quadratic equations and simplifying algebraic expressions.

This section focuses on trinomials where a1a \neq 1, which are trickier than the simpler x2+bx+cx^2+bx+c form. The main technique you'll use here is the ac method (also called factoring by grouping).

Systematic Polynomial Factoring Approach

Before jumping into any specific technique, follow this general process every time you factor:

  1. Identify the terms of the polynomial. Determine the coefficients and variables in each term (e.g., 3x23x^2, 7x-7x, 22).

  2. Factor out the GCF first. Always check whether all terms share a greatest common factor before doing anything else (e.g., 3x26x+3=3(x22x+1)3x^2 - 6x + 3 = 3(x^2 - 2x + 1)).

  3. Identify the type of polynomial remaining inside the parentheses. Look for patterns like:

    • Difference of squares: a2b2a^2 - b^2
    • Perfect square trinomials: a2+2ab+b2a^2 + 2ab + b^2 or a22ab+b2a^2 - 2ab + b^2
    • General trinomials: ax2+bx+cax^2 + bx + c
  4. Apply the appropriate factoring technique based on what you identified. For general trinomials, the ac method (covered below) is your go-to.

Introduction to Polynomial Factoring, OpenAlgebra.com: Free Algebra Study Guide & Video Tutorials: Factoring Trinomials of the Form ax ...

GCF Method for Trinomial Factoring

Pulling out the GCF is always your first step. If you skip this, the remaining trinomial will have larger coefficients, making the rest of the work harder than it needs to be.

  1. Find the GCF of the coefficients aa, bb, and cc. For example, the GCF of 12, 18, and 6 is 6.
  2. Find the GCF of the variables. Look at the variable part of each term and take the lowest exponent. For example, the GCF of x3x^3, x2x^2, and xx is xx.
  3. Combine the coefficient GCF and the variable GCF. In this example, the overall GCF is 6x6x.
  4. Divide each term by the GCF and write the result in parentheses:
    • 12x3+18x2+6x=6x(2x2+3x+1)12x^3 + 18x^2 + 6x = 6x(2x^2 + 3x + 1)

Now factor what's left inside the parentheses using the techniques below.

The AC Method (Factoring by Grouping)

This is the most reliable method for factoring trinomials where a1a \neq 1. Here's how it works, step by step.

Example: Factor 6x2+x26x^2 + x - 2

  1. Multiply aa and cc. Here a=6a = 6 and c=2c = -2, so ac=12ac = -12.

  2. Find two numbers that multiply to acac and add to bb. You need two numbers whose product is 12-12 and whose sum is 11 (the coefficient of xx).

    • List factor pairs of 12-12: (1,12)(1, -12), (1,12)(-1, 12), (2,6)(2, -6), (2,6)(-2, 6), (3,4)(3, -4), (3,4)(-3, 4)
    • The pair (3,4)(-3, 4) works because 3+4=1-3 + 4 = 1
  3. Split the middle term using those two numbers:

    • 6x23x+4x26x^2 - 3x + 4x - 2
  4. Group into two pairs and factor each group:

    • (6x23x)+(4x2)(6x^2 - 3x) + (4x - 2)
    • 3x(2x1)+2(2x1)3x(2x - 1) + 2(2x - 1)
  5. Factor out the common binomial. Both groups contain (2x1)(2x - 1):

    • (3x+2)(2x1)(3x + 2)(2x - 1)

Check your work: Multiply (3x+2)(2x1)(3x + 2)(2x - 1) back out using FOIL. You should get 6x23x+4x2=6x2+x26x^2 - 3x + 4x - 2 = 6x^2 + x - 2. Always verify by multiplying.

Introduction to Polynomial Factoring, OpenAlgebra.com: Free Algebra Study Guide & Video Tutorials: Factoring Trinomials of the Form ax ...

Tips for Choosing the Right Factor Pair

Finding the correct pair in Step 2 is usually the trickiest part. These guidelines help:

  • If cc is positive, both numbers in your pair have the same sign (both positive or both negative). Their shared sign matches the sign of bb.
  • If cc is negative, the two numbers have opposite signs. The larger absolute value takes the sign of bb.

For example, in 6x2+x26x^2 + x - 2, cc is negative, so the two numbers have opposite signs. Since bb is positive, the number with the larger absolute value (4) is positive, giving you (3,4)(-3, 4).

Common Mistakes to Avoid

  • Forgetting to factor out the GCF first. This makes the remaining coefficients unnecessarily large and the factor pairs harder to find.
  • Grouping errors in Step 4. When you split the middle term, watch your signs carefully. A sign error in the split will cause the common binomial to not match between the two groups.
  • Not checking by multiplying. After you factor, multiply your answer back out. If it doesn't match the original trinomial, something went wrong.
  • Assuming every trinomial factors. Some trinomials with integer coefficients are prime (they don't factor over the integers). If no factor pair of acac adds to bb, the trinomial can't be factored this way.