Avoid the Most Common Polynomial Traps

Avoid Polynomial Traps (The “Free Points” Checklist)

Strategy #5: Most SAT polynomial mistakes aren’t hard math — they’re tiny slips:
a missed negative, canceling the wrong thing, forgetting restrictions, or answering the wrong question.
This page is your trap radar.

Big idea:
A lot of students *know* the concept but still miss points because of execution.
Your goal is to catch the trap before it catches you.

Quick Jump (click to jump)
Skim this before practice tests to stop careless errors
1) The 5 Biggest Polynomial Traps

The ones that cause most misses
signs
factoring
canceling
2) “What are they really asking?”

Don’t solve more than required
wrong target
forms
3) Algebra Slip-Ups (and how to prevent them)

Negatives, distributing, combining like terms
distribute
FOIL
combine
4) Domain & Restrictions

Extraneous solutions, undefined values
holes
excluded values
5) SAT-Style Multiple Choice

Trap-heavy questions like the real thing
MCQ
traps
6) Practice

Mini-drills that build “error immunity”
checklist
speed
7) Comparison Table (Cheat Sheet)

Trap → Symptom → Fix
fast lookup
test-day

The 5 Biggest Polynomial Traps (and How to Beat Them)

These are the “most common ways students lose points” on SAT polynomial questions.

Trap 1: Not factoring completely

Students factor partway and stop — then miss a solution or can’t cancel properly.

x^2 – 9x = x(x – 9) ✅

NOT just: x(x – 9) + ??? (or leaving a GCF unfactored)
Fix: Always check for GCF first, then factor what’s left.
Ask: “Can I factor again?”

Trap 2: Canceling terms instead of factors

On rational expressions, you can only cancel common factors, not pieces of a sum.

(x^2 – 9) / (x – 3)

= (x – 3)(x + 3) / (x – 3)

= x + 3 (x ≠ 3)
Fix: Factor numerator/denominator completely, then cancel.
If it’s plus/minus, you can’t cancel it (until it’s factored).

Trap 3: Sign errors during distribution

One missed negative can flip the whole answer choice.

-(x – 4)^2 = -(x^2 – 8x + 16)

= -x^2 + 8x – 16
Fix: Write one clean line: distribute the negative across every term.
Don’t do it in your head.

Trap 4: Ignoring restrictions (domain / excluded values)

If you cancel a factor, you might create a “hole” and the value is still not allowed.

(x^2 – 9)/(x – 3) = x + 3, but x ≠ 3
Fix: After simplification, write the restriction:
x ≠ 3” (or whatever makes the original denominator 0).

Trap 5: Solving the wrong thing

The SAT often asks for a value related to the solution (sum of roots, product, y-intercept, etc.).
Students solve for x… and forget the actual ask.

If x^2 – 5x + 6 = 0, SAT might ask: “What is x1 + x2?”

Answer is 5 (from -b/a), even without solving.
Fix: Circle the ask. Say it out loud:
“They want ___, not x.”

Student shortcut: Before you submit an answer, do a 5-second scan:
GCF? canceling factors? sign check? restrictions? answering the right thing?

“What Are They Really Asking?” (The Smartest 10 Seconds)

A lot of mistakes come from doing extra work. The SAT rewards efficiency.
The first step is choosing the right target.

Common “Hidden Asks”

  • “What is the y-intercept?” → compute f(0)
  • “What are the zeros?” → factor (don’t expand)
  • “Equivalent expression?” → rewrite into a matching form
  • “How many solutions?” → think about structure first
  • “Value of k for one solution?” → discriminant / repeated factor logic

Mini Example

If f(x)=(x-3)(x+5), what is the y-intercept?

f(0) = (-3)(5) = -15

y-intercept: (0, -15)

No need to expand. No need to solve anything.

Algebra Slip-Ups (and the Fixes that Actually Work)

These aren’t “concept issues.” They’re execution issues.

Distribution Checklist

a(b + c) = ab + ac

-(b + c) = -b – c
  • Write parentheses clearly
  • Distribute to every term
  • Combine like terms at the end

Factoring Checklist

  • GCF first
  • Then use pattern (difference of squares, trinomials, grouping)
  • Check by multiplying back quickly
  • Ask: “Can I factor again?”

Solving Checklist

  • If factored: set each factor to 0
  • If quadratic: factor OR quadratic formula
  • Check restrictions (especially rational expressions)
  • Return to the original question (what are they asking?)

Answer Choice Trap

If answers are very “close,” it’s usually a sign error or a missing restriction.

Fix: Plug in an easy number (like x=0 or x=1) to verify equivalence quickly.

Domain & Restrictions: The Silent Trap

Anytime there’s a denominator or a square root, you should automatically think:
“Is anything not allowed?”

Rational Expressions

Values that make the denominator 0 are never allowed.

(x^2 – 9)/(x – 3)

x ≠ 3

Even if it simplifies, the restriction stays.

Extraneous Solutions

If you multiply both sides by something involving x, you might introduce solutions that don’t actually work.

(x – 1)/(x – 2) = 3

x ≠ 2
Fix: Always check candidate solutions in the original equation.

SAT-Style Multiple Choice (Trap Edition)

These are designed to feel like real SAT mistakes students make.

Question 1

Which expression is equivalent to (x^2 – 9)/(x – 3) for all allowed x?

  1. x – 3
  2. x + 3
  3. x + 3, x ≠ 3
  4. x^2 + 3

Question 2

If f(x)=-(x-4)^2, which is the expanded form?

  1. -x^2 – 8x – 16
  2. -x^2 + 8x – 16
  3. x^2 – 8x + 16
  4. x^2 + 8x – 16

Question 3

The equation x^2 – 5x + 6 = 0 has solutions x=a and x=b.
What is a + b?

  1. 6
  2. 5
  3. -5
  4. -6

Question 4

For which value of x is (x+1)/(x^2-1) undefined?

  1. -1 only
  2. 1 only
  3. -1 and 1
  4. 0

Question 5

Which of the following cannot be factored further over the integers?

  1. x^2 – 16
  2. x^2 + 9
  3. x^2 – 10x + 25
  4. x^2 – 5x

Fast verification trick:
If you’re unsure an expression is equivalent, plug in x=0 or x=2 (as long as it’s allowed) and compare both sides.

↑ Back to top

Practice: Build “Error Immunity”

Short drills that train you to catch traps automatically.

Set A: Catch the Mistake

  1. A student says (x^2-9)/(x-3)=x-3. What did they do wrong?
  2. A student expands -(x-2)^2 as -x^2-4x-4. What’s wrong?
  3. A student factors x^2-4x as (x-2)^2. What’s wrong?
  4. A student solves a rational equation and forgets to check restrictions. Why is that risky?

Set B: Do it Safely

  1. Simplify (x^2-1)/(x-1) and state restrictions.
  2. Expand -(x+3)^2 correctly.
  3. Factor completely: 2x^2 – 18x.
  4. Without solving, find the sum of solutions of x^2 + 7x + 10 = 0.

Test-day checklist (say it quietly):
GCF → Factor fully → Cancel factors only → Sign check → Restrictions → Answer the actual question.

Cheat Sheet: Trap → Symptom → Fix

Use this table for quick review right before a practice test.

Trap What It Looks Like Fix (What to do instead)
Not factoring fully Stops after first step; misses GCF or second factor GCF first, then factor again if possible; multiply back quickly
Canceling terms Tries to cancel across + or − without factoring Only cancel common factors after full factoring
Sign error Negative outside parentheses not applied to every term Write the distribution step clearly; don’t do it mentally
Missing restrictions Simplifies a rational expression but forgets x-values that make denom 0 State excluded values from the original denominator every time
Answering wrong target Solves for x when asked for sum/product/value at x=0 Circle the ask; restate it: “They want ___.”
Equivalent expression confusion Two expressions look different, assumes they’re different Plug in an easy x (allowed) to test quickly
Bottom line: These traps are predictable. If you train the checklist,
your score jumps without learning any “new” math.

↑ Back to top