Fatskills
Practice. Master. Repeat.
Study Guide: Mathematics Grade 9 Polynomials Remainder and Factor Theorem
Source: https://www.fatskills.com/9th-grade-math/chapter/mathematics-grade-9-polynomials-remainder-and-factor-theorem

Mathematics Grade 9 Polynomials Remainder and Factor Theorem

By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.

⏱️ ~5 min read

Grade 9 Mathematics Study Guide: Polynomials – Remainder and Factor Theorem



1. The Driving Question

If you plug a number into a polynomial and get zero, does that mean the polynomial must have a factor of (x – that number)? And if you plug in a number and get some leftover value, how can you use that to break the polynomial down without long division? Why do these shortcuts work, and when do they fail?


2. The Core Idea – Built, Not Listed

Imagine you’re at a bake sale with a giant sheet cake cut into equal squares. You know the total number of squares (the polynomial’s output) and the number of rows (the input x). The Remainder Theorem is like asking: If I try to divide the cake into 5 equal rows, how many squares are left over? If there’s no remainder, then (x – 5) is a factor—meaning the cake perfectly fits into 5 rows. The Factor Theorem is the rule that says: If the remainder is zero, then (x – that number) is a factor.

This works because polynomials are like recipes—each term is an ingredient, and plugging in a value is like tasting the batter. If the "taste" (output) is zero, you’ve found a root, and (x – root) is a factor. If there’s a remainder, it’s like having extra batter that didn’t fit into the pan.

Key Vocabulary:
1. Polynomial – An expression like 3x² – 2x + 5 where terms are added (or subtracted) and variables have non-negative integer exponents.
- Example: The cost (in dollars) of x concert tickets at $20 each with a $5 service fee is 20x + 5—a linear polynomial.
- College shift: In abstract algebra, polynomials can have coefficients from any ring (e.g., matrices), not just real numbers.


  1. Root (or Zero) of a Polynomial – A value a where P(a) = 0.
  2. Example: For P(x) = x² – 9, x = 3 is a root because 3² – 9 = 0. (Not just x = ±3—pick one!)
  3. College shift: In complex analysis, roots can be complex (e.g., x² + 1 = 0 has roots i and -i).

  4. Remainder Theorem – If a polynomial P(x) is divided by (x – a), the remainder is P(a).

  5. Example: Divide P(x) = x³ – 4x + 1 by (x – 2). The remainder is P(2) = 8 – 8 + 1 = 1.
  6. Why it matters: It’s a shortcut to find remainders without long division.

  7. Factor Theorem(x – a) is a factor of P(x) if and only if P(a) = 0.

  8. Example: For P(x) = x² – 5x + 6, P(2) = 0, so (x – 2) is a factor. (Factor it: (x – 2)(x – 3).)
  9. College shift: In Galois theory, the Factor Theorem connects to field extensions and solvability of polynomials.

3. Assessment Translation

How This Appears on Tests:
- Multiple Choice: "If P(x) = x³ – 2x² + kx + 4 and P(2) = 0, what is the value of k?" (Answer: Solve 8 – 8 + 2k + 4 = 0k = -2.) - Distractor pattern: Students might plug in x = 0 instead of x = 2 or misapply the theorem by ignoring the remainder.
- Short Answer: "Show that (x + 1) is a factor of P(x) = x³ + 2x² – x – 2. Then factor P(x) completely." - Proficient response: "P(–1) = –1 + 2 + 1 – 2 = 0, so (x + 1) is a factor. Using synthetic division or grouping, P(x) = (x + 1)(x² + x – 2) = (x + 1)(x + 2)(x – 1)." - Developing response: "P(–1) = 0, so (x + 1) is a factor." (Missing the complete factorization.) - SAT/ACT: Rare, but may appear as a grid-in or multiple-choice problem testing the Remainder Theorem (e.g., "What is the remainder when x⁴ – 3x² + 2 is divided by (x – 1)?").

Model Proficient Response (Short Answer):
Prompt: "Use the Factor Theorem to determine whether (x – 3) is a factor of P(x) = x³ – 7x – 6. If it is, factor P(x) completely." Response: *"First, check P(3): 27 – 21 – 6 = 0. Since P(3) = 0, (x – 3) is a factor. Using synthetic division:


3 | 1   0   -7   -6
1 3 2 0

So P(x) = (x – 3)(x² + 3x + 2). Factoring further: (x – 3)(x + 1)(x + 2)."*


4. Mistake Taxonomy

Mistake 1: Misapplying the Remainder Theorem
- Prompt: "Find the remainder when P(x) = 2x³ – 5x + 1 is divided by (x + 2)." - Common Wrong Response: "The remainder is P(2) = 16 – 10 + 1 = 7." - Why It Loses Credit: The divisor is (x + 2), so a = –2, not 2. The student ignored the sign.
- Correct Approach: "The divisor is (x – (–2)), so a = –2. P(–2) = –16 + 10 + 1 = –5. The remainder is –5."

Mistake 2: Stopping After Finding One Factor
- Prompt: "Show that (x – 1) is a factor of P(x) = x³ – 6x² + 11x – 6, then factor completely." - Common Wrong Response: "P(1) = 1 – 6 + 11 – 6 = 0, so (x – 1) is a factor." - Why It Loses Credit: The question asks for complete factorization. The student didn’t divide or factor further.
- Correct Approach: *"P(1) = 0, so (x – 1) is a factor. Using synthetic division:


1 | 1   -6   11   -6
1 -5 6 0

Thus, P(x) = (x – 1)(x² – 5x + 6) = (x – 1)(x – 2)(x – 3)."*

Mistake 3: Confusing Remainder and Factor Theorems
- Prompt: "If P(x) = x³ – 4x + k and P(2) = 3, is (x – 2) a factor of P(x)?" - Common Wrong Response: "Yes, because P(2) = 3, which is close to zero." - Why It Loses Credit: The Factor Theorem requires P(a) = 0, not just a small remainder. The student misapplied the theorem.
- Correct Approach: "P(2) = 3 ≠ 0, so (x – 2) is not a factor. The remainder when dividing by (x – 2) is 3."


5. Connection Layer

  1. Within Math: Polynomials → Rational Root Theorem
  2. The Factor Theorem helps find possible roots (e.g., for P(x) = 2x³ – 3x + 1, possible rational roots are ±1, ±1/2). Without it, you’d have to guess blindly.

  3. Across Subjects: Polynomials → Physics (Projectile Motion)

  4. The height h(t) of a ball thrown upward is a quadratic polynomial: h(t) = –16t² + v₀t + h₀. The roots of h(t) are the times when the ball hits the ground. The Factor Theorem lets you find these times without solving the quadratic formula every time.

  5. Outside School: Polynomials → Computer Graphics (Bezier Curves)

  6. Video games and animation use polynomials to draw smooth curves (e.g., the path of a character’s sword swing). The Remainder Theorem helps optimize calculations so the game runs faster—if a curve passes through a point, that point is a root, and the polynomial can be factored to simplify rendering.

6. The Stretch Question

If P(x) is a cubic polynomial with roots at x = 1, x = 2, and x = 3, and P(0) = 6, what is P(x)? Hint: Start with the factored form (x – 1)(x – 2)(x – 3), but this gives P(0) = –6. How do you adjust the polynomial to make P(0) = 6 while keeping the same roots? Think about stretching the graph vertically—what’s the "scale factor" that flips the sign and doubles the output?

(Answer: P(x) = –(x – 1)(x – 2)(x – 3). The negative sign flips the graph, making P(0) = 6 instead of –6.)



ADVERTISEMENT