Skip to main content
🚀 This is a Beta – features are in progress.Share feedback
All topics
Math

Polynomials

6 min readMedium5-question drill

Polynomials are the building blocks of algebra — expressions with terms involving powers of variables. Master the four operations (add, subtract, multiply, factor) and you've unlocked half the SAT Math section.

A polynomial is a sum of terms, each of which is a number times a power of a variable: 3x4+2x27x+53x^4 + 2x^2 - 7x + 5. The degree is the highest power: this one is degree 4.

Special names by degree:

  • Degree 0: constant (55)
  • Degree 1: linear (2x+12x + 1)
  • Degree 2: quadratic (x24x^2 - 4)
  • Degree 3: cubic (x3+xx^3 + x)

Adding and subtracting: combine like terms (terms with the same variable raised to the same power).

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

When subtracting, distribute the negative to every term: (3x2+2x)(x25x)=3x2+2xx2+5x=2x2+7x(3x^2 + 2x) - (x^2 - 5x) = 3x^2 + 2x - x^2 + 5x = 2x^2 + 7x.

Multiplying: distribute every term in the first by every term in the second.

(x+2)(x+3)=x2+3x+2x+6=x2+5x+6(x + 2)(x + 3) = x^2 + 3x + 2x + 6 = x^2 + 5x + 6

Factoring is multiplying in reverse — turning a polynomial into a product. Three patterns to memorize:

Pattern 1: Difference of squares. a2b2=(a+b)(ab)a^2 - b^2 = (a + b)(a - b).

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

Pattern 2: Perfect square trinomials. a2+2ab+b2=(a+b)2a^2 + 2ab + b^2 = (a + b)^2 and a22ab+b2=(ab)2a^2 - 2ab + b^2 = (a - b)^2.

Example: x2+6x+9=(x+3)2x^2 + 6x + 9 = (x + 3)^2.

Pattern 3: Standard quadratic factoring. x2+bx+cx^2 + bx + c — find two numbers that multiply to cc and add to bb.

Example: x2+5x+6x^2 + 5x + 6. Two numbers that multiply to 6, add to 5: 2 and 3. So (x+2)(x+3)(x + 2)(x + 3).

Polynomial division. When dividing p(x)p(x) by (xa)(x - a), you can either do long division or — better — use the factor theorem: if (xa)(x - a) is a factor, then p(a)=0p(a) = 0.

Example: Is (x2)(x - 2) a factor of x34x2+x+6x^3 - 4x^2 + x + 6? Plug in x=2x = 2: 816+2+6=08 - 16 + 2 + 6 = 0. Yes!

Common SAT setup: "For what values of kk does the polynomial have a factor of (x3)(x - 3)?" → plug 3 in for xx, solve for kk.

Quick check

Identify the factoring pattern (GCF, difference of squares, perfect square, or standard quadratic), then apply it. Always check by FOILing back.

Which expression is equivalent to x² - 16?

Worked examples

Example 1

Factor: x27x+12x^2 - 7x + 12.

Example 2

If (x+4)(x + 4) is a factor of f(x)=x3+2x2+kx24f(x) = x^3 + 2x^2 + kx - 24, what is the value of kk?

Common pitfalls

Forgetting to distribute the negative on subtraction

(3x2+2x)(x25x)=3x2+2xx2+5x(3x^2 + 2x) - (x^2 - 5x) = 3x^2 + 2x - x^2 + 5x, NOT 3x2+2xx25x3x^2 + 2x - x^2 - 5x. Distribute the minus to every term inside the parentheses. This is the #1 sign error on polynomial subtraction.

Confusing $(x + 3)^2$ with $x^2 + 9$

(x+3)2=x2+6x+9(x + 3)^2 = x^2 + 6x + 9, NOT x2+9x^2 + 9. Always FOIL out perfect squares — don't just square the terms separately. Same trap with (ab)2=a22ab+b2(a - b)^2 = a^2 - 2ab + b^2, not a2b2a^2 - b^2.

Missing the GCF before factoring

2x2+6x+42x^2 + 6x + 4: factor out 2 first → 2(x2+3x+2)=2(x+1)(x+2)2(x^2 + 3x + 2) = 2(x+1)(x+2). Trying to factor without pulling out the GCF makes the problem harder than it needs to be.

Stopping after one factor

x416x^4 - 16 → first factor as difference of squares: (x24)(x2+4)(x^2 - 4)(x^2 + 4). But x24x^2 - 4 is also a difference of squares: (x2)(x+2)(x - 2)(x + 2). So fully factored: (x2)(x+2)(x2+4)(x - 2)(x + 2)(x^2 + 4). Always check if any factor can be factored further.

Key takeaways

  • A polynomial is a sum of terms with non-negative integer powers of variables. Degree = highest power.

  • When subtracting polynomials, distribute the negative to every term inside the parentheses.

  • Three factoring patterns: difference of squares (a2b2a^2 - b^2), perfect square trinomial (a2±2ab+b2a^2 \pm 2ab + b^2), standard quadratic (x2+bx+cx^2 + bx + c).

  • Factor theorem: (xa)(x - a) is a factor of p(x)p(x) if and only if p(a)=0p(a) = 0.

  • Always pull out the GCF first, and always check whether a factor can be factored further.

Watch & learn

Curated Khan Academy walkthroughs on Polynomials. They're complementary to this lesson — watch one if a written explanation isn't clicking, or after to reinforce.

Try it yourself

5 practice questions on Polynomials, drawn from the question bank. The tutor is one click away if you get stuck.

Lesson v1 · generated 5/2/2026 · the floating tutor knows you're on this lesson — ask anything.