2.3 Factoring & Expanding Polynomials

Key Takeaways

  • Polynomials are classified by degree (highest power) and term count, expressed in standard form with powers in descending order.
  • Expanding polynomials uses distribution, FOIL for binomials, or box method for multi-term expressions.
  • Factoring always begins by extracting the Greatest Common Factor (GCF), followed by structural recognition based on the number of terms.
  • Key factoring identities include Difference of Squares (a^2 - b^2), Sum/Difference of Cubes (a^3 +/- b^3), and Perfect Square Trinomials (a^2 +/- 2ab + b^2).
Last updated: August 2026

2.3 Factoring & Expanding Polynomials

Polynomial arithmetic and factoring form a core computational pillar of the CLEP College Algebra examination. Expanding polynomial products converts factored expressions into expanded standard form, while factoring reverses this process by decomposing polynomial sums into products of simpler algebraic factors.


Polynomial Vocabulary, Taxonomy & Standard Form

A polynomial in one variable xx is an algebraic expression of the form: P(x)=anxn+an1xn1++a1x+a0P(x) = a_n x^n + a_{n-1} x^{n-1} + \dots + a_1 x + a_0 where nn is a non-negative integer (n{0,1,2,}n \in \{0, 1, 2, \dots\}), an0a_n \neq 0, and coefficients an,an1,,a0Ra_n, a_{n-1}, \dots, a_0 \in \mathbb{R}.

  • Standard Form: Terms ordered by degree in strict descending order (xnxn1x0x^n \to x^{n-1} \to \dots \to x^0).
  • Degree of Polynomial (nn): The highest exponent power of the variable.
  • Leading Coefficient (ana_n): The coefficient attached to the highest-degree term.
  • Constant Term (a0a_0): The term with degree 00 (no variable).

Classification Table

Degree (nn)Name by DegreePolynomial ExampleTerm CountName by Term Count
00Constant991 termMonomial
11Linear4x74x - 72 termsBinomial
22Quadratic3x2+5x23x^2 + 5x - 23 termsTrinomial
33Cubicx327x^3 - 272 termsBinomial
44Quartic2x45x3+x82x^4 - 5x^3 + x - 84 termsPolynomial (4 terms)

Polynomial Multiplication & Expansion Methods

Expanding polynomial products requires multiplying every term in the first factor by every term in the second factor using the distributive law.

1. The FOIL Method (Binomial ×\times Binomial)

For multiplying two binomials (a+b)(c+d)(a + b)(c + d):

  • First terms: aca \cdot c
  • Outer terms: ada \cdot d
  • Inner terms: bcb \cdot c
  • Last terms: bdb \cdot d (a+b)(c+d)=ac+ad+bc+bd(a + b)(c + d) = ac + ad + bc + bd

2. General Expansion (Binomial ×\times Trinomial)

Worked Example: Fully expand (3x4)(2x2+5x6)(3x - 4)(2x^2 + 5x - 6).

  1. Distribute 3x3x to all three terms:
    3x(2x2)+3x(5x)+3x(6)=6x3+15x218x3x(2x^2) + 3x(5x) + 3x(-6) = 6x^3 + 15x^2 - 18x.
  2. Distribute 4-4 to all three terms:
    4(2x2)4(5x)4(6)=8x220x+24-4(2x^2) - 4(5x) - 4(-6) = -8x^2 - 20x + 24.
  3. Combine like terms:
    6x3+(15x28x2)+(18x20x)+24=6x3+7x238x+246x^3 + (15x^2 - 8x^2) + (-18x - 20x) + 24 = 6x^3 + 7x^2 - 38x + 24.

Systematic Factoring Hierarchy Roadmap

To factor any polynomial efficiently on the CLEP exam, follow this decision tree:

Step 1: Always extract the Greatest Common Factor (GCF) first.
        │
Step 2: Count the terms inside the remaining polynomial:
        ├─► 2 Terms: Check Special Binomial Formulas
        │    ├─ Difference of Squares: a² - b² = (a - b)(a + b)
        │    ├─ Sum of Cubes: a³ + b³ = (a + b)(a² - ab + b²)
        │    └─ Difference of Cubes: a³ - b³ = (a - b)(a² + ab + b²)
        │    (Note: Sum of Squares a² + b² is PRIME over Reals!)
        │
        ├─► 3 Terms: Trinomial Factoring
        │    ├─ Simple (x² + bx + c): Find factors of c that sum to b.
        │    ├─ General (ax² + bx + c): Use ac-method or Trial & Error.
        │    └─ Perfect Square Trinomial: a² ± 2ab + b² = (a ± b)²
        │
        └─► 4 Terms: Factoring by Grouping
             └─ Group into pairs, extract GCF from each pair.

Advanced Factoring Techniques & Worked Examples

1. Extraction of Greatest Common Factor (GCF)

Always factor out the highest common coefficient and variable powers before applying other rules.

Example: Factor 12x4y218x3y3+6x2y412x^4y^2 - 18x^3y^3 + 6x^2y^4.

  • GCF=6x2y2\text{GCF} = 6x^2y^2.
  • Factored form: 6x2y2(2x23xy+y2)6x^2y^2 (2x^2 - 3xy + y^2).

2. Difference of Squares Identity

a2b2=(ab)(a+b)a^2 - b^2 = (a - b)(a + b)

Worked Example (Multi-Step): Factor 81x41681x^4 - 16 completely.

  1. Recognize difference of squares: (9x2)2(4)2=(9x24)(9x2+4)(9x^2)^2 - (4)^2 = (9x^2 - 4)(9x^2 + 4).
  2. Factor the first binomial again: (3x2)(3x+2)(9x2+4)(3x - 2)(3x + 2)(9x^2 + 4). (Note: 9x2+49x^2 + 4 is a sum of squares and cannot be factored over real numbers).

3. Sum and Difference of Cubes (SOAP Mnemonic)

a3+b3=(a+b)(a2ab+b2)a^3 + b^3 = (a + b)(a^2 - ab + b^2) a3b3=(ab)(a2+ab+b2)a^3 - b^3 = (a - b)(a^2 + ab + b^2)
  • Same sign as binomial operator.
  • Opposite sign for middle trinomial term.
  • Always Positive for last trinomial term.

Worked Example: Factor 27x364y327x^3 - 64y^3.

  • Identify a=3xa = 3x and b=4yb = 4y.
  • Apply formula: (3x4y)((3x)2+(3x)(4y)+(4y)2)=(3x4y)(9x2+12xy+16y2)(3x - 4y)((3x)^2 + (3x)(4y) + (4y)^2) = (3x - 4y)(9x^2 + 12xy + 16y^2).

4. General Trinomial Factoring (ax2+bx+cax^2 + bx + c) using acac-Method

To factor ax2+bx+cax^2 + bx + c (a1a \neq 1):

  1. Calculate the product aca \cdot c.
  2. Find two integers pp and qq such that pq=acp \cdot q = ac and p+q=bp + q = b.
  3. Split middle term bxbx into px+qxpx + qx.
  4. Factor by grouping.

Worked Example: Factor 8x214x158x^2 - 14x - 15 completely.

  1. Calculate ac=8(15)=120a \cdot c = 8 \cdot (-15) = -120.
  2. Find factors of 120-120 summing to 14-14: 20-20 and +6+6 ((20)(6)=120(-20)(6) = -120 and 20+6=14-20 + 6 = -14).
  3. Split middle term: 8x220x+6x158x^2 - 20x + 6x - 15.
  4. Group in pairs: (8x220x)+(6x15)(8x^2 - 20x) + (6x - 15).
  5. Factor GCF from pairs: 4x(2x5)+3(2x5)4x(2x - 5) + 3(2x - 5).
  6. Factor common binomial (2x5)(2x - 5):
    (4x+3)(2x5)(4x + 3)(2x - 5)

5. Factoring Four Terms by Grouping

Worked Example: Factor 2x33x28x+122x^3 - 3x^2 - 8x + 12 completely.

  1. Group first two and last two terms: (2x33x2)(8x12)(2x^3 - 3x^2) - (8x - 12).
  2. Extract GCF from each group: x2(2x3)4(2x3)x^2(2x - 3) - 4(2x - 3).
  3. Factor common binomial: (x24)(2x3)(x^2 - 4)(2x - 3).
  4. Factor difference of squares: (x2)(x+2)(2x3)(x - 2)(x + 2)(2x - 3).
Loading diagram...
Polynomial Factoring Decision Tree
Test Your Knowledge

Which of the following is the complete factorization of 6x^2 - 17x - 14?

A
B
C
D
Test Your Knowledge

What is the completely factored form of 54x^4 - 16x over the real numbers?

A
B
C
D
Test Your Knowledge

What is the expanded form of (2x - 5y)^3?

A
B
C
D
Test Your Knowledge

Which of the following represents the complete factorization of x^4 - 13x^2 + 36?

A
B
C
D