Simplifying Polynomial Expressions

Master adding, subtracting, and multiplying polynomials for the Digital SAT. Combine like terms and expand expressions with confidence.

Polynomial expressions form the backbone of Advanced Math on the Digital SAT. Before you can factor, solve quadratics, or work with polynomial functions, you need to be able to simplify polynomials — adding, subtracting, and multiplying them fluently. This is a foundational skill that saves time and prevents errors on harder problems.

Core Concepts

What Is a Polynomial?

A polynomial is an expression with one or more terms, where each term has a coefficient and a variable raised to a non-negative integer power.

3x32x2+5x73x^3 - 2x^2 + 5x - 7

  • Terms: 3x33x^3, 2x2-2x^2, 5x5x, 7-7
  • Degree: 3 (highest power)
  • Leading coefficient: 3

Like Terms

Like terms have the same variable(s) raised to the same power(s).

  • 5x25x^2 and 3x2-3x^2 are like terms
  • 4x4x and 4x24x^2 are NOT like terms

Adding Polynomials

Combine like terms:

(3x2+5x2)+(x23x+4)(3x^2 + 5x - 2) + (x^2 - 3x + 4) =4x2+2x+2= 4x^2 + 2x + 2

Subtracting Polynomials

Distribute the negative sign, then combine:

(5x2+2x1)(3x24x+6)(5x^2 + 2x - 1) - (3x^2 - 4x + 6) =5x2+2x13x2+4x6= 5x^2 + 2x - 1 - 3x^2 + 4x - 6 =2x2+6x7= 2x^2 + 6x - 7

Multiplying Polynomials

Monomial × Polynomial: distribute the monomial: 3x(2x25x+1)=6x315x2+3x3x(2x^2 - 5x + 1) = 6x^3 - 15x^2 + 3x

Binomial × Binomial (FOIL): (x+3)(x7)=x27x+3x21=x24x21(x + 3)(x - 7) = x^2 - 7x + 3x - 21 = x^2 - 4x - 21

Binomial × Trinomial: distribute each term in the binomial: (x+2)(x23x+4)(x + 2)(x^2 - 3x + 4) =x(x23x+4)+2(x23x+4)= x(x^2 - 3x + 4) + 2(x^2 - 3x + 4) =x33x2+4x+2x26x+8= x^3 - 3x^2 + 4x + 2x^2 - 6x + 8 =x3x22x+8= x^3 - x^2 - 2x + 8

Squaring a Binomial

(a+b)2=a2+2ab+b2(a + b)^2 = a^2 + 2ab + b^2 (ab)2=a22ab+b2(a - b)^2 = a^2 - 2ab + b^2

Example: (2x+3)2=4x2+12x+9(2x + 3)^2 = 4x^2 + 12x + 9

Common error: (x+3)2x2+9(x + 3)^2 \neq x^2 + 9. Don't forget the middle term!

Difference of Squares Pattern

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

Example: (x+5)(x5)=x225(x + 5)(x - 5) = x^2 - 25

Strategy Tips

Tip 1: Line Up Like Terms Vertically

For complex additions/subtractions, stack polynomials with like terms aligned.

Tip 2: Always Distribute the Negative

When subtracting, change every sign in the polynomial being subtracted.

Tip 3: Count Your Terms After Multiplying

Before combining, a binomial × binomial should produce 4 terms. A binomial × trinomial should produce 6 terms. Use this to catch errors.

Tip 4: Use the Special Product Formulas

Memorising (a+b)2(a+b)^2, (ab)2(a-b)^2, and (a+b)(ab)(a+b)(a-b) speeds up SAT calculations.

Tip 5: Watch for SAT Shortcuts

Sometimes the SAT asks for the value of an expression like (x+y)2(xy)2(x+y)^2 - (x-y)^2. Using the identity: =4xy= 4xy. Knowing these saves time.

Worked Example: Example 1

Problem

Simplify (4x23x+7)+(2x2+5x4)(4x^2 - 3x + 7) + (2x^2 + 5x - 4)

=6x2+2x+3= 6x^2 + 2x + 3

Solution

Worked Example: Example 2

Problem

Simplify (6x3+x5)(2x33x2+x+1)(6x^3 + x - 5) - (2x^3 - 3x^2 + x + 1)

=6x3+x52x3+3x2x1= 6x^3 + x - 5 - 2x^3 + 3x^2 - x - 1

=4x3+3x26= 4x^3 + 3x^2 - 6

Solution

Worked Example: Example 3

Problem

Expand (3x2)(4x+5)(3x - 2)(4x + 5)

=12x2+15x8x10=12x2+7x10= 12x^2 + 15x - 8x - 10 = 12x^2 + 7x - 10

Solution

Worked Example: Example 4

Problem

Expand (x+4)2(x4)2(x + 4)^2 - (x - 4)^2

Using the difference of squares: =[(x+4)+(x4)][(x+4)(x4)]= [(x+4) + (x-4)][(x+4) - (x-4)]

=[2x][8]=16x= [2x][8] = 16x

Or expand directly: (x2+8x+16)(x28x+16)=16x(x^2 + 8x + 16) - (x^2 - 8x + 16) = 16x

Solution

Worked Example: SAT-Style

Problem

If f(x)=x2+3xf(x) = x^2 + 3x and g(x)=2x1g(x) = 2x - 1, what is f(x)g(x)f(x) \cdot g(x)?

=(x2+3x)(2x1)= (x^2 + 3x)(2x - 1) =2x3x2+6x23x= 2x^3 - x^2 + 6x^2 - 3x =2x3+5x23x= 2x^3 + 5x^2 - 3x

Solution

Practice Problems

  1. Problem 1

    Simplify (3x27x+2)+(x2+4x9)(3x^2 - 7x + 2) + (x^2 + 4x - 9).

    Problem 2

    Simplify (5x3+2x)(3x3x2+2x1)(5x^3 + 2x) - (3x^3 - x^2 + 2x - 1).

    Problem 3

    Expand 2x(x24x+3)2x(x^2 - 4x + 3).

    Problem 4

    Expand (2x5)(3x+1)(2x - 5)(3x + 1).

    Problem 5

    Expand and simplify (x+6)2(x + 6)^2.

    Problem 6

    Simplify (x+1)(x2x+1)(x + 1)(x^2 - x + 1).

Want to check your answers and get step-by-step solutions?

Get it on Google PlayDownload on the App Store

Common Mistakes

  • Forgetting the middle term in (a+b)2(a+b)^2. The answer is a2+2ab+b2a^2 + 2ab + b^2, not a2+b2a^2 + b^2.
  • Sign errors when subtracting. Distribute the negative to EVERY term.
  • Missing terms when multiplying. Each term in one polynomial must multiply each term in the other.
  • Combining unlike terms. x2x^2 and xx are different — can't be combined.
  • Exponent errors. xx2=x3x \cdot x^2 = x^3 (add exponents), not x2x^2.

Frequently Asked Questions

What's the degree of a polynomial?

The highest power of the variable. For 3x42x+13x^4 - 2x + 1, the degree is 4.

Can I use FOIL for anything besides binomial × binomial?

FOIL is specifically for two binomials. For larger products, use the distributive property.

Do I need to know polynomial division for the SAT?

Rarely. Some harder questions may involve it, but most SAT polynomial questions focus on adding, subtracting, multiplying, and factoring.

What does "equivalent expression" mean?

Two expressions are equivalent if they produce the same value for every input. Simplifying or expanding gives an equivalent expression.

How does this connect to other SAT topics?

Polynomial simplification is foundational for factoring, solving quadratics, and working with polynomial functions.

Key Takeaways

  • Add/subtract: combine like terms (same variable, same power).

  • Multiply: distribute each term; use FOIL for binomial × binomial.

  • Special products: (a±b)2=a2±2ab+b2(a±b)^2 = a^2 ± 2ab + b^2 and (a+b)(ab)=a2b2(a+b)(a-b) = a^2 - b^2.

  • Don't forget the middle term when squaring binomials.

  • Distribute the negative when subtracting an entire polynomial.

  • These skills are prerequisites for factoring, quadratics, and polynomial functions.

Ready to Ace Your SAT math?

Get instant step-by-step solutions to any problem. Snap a photo and learn with Tutor AI — your personal exam prep companion.

Get it on Google PlayDownload on the App Store