Fiveable

📘Intermediate Algebra Unit 6 Review

QR code for Intermediate Algebra practice questions

6.4 General Strategy for Factoring Polynomials

6.4 General Strategy for Factoring Polynomials

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 Polynomials

Factoring methods for polynomials

Every factoring problem starts the same way: look for the greatest common factor (GCF) first. After that, the structure of what's left tells you which method to use next.

  • Factoring out the GCF
    • Find the largest factor shared by all coefficients and the lowest power of each variable that appears in every term.
    • Divide each term by the GCF and write the results inside parentheses, with the GCF out front.
    • Example: 6x2+9x=3x(2x+3)6x^2 + 9x = 3x(2x + 3)
  • Factoring trinomials where a=1a = 1 (form: x2+bx+cx^2 + bx + c)
    • Find two numbers that multiply to cc and add to bb.
    • Write the factored form as (x+first number)(x+second number)(x + \text{first number})(x + \text{second number}).
    • Example: x2+5x+6=(x+2)(x+3)x^2 + 5x + 6 = (x + 2)(x + 3) because 2×3=62 \times 3 = 6 and 2+3=52 + 3 = 5.
  • Factoring trinomials where a1a \neq 1 (form: ax2+bx+cax^2 + bx + c)
    • Multiply a×ca \times c to get the product acac.
    • Find two numbers that multiply to acac and add to bb.
    • Rewrite the middle term using those two numbers, then factor by grouping.
    • Example: 2x2+7x+32x^2 + 7x + 3. Here ac=6ac = 6, and the pair 11 and 66 multiply to 66 and add to 77. Rewrite as 2x2+x+6x+32x^2 + x + 6x + 3, then group: x(2x+1)+3(2x+1)=(2x+1)(x+3)x(2x + 1) + 3(2x + 1) = (2x + 1)(x + 3).
  • Factoring by grouping (four-term polynomials)
    • Group the polynomial into two pairs of terms.
    • Factor the GCF out of each pair.
    • If both groups share a common binomial factor, factor it out.
    • Example: ax+ay+bx+by=a(x+y)+b(x+y)=(a+b)(x+y)ax + ay + bx + by = a(x + y) + b(x + y) = (a + b)(x + y)
Factoring methods for polynomials, OpenAlgebra.com: Free Algebra Study Guide & Video Tutorials: Factoring Trinomials of the Form x ...

Complete factorization techniques

The goal is to factor until every piece is irreducible (can't be broken down any further). Here's the general strategy, step by step:

  1. Factor out the GCF of the entire polynomial. Always do this first.

  2. Count the terms in what remains:

    • Two terms: Check for difference of squares, difference of cubes, or sum of cubes.
    • Three terms: Try trinomial factoring (a=1a = 1 or a1a \neq 1 method).
    • Four or more terms: Try factoring by grouping.
  3. Check each factor you produced. If any of them can be factored further, keep going.

  4. Write the final answer as a product of all irreducible factors.

Example showing the full process:

12x2+14x612x^2 + 14x - 6

  1. GCF is 22: 2(6x2+7x3)2(6x^2 + 7x - 3)

  2. The trinomial has a1a \neq 1, so use the acac method: ac=18ac = -18, and the pair 99 and 2-2 works (9×2=189 \times -2 = -18, 9+(2)=79 + (-2) = 7). Factor to get 2(3x1)(2x+3)2(3x - 1)(2x + 3).

  3. Neither binomial factors further, so the answer is 2(3x1)(2x+3)2(3x - 1)(2x + 3).

Factoring methods for polynomials, OpenAlgebra.com: Free Algebra Study Guide & Video Tutorials

Special cases in polynomial factoring

Recognizing these patterns saves a lot of time. Train yourself to spot them before you start trial-and-error.

  • Difference of squares: a2b2=(a+b)(ab)a^2 - b^2 = (a + b)(a - b)
    • Example: x249=(x+7)(x7)x^2 - 49 = (x + 7)(x - 7)
    • Note: The sum of squares a2+b2a^2 + b^2 does not factor over the real numbers.
  • Perfect square trinomials: These come from squaring a binomial.
    • a2+2ab+b2=(a+b)2a^2 + 2ab + b^2 = (a + b)^2
    • a22ab+b2=(ab)2a^2 - 2ab + b^2 = (a - b)^2
    • How to check: Is the first term a perfect square? Is the last term a perfect square? Does the middle term equal 2×first×last2 \times \sqrt{\text{first}} \times \sqrt{\text{last}}?
    • Example: x2+6x+9=(x+3)2x^2 + 6x + 9 = (x + 3)^2 because 2x3=6x2 \cdot x \cdot 3 = 6x.
  • Difference of cubes: a3b3=(ab)(a2+ab+b2)a^3 - b^3 = (a - b)(a^2 + ab + b^2)
    • Example: 8x327=(2x)333=(2x3)(4x2+6x+9)8x^3 - 27 = (2x)^3 - 3^3 = (2x - 3)(4x^2 + 6x + 9)
  • Sum of cubes: a3+b3=(a+b)(a2ab+b2)a^3 + b^3 = (a + b)(a^2 - ab + b^2)
    • Example: x3+8=x3+23=(x+2)(x22x+4)x^3 + 8 = x^3 + 2^3 = (x + 2)(x^2 - 2x + 4)

A helpful mnemonic for cubes: SOAP. The signs in the factored form go Same, Opposite, Always Positive. The binomial gets the same sign as the original, the first term in the trinomial gets the opposite sign, and the last term is always positive.

Understanding Polynomial Factorization

A few key definitions to keep straight:

  • A polynomial is an expression made of variables and coefficients combined using addition, subtraction, and multiplication (no division by variables).
  • Factorization means rewriting a polynomial as a product of simpler expressions that multiply back to the original.
  • A binomial has exactly two terms (like 3x+53x + 5), and a trinomial has exactly three.
  • Irreducible factors are factors that can't be broken down any further using real numbers. Your final answer should contain only irreducible factors.