Polynomials on the Digital SAT
Degree, leading coefficient, and end behavior
A polynomial is a sum of terms where each term is a constant times a non-negative integer power of x. Examples: 3x² - 5x + 7, x⁴ + 2x, 5 (a constant is a polynomial of degree 0).
Degree is the highest exponent. 3x⁴ - 2x² + 1 has degree 4. Degree controls how many zeros the polynomial can have (at most equal to the degree).
Leading coefficient is the number multiplying the highest-power term. In 3x⁴ - 2x² + 1, it's 3. Combined with the degree, it determines end behavior (what the graph does as x → ±∞):
Even degree, positive leading coefficient: both ends up.
Even degree, negative leading coefficient: both ends down.
Odd degree, positive leading coefficient: down-left, up-right.
Odd degree, negative leading coefficient: up-left, down-right.
Zeros, roots, and factors
The zeros (also called roots or x-intercepts) of a polynomial are the values of x where the polynomial equals 0.
The factor theorem: if x = c is a zero of polynomial p(x), then (x - c) is a factor of p(x). And vice versa: if (x - c) is a factor, then c is a zero.
Example. If p(x) = (x - 2)(x + 3)(x - 5), the zeros are x = 2, -3, 5. The graph crosses the x-axis at those three points.
Sign flip warning: in (x - 2), the zero is +2, not -2. The zero is whatever makes the factor equal to 0.
Polynomial identities to memorize
The SAT tests recognition of three structural patterns. Knowing these by sight saves real time:
Difference of squares: a² - b² = (a + b)(a - b).
Perfect square trinomials: a² + 2ab + b² = (a + b)² and a² - 2ab + b² = (a - b)².
Sum / difference of cubes: a³ + b³ = (a + b)(a² - ab + b²), a³ - b³ = (a - b)(a² + ab + b²).
Example. Factor x² - 49. Recognize as difference of squares: (x + 7)(x - 7). No FOIL or trial-and-error needed.
The remainder theorem
When you divide a polynomial p(x) by (x - c), the remainder equals p(c). That's it — the entire theorem.
SAT use: instead of doing long polynomial division, just evaluate p(c) directly.
Example. What is the remainder when p(x) = x³ - 4x + 5 is divided by (x - 2)?
Plug x = 2: p(2) = 8 - 8 + 5 = 5. Remainder is 5.
Corollary: if p(c) = 0, the remainder is 0 — meaning (x - c) divides p(x) exactly, which means (x - c) is a factor (back to the factor theorem).
Stuck on a polynomials problem?
Prepiii's AI tutor watches your scratchwork and tells you exactly where the logic broke — not just whether the answer was right.
Solving with Desmos
Desmos handles polynomial questions cleanly. Three techniques:
1. Find zeros by graphing
y = x³ - 6x² + 11x - 6. Desmos shows the x-intercepts as grey dots — click each one to see the exact zero. Way faster than factoring by hand.2. Apply the remainder theorem
p(x) = x³ + 2x - 5 is divided by (x - 3)": just type 3³ + 2(3) - 5 into Desmos. Returns 28 — that's the remainder.3. Confirm factoring by graphing both forms
x² - 8x + 15?", type the original AND each answer choice. Identical graphs confirm equivalence.For the full set of Desmos techniques across the entire test, see our Desmos & Test Tools guides.
Common mistakes
Sign-flipping the zero from the factor
(x - 3) means the zero is +3, not -3. (x + 3) means the zero is -3. The zero is the value that makes the factor equal to zero — flip the sign of the constant.
Confusing 'zero' with 'y-intercept'
Zeros (or x-intercepts) are where the polynomial equals 0 — output zero. The y-intercept is the value when x = 0. Different things.
Missing a difference of squares disguised as something else
x⁴ - 16 isn't always obvious as a difference of squares. Rewrite as (x²)² - 4² = (x² + 4)(x² - 4) = (x² + 4)(x + 2)(x - 2). Always check.
Doing polynomial long division when the remainder theorem works
If a question asks 'what is the remainder when p(x) is divided by (x - c)?', just compute p(c). Long division wastes 60+ seconds.
Practice problems
8 problems adapted from College Board released questions and internal Prepiii sets. Click each one to reveal the solution.
1What is the degree of the polynomial 5x³ - 2x⁴ + 7x - 9?
- 1
- 3
- 4
- 9
Click to reveal solution →
What is the degree of the polynomial 5x³ - 2x⁴ + 7x - 9?
- 1
- 3
- 4
- 9
Click to reveal solution →
Answer: (C) 4
The highest exponent is 4 (on -2x⁴). Don't be thrown off by it being listed second — degree is determined by the highest power, regardless of order.
2Which expression is equivalent to x² - 64?
- (x - 8)²
- (x + 8)(x - 8)
- (x - 16)(x + 4)
- (x + 16)(x - 4)
Click to reveal solution →
Which expression is equivalent to x² - 64?
- (x - 8)²
- (x + 8)(x - 8)
- (x - 16)(x + 4)
- (x + 16)(x - 4)
Click to reveal solution →
Answer: (B) (x + 8)(x − 8)
Difference of squares: a² - b² = (a + b)(a - b). Here a = x, b = 8.
3If p(x) = (x - 2)(x + 3)(x - 5), what are the zeros of p?
- -2, 3, -5
- 2, -3, 5
- -2, -3, -5
- 2, 3, 5
Click to reveal solution →
If p(x) = (x - 2)(x + 3)(x - 5), what are the zeros of p?
- -2, 3, -5
- 2, -3, 5
- -2, -3, -5
- 2, 3, 5
Click to reveal solution →
Answer: (B) 2, −3, 5
Each factor (x - c) gives a zero at x = c. Note the sign flips: (x + 3) gives x = -3.
4What is the remainder when p(x) = x³ + 2x - 5 is divided by (x - 1)?
- -5
- -2
- 0
- -2
Click to reveal solution →
What is the remainder when p(x) = x³ + 2x - 5 is divided by (x - 1)?
- -5
- -2
- 0
- -2
Click to reveal solution →
Answer: (B) −2
By the remainder theorem, the remainder is p(1) = 1 + 2 - 5 = -2.
5Which expression is equivalent to (x + 5)² - 25?
- x²
- x² + 10x
- x² + 10x + 50
- x² - 10x
Click to reveal solution →
Which expression is equivalent to (x + 5)² - 25?
- x²
- x² + 10x
- x² + 10x + 50
- x² - 10x
Click to reveal solution →
Answer: (B) x² + 10x
Expand (x + 5)²: x² + 10x + 25.
Subtract 25: x² + 10x.
6A polynomial p(x) has zeros at x = -3 and x = 4. Which is a factor of p(x)?
- (x - 3)
- (x + 4)
- (x + 3)(x - 4)
- (x - 3)(x + 4)
Click to reveal solution →
A polynomial p(x) has zeros at x = -3 and x = 4. Which is a factor of p(x)?
- (x - 3)
- (x + 4)
- (x + 3)(x - 4)
- (x - 3)(x + 4)
Click to reveal solution →
Answer: (C) (x + 3)(x − 4)
Zero at x = -3 means factor (x + 3). Zero at x = 4 means factor (x - 4). Their product divides p(x).
7What is the y-intercept of p(x) = 2x³ - 5x² + 3x - 8?
- -8
- -5
- 2
- 3
Click to reveal solution →
What is the y-intercept of p(x) = 2x³ - 5x² + 3x - 8?
- -8
- -5
- 2
- 3
Click to reveal solution →
Answer: (A) −8
The y-intercept is p(0): every term with x vanishes, leaving the constant -8.
8If (x - 2) is a factor of p(x) = x³ + ax² - 12x + 4, what is the value of a?
Click to reveal solution →
If (x - 2) is a factor of p(x) = x³ + ax² - 12x + 4, what is the value of a?
Click to reveal solution →
Answer: a = 3
If (x - 2) is a factor, then p(2) = 0.
p(2) = 2³ + a(2²) - 12(2) + 4 = 8 + 4a - 24 + 4 = 4a - 12.
Set to 0: 4a - 12 = 0 → a = 3.
Frequently asked questions
What is a polynomial?
+
What is the factor theorem?
+
What is the remainder theorem?
+
What's the difference between zeros, roots, and x-intercepts?
+
How do I factor a difference of squares?
+
Keep going
Quadratics
Polynomials of degree 2 — a special case
All SAT Math topics
Browse every Digital SAT math topic
Want unlimited polynomials practice?
Prepiii generates new problems on demand and walks you through your scratchwork. Free to start, no credit card.