4.2 Simplifying, Combining Like Terms, & Factoring

Key Takeaways

  • Like terms are algebraic terms possessing the exact same variable bases raised to identical exponents; only their numerical coefficients are combined through addition or subtraction.
  • The Distributive Property expands products across additions and subtractions: a(b + c) = ab + ac; distributing a negative coefficient reverses the sign of every term inside the parentheses.
  • Polynomial multiplication relies on systematic term distribution; for binomials, the FOIL method yields (a + b)(c + d) = ac + ad + bc + bd.
  • Factoring reverses polynomial expansion through a hierarchical sequence of strategies: Greatest Common Factor (GCF), Factoring by Grouping (4 terms), Quadratic Trinomial Factoring (ac-method), and Difference of Two Squares (a^2 - b^2 = (a - b)(a + b)).
  • Simplifying rational algebraic expressions requires completely factoring the numerator and denominator into prime factors and canceling common non-zero factors; terms separated by addition or subtraction cannot be canceled individually.
Last updated: August 2026

Combining Like Terms & Algebraic Structure

Simplifying algebraic expressions is the core mechanical skill underpinning algebra. An algebraic expression is considered to be in simplest form when all grouping symbols have been removed and all like terms have been combined.

Defining Like Terms vs. Unlike Terms

Like terms are terms that contain the exact same variables raised to the exact same exponents. The numerical coefficients of like terms can be different, but the variable factors must match identically.

Like Terms: 7x2y3and4x2y3    (74)x2y3=3x2y3\text{Like Terms: } 7x^2 y^3 \quad \text{and} \quad -4x^2 y^3 \implies (7 - 4)x^2 y^3 = 3x^2 y^3

Unlike terms differ in either their variable letters or the exponents attached to those variables. Unlike terms cannot be combined into a single term through addition or subtraction.

Unlike Terms: 5x2and5x    5x2+5x(Cannot be combined into 10x3 or 10x2)\text{Unlike Terms: } 5x^2 \quad \text{and} \quad 5x \implies 5x^2 + 5x \quad (\text{Cannot be combined into } 10x^3 \text{ or } 10x^2)

Comparison Table: Like vs. Unlike Terms

Term PairLike or Unlike?ReasonSimplified Combination
8a2b8a^2 b and 3a2b-3a^2 bLikeIdentical variable parts (a2ba^2 b)8a2b+(3a2b)=5a2b8a^2 b + (-3a^2 b) = \mathbf{5a^2 b}
6xy26xy^2 and 6x2y6x^2 yUnlikeExponents on xx and yy are reversed6xy2+6x2y6xy^2 + 6x^2 y (Already simplified)
9x9\sqrt{x} and 2x-2\sqrt{x}LikeIdentical radical base (x1/2x^{1/2})9x2x=7x9\sqrt{x} - 2\sqrt{x} = \mathbf{7\sqrt{x}}
4m34m^3 and 4m44m^4UnlikeDifferent exponents (33 vs. 44)4m3+4m44m^3 + 4m^4 (Already simplified)
11-11 and 2525LikeConstant numbers (degree 00)11+25=14-11 + 25 = \mathbf{14}
5ab5ab and 2ba-2baLikeCommutative property of multiplication (ab=baab = ba)5ab2ba=3ab5ab - 2ba = \mathbf{3ab}

The Distributive Property & Managing Signed Numbers

The Distributive Property allows a multiplier outside parentheses to be distributed to every term inside the parentheses:

a(b+c)=ab+aca(b + c) = ab + ac a(bc)=abaca(b - c) = ab - ac

Distributing Negative Signs and Coefficients

When distributing a negative number or a negative sign across parentheses, the sign of every single term inside the grouping symbol must be reversed:

(ax2bx+c)=ax2+bxc-(ax^2 - bx + c) = -ax^2 + bx - c 4(2x25x+3)=4(2x2)4(5x)4(3)=8x2+20x12-4(2x^2 - 5x + 3) = -4(2x^2) - 4(-5x) - 4(3) = -8x^2 + 20x - 12

Simplifying Expressions with Nested Grouping Symbols

When simplifying expressions containing parentheses ()( ), brackets [][ ], or braces {}\{ \}, work systematically from the innermost grouping outward:

Expression: 52[3x4(x2)+7]\text{Expression: } 5 - 2[3x - 4(x - 2) + 7]

  1. Distribute innermost multiplier 4-4: 52[3x4x+8+7]5 - 2[3x - 4x + 8 + 7]
  2. Combine like terms inside brackets: 52[x+15]5 - 2[-x + 15]
  3. Distribute outer multiplier 2-2: 5+2x305 + 2x - 30
  4. Combine constants: 2x252x - 25

Multiplying Polynomials

Multiplying polynomials requires applying the distributive property repeatedly along with the Product Rule of Exponents (xmxn=xm+nx^m \cdot x^n = x^{m+n}).

1. Multiplying a Monomial by a Polynomial

Distribute the monomial to every term in the polynomial, multiplying numerical coefficients and adding variable exponents:

3x2y(4x35xy2+2y3)=(3x2y)(4x3)+(3x2y)(5xy2)+(3x2y)(2y3)-3x^2 y (4x^3 - 5xy^2 + 2y^3) = (-3x^2 y)(4x^3) + (-3x^2 y)(-5xy^2) + (-3x^2 y)(2y^3) =12x5y+15x3y36x2y4= -12x^5 y + 15x^3 y^3 - 6x^2 y^4

2. Multiplying Two Binomials (The FOIL Method)

For two binomials (a+b)(c+d)(a + b)(c + d), the FOIL acronym ensures all four pairwise products are calculated:

(a+b)(c+d)=acFirst+adOuter+bcInner+bdLast(a + b)(c + d) = \underbrace{ac}_{\text{First}} + \underbrace{ad}_{\text{Outer}} + \underbrace{bc}_{\text{Inner}} + \underbrace{bd}_{\text{Last}}

Worked Example: (3x4)(2x+5)(3x - 4)(2x + 5)

  • First: (3x)(2x)=6x2(3x)(2x) = 6x^2
  • Outer: (3x)(5)=+15x(3x)(5) = +15x
  • Inner: (4)(2x)=8x(-4)(2x) = -8x
  • Last: (4)(5)=20(-4)(5) = -20
  • Combine middle like terms: 6x2+(15x8x)20=6x2+7x206x^2 + (15x - 8x) - 20 = \mathbf{6x^2 + 7x - 20}

3. Special Polynomial Product Patterns

Mastering special product formulas allows instant expansion and forms the foundation for rapid factoring:

Pattern NameFormulaWorked Example
Difference of Squares(ab)(a+b)=a2b2(a - b)(a + b) = a^2 - b^2(4x7)(4x+7)=(4x)2(7)2=16x249(4x - 7)(4x + 7) = (4x)^2 - (7)^2 = \mathbf{16x^2 - 49}
Square of a Sum(a+b)2=a2+2ab+b2(a + b)^2 = a^2 + 2ab + b^2(3x+5)2=(3x)2+2(3x)(5)+52=9x2+30x+25(3x + 5)^2 = (3x)^2 + 2(3x)(5) + 5^2 = \mathbf{9x^2 + 30x + 25}
Square of a Difference(ab)2=a22ab+b2(a - b)^2 = a^2 - 2ab + b^2(2x3y)2=(2x)22(2x)(3y)+(3y)2=4x212xy+9y2(2x - 3y)^2 = (2x)^2 - 2(2x)(3y) + (3y)^2 = \mathbf{4x^2 - 12xy + 9y^2}

The Classic ACCUPLACER Trap: Exponents do never distribute across addition: (a+b)2a2+b2(a + b)^2 \neq a^2 + b^2. Always include the middle cross-term 2ab2ab.

4. Multiplying Higher-Degree Polynomials (Binomial ×\times Trinomial)

To multiply a binomial by a trinomial, distribute each term of the binomial across all three terms of the trinomial:

(2x3)(x2+4x5)=2x(x2+4x5)3(x2+4x5)(2x - 3)(x^2 + 4x - 5) = 2x(x^2 + 4x - 5) - 3(x^2 + 4x - 5) =(2x3+8x210x)(3x2+12x15)= (2x^3 + 8x^2 - 10x) - (3x^2 + 12x - 15) =2x3+(8x23x2)+(10x12x)+15= 2x^3 + (8x^2 - 3x^2) + (-10x - 12x) + 15 =2x3+5x222x+15= \mathbf{2x^3 + 5x^2 - 22x + 15}


Factoring Algebraic Expressions: The Complete Hierarchy

Factoring is the inverse operation of polynomial multiplication. It decomposes a polynomial into a product of simpler irreducible factors. On the ACCUPLACER QAS exam, you must follow a systematic multi-step factoring algorithm.

Step 1: Always Factor Out the Greatest Common Factor (GCF) First.
Step 2: Count the Number of Remaining Terms:
        - 2 Terms: Check for Difference of Two Squares (a^2 - b^2 = (a-b)(a+b)).
        - 3 Terms: Factor as a Quadratic Trinomial (x^2 + bx + c or ac-Method for ax^2 + bx + c).
        - 4 Terms: Factor by Grouping in Pairs.
Step 3: Verify That Every Factor is Fully Reduced (Prime).

Strategy 1: Factoring Out the Greatest Common Factor (GCF)

The GCF is the largest monomial that divides evenly into every term of the polynomial. Its coefficient is the numerical GCF, and its variable part contains the lowest exponent of each shared variable.

Worked Example: Factor: 12x4y318x3y5+6x2y2\text{Factor: } 12x^4 y^3 - 18x^3 y^5 + 6x^2 y^2

  1. Numerical GCF of 12,18,612, 18, 6 is 66.
  2. Lowest power of xx is x2x^2.
  3. Lowest power of yy is y2y^2.
  4. Overall GCF=6x2y2\text{GCF} = 6x^2 y^2.
  5. Divide each term by the GCF: 12x4y36x2y2=2x2y,18x3y56x2y2=3xy3,6x2y26x2y2=+1\frac{12x^4 y^3}{6x^2 y^2} = 2x^2 y, \quad \frac{-18x^3 y^5}{6x^2 y^2} = -3xy^3, \quad \frac{6x^2 y^2}{6x^2 y^2} = +1
  6. Factored form: 6x2y2(2x2y3xy3+1)\mathbf{6x^2 y^2 (2x^2 y - 3xy^3 + 1)}

Strategy 2: Factoring by Grouping (4 Terms)

When a polynomial has four terms, group them into pairs, factor the GCF from each pair, and extract the common binomial factor.

Worked Example: Factor: 3x36x2+4x8\text{Factor: } 3x^3 - 6x^2 + 4x - 8

  1. Group into pairs: (3x36x2)+(4x8)(3x^3 - 6x^2) + (4x - 8)
  2. Factor GCF from first pair: 3x2(x2)3x^2(x - 2)
  3. Factor GCF from second pair: +4(x2)+4(x - 2)
  4. Factor out the common binomial (x2)(x - 2): (x2)(3x2+4)\mathbf{(x - 2)(3x^2 + 4)}

Strategy 3: Factoring Quadratic Trinomials (x2+bx+cx^2 + bx + c, Leading Coefficient a=1a = 1)

To factor x2+bx+cx^2 + bx + c, find two integers pp and qq that satisfy two simultaneous conditions:

  1. Product: pq=cp \cdot q = c
  2. Sum: p+q=bp + q = b

Once found, the factored form is (x+p)(x+q)(x + p)(x + q).

Sign Rules for Trinomial Factoring:

  • If c>0c > 0 and b>0b > 0: Both pp and qq are positive (+,++ , +). Example: x2+8x+12=(x+6)(x+2)x^2 + 8x + 12 = (x + 6)(x + 2)
  • If c>0c > 0 and b<0b < 0: Both pp and qq are negative (,- , -). Example: x29x+20=(x4)(x5)x^2 - 9x + 20 = (x - 4)(x - 5)
  • If c<0c < 0: One factor is positive and one is negative (+,+ , -), with the larger absolute value matching the sign of bb.
    • Example (b>0b > 0): x2+2x15=(x+5)(x3)x^2 + 2x - 15 = (x + 5)(x - 3)
    • Example (b<0b < 0): x25x24=(x8)(x+3)x^2 - 5x - 24 = (x - 8)(x + 3)

Strategy 4: Factoring Quadratic Trinomials (ax2+bx+cax^2 + bx + c, Leading Coefficient a1a \neq 1)

When a1a \neq 1 and cannot be factored out via GCF, use the acac-Method (Master Product Method):

  1. Multiply aa and cc to obtain the target product acac.
  2. Find two integers pp and qq whose product is acac and whose sum is bb.
  3. Split the middle linear term bxbx into px+qxpx + qx.
  4. Factor the resulting four-term polynomial by grouping.

Worked Example: Factor: 6x2+11x10\text{Factor: } 6x^2 + 11x - 10

  1. Target product: ac=6(10)=60ac = 6 \cdot (-10) = -60.
  2. Target sum: b=+11b = +11.
  3. Factor pairs of 60-60: Factors +15+15 and 4-4 satisfy 15(4)=6015 \cdot (-4) = -60 and 15+(4)=1115 + (-4) = 11.
  4. Rewrite middle term: 6x2+15x4x106x^2 + 15x - 4x - 10
  5. Factor by grouping: 3x(2x+5)2(2x+5)3x(2x + 5) - 2(2x + 5)
  6. Extract common binomial: (2x+5)(3x2)\mathbf{(2x + 5)(3x - 2)}

Strategy 5: Factoring Difference of Two Squares (a2b2a^2 - b^2)

Any binomial consisting of two perfect squares separated by a minus sign factors into conjugate binomials:

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

Worked Examples:

  • 25x249=(5x)2(7)2=(5x7)(5x+7)25x^2 - 49 = (5x)^2 - (7)^2 = \mathbf{(5x - 7)(5x + 7)}
  • Multi-Stage Factoring: x481=(x29)(x2+9)=(x3)(x+3)(x2+9)x^4 - 81 = (x^2 - 9)(x^2 + 9) = \mathbf{(x - 3)(x + 3)(x^2 + 9)}

Important Note: The Sum of Squares (a2+b2a^2 + b^2) is prime and cannot be factored over real numbers.


Simplifying Rational Algebraic Expressions

A rational algebraic expression is a fraction whose numerator and denominator are polynomials. Rational expressions are simplified using the Fundamental Principle of Fractions:

PRQR=PQ(Q0,R0)\frac{P \cdot R}{Q \cdot R} = \frac{P}{Q} \quad (Q \neq 0, R \neq 0)

The Cardinal Rule: Factor Completely Before Canceling

NEVER cancel individual terms across addition or subtraction. You may only cancel entire multiplicative factors that appear in both the numerator and denominator.

INCORRECT: x29x+3x3 (by canceling x2/x and 9/3)\text{INCORRECT: } \frac{x^2 - 9}{x + 3} \neq x - 3 \text{ (by canceling } x^2/x \text{ and } -9/3) CORRECT: x29x+3=(x3)(x+3)x+3=x3(x3)\text{CORRECT: } \frac{x^2 - 9}{x + 3} = \frac{(x - 3)\cancel{(x + 3)}}{\cancel{x + 3}} = \mathbf{x - 3} \quad (x \neq -3)

Managing Opposite Factors (The 1-1 Rule)

When a factor in the numerator is the exact negative of a factor in the denominator (aba - b versus bab - a), factor out 1-1:

ba=(ab)    abba=ab(ab)=1b - a = -(a - b) \implies \frac{a - b}{b - a} = \frac{a - b}{-(a - b)} = \mathbf{-1}

Worked Example: 2x69x2=2(x3)(3x)(3+x)=2(x3)(x3)(3+x)=2x+3\frac{2x - 6}{9 - x^2} = \frac{2(x - 3)}{(3 - x)(3 + x)} = \frac{2(x - 3)}{-(x - 3)(3 + x)} = \mathbf{-\frac{2}{x + 3}}


Comprehensive Step-by-Step Worked Examples

Worked Example 1: Multi-Step Expansion and Nested Simplification

Simplify the expression completely:

E=3(x4)22(x+2)(x5)(x214x+8)E = 3(x - 4)^2 - 2(x + 2)(x - 5) - (x^2 - 14x + 8)

Step-by-Step Solution:

  1. Expand the squared binomial: (x4)2=x28x+16(x - 4)^2 = x^2 - 8x + 16 3(x4)2=3(x28x+16)=3x224x+483(x - 4)^2 = 3(x^2 - 8x + 16) = 3x^2 - 24x + 48

  2. Expand the binomial product with FOIL: (x+2)(x5)=x25x+2x10=x23x10(x + 2)(x - 5) = x^2 - 5x + 2x - 10 = x^2 - 3x - 10 2(x+2)(x5)=2(x23x10)=2x2+6x+20-2(x + 2)(x - 5) = -2(x^2 - 3x - 10) = -2x^2 + 6x + 20

  3. Distribute the negative sign across the last polynomial: (x214x+8)=x2+14x8-(x^2 - 14x + 8) = -x^2 + 14x - 8

  4. Combine all components: E=(3x224x+48)+(2x2+6x+20)+(x2+14x8)E = (3x^2 - 24x + 48) + (-2x^2 + 6x + 20) + (-x^2 + 14x - 8)

    • x2x^2 terms: 3x22x2x2=0x2=03x^2 - 2x^2 - x^2 = 0x^2 = 0
    • xx terms: 24x+6x+14x=4x-24x + 6x + 14x = -4x
    • Constant terms: 48+208=6048 + 20 - 8 = 60
  5. Final Result: 4x+60\mathbf{-4x + 60}


Worked Example 2: Complete Factoring of a Multi-Variable Expression

Factor the polynomial completely over the real numbers:

P=2x4y32yP = 2x^4 y - 32y

Step-by-Step Solution:

  1. Factor out the GCF (2y2y): P=2y(x416)P = 2y(x^4 - 16)

  2. Factor x416x^4 - 16 as a Difference of Two Squares: x416=(x2)242=(x24)(x2+4)x^4 - 16 = (x^2)^2 - 4^2 = (x^2 - 4)(x^2 + 4) P=2y(x24)(x2+4)P = 2y(x^2 - 4)(x^2 + 4)

  3. Factor the remaining Difference of Squares (x24x^2 - 4): x24=(x2)(x+2)x^2 - 4 = (x - 2)(x + 2) P=2y(x2)(x+2)(x2+4)P = 2y(x - 2)(x + 2)(x^2 + 4)

  4. Check the sum of squares factor: (x2+4)(x^2 + 4) is prime over real numbers.

  5. Final Factored Form: 2y(x2)(x+2)(x2+4)\mathbf{2y(x - 2)(x + 2)(x^2 + 4)}


Worked Example 3: Simplifying a Rational Expression with acac-Factoring and Sign Inversion

Simplify the rational expression completely and state all domain restrictions:

R(x)=2x2+x15254x2R(x) = \frac{2x^2 + x - 15}{25 - 4x^2}

Step-by-Step Solution:

  1. Factor the numerator 2x2+x152x^2 + x - 15 (ac=2(15)=30ac = 2(-15) = -30, sum =+1= +1):

    • Factors are +6+6 and 5-5: 2x2+6x5x15=2x(x+3)5(x+3)=(2x5)(x+3)2x^2 + 6x - 5x - 15 = 2x(x + 3) - 5(x + 3) = (2x - 5)(x + 3)
  2. Factor the denominator 254x225 - 4x^2 (Difference of Squares): 254x2=52(2x)2=(52x)(5+2x)25 - 4x^2 = 5^2 - (2x)^2 = (5 - 2x)(5 + 2x)

  3. Identify opposite binomial factors: Notice that (52x)=(2x5)(5 - 2x) = -(2x - 5). Rewrite denominator: (52x)(5+2x)=(2x5)(2x+5)(5 - 2x)(5 + 2x) = -(2x - 5)(2x + 5)

  4. Cancel the common non-zero factor (2x5)(2x - 5): R(x)=(2x5)(x+3)(2x5)(2x+5)=x+32x+5R(x) = \frac{\cancel{(2x - 5)}(x + 3)}{-\cancel{(2x - 5)}(2x + 5)} = \mathbf{-\frac{x + 3}{2x + 5}}

  5. State domain restrictions (where denominator was zero): 254x20    x52,x5225 - 4x^2 \neq 0 \implies x \neq \frac{5}{2}, \quad x \neq -\frac{5}{2}


Common Pitfalls & ACCUPLACER Exam Traps

  1. The "Freshman's Dream" Exponent Distribution Trap: Writing (x4)2=x216(x - 4)^2 = x^2 - 16. Always write out binomial powers as multiplication: (x4)(x4)=x28x+16(x - 4)(x - 4) = x^2 - 8x + 16.
  2. Illegal Term-by-Term Cancellation: Canceling x2x^2 or numerical terms across addition in rational expressions (e.g., attempting to simplify x2+5x2+2\frac{x^2 + 5}{x^2 + 2} to 52\frac{5}{2}). Terms cannot be canceled—only common factors.
  3. Dropping the Negative Sign During GCF Extraction: In 3x2+12x15-3x^2 + 12x - 15, factoring out 3-3 must flip all signs: 3(x24x+5)-3(x^2 - 4x + 5).
  4. Neglecting to Factor Completely: Stopping at 2x(4x236)2x(4x^2 - 36) without factoring out the common 4 to get 8x(x29)=8x(x3)(x+3)8x(x^2 - 9) = 8x(x - 3)(x + 3).
  5. Opposite Factor Sign Errors: Forgetting that xyyx=1\frac{x - y}{y - x} = -1, not +1+1.
Loading diagram...
Master Polynomial Factoring & Simplification Decision Tree
Test Your Knowledge

Which of the following represents the complete factorization over the real numbers of the polynomial expression 18x^3 - 50x?

A
B
C
D
Test Your Knowledge

What is the completely simplified form of the algebraic expression 4(2x - 3)^2 - 3(x - 2)(4x + 5) - 5x(x - 4)?

A
B
C
D
Test Your Knowledge

For all real values of x where the expression is defined, which of the following is equivalent to (2x^2 + x - 15) / (25 - 4x^2)?

A
B
C
D