Remainder Theorem

The Remainder Theorem lets you find the remainder when a polynomial is divided by (x - c) by simply evaluating the polynomial at c.

P(x)=(xc)Q(x)+P(c)P(x) = (x - c)Q(x) + P(c)

Solve a problem with Remainder Theorem

Type the problem. The solver will use Remainder Theorem where Remainder Theorem is the right tool, and tell you when it is not.

Drag one in or paste from the clipboard. JPEG, PNG or WebP. You get the transcription to check before anything is solved.

How to get a better answer
  • Paste the whole problem, including the instruction word — "simplify", "solve for x" and "factor" lead to three different answers.
  • Say what you have already tried. "I got x = 4 and the book says 2" turns a solution into a diagnosis.
  • Set the level in the settings button. A calculus shortcut is not a better answer if you have not met derivatives yet.
  • For a photo, get the whole problem in frame and hold the page flat — you get the transcription to fix before anything is solved.

What each symbol means

What Remainder Theorem takes
PP
QQ
xx
cc
Remainder Theorem
SymbolMeaning
PPThe polynomial being divided; a function of x that you evaluate at specific values to find the remainder.
QQThe quotient polynomial resulting from the division; it has degree one less than P, and you do not need to find it to use the Remainder Theorem.
xxThe variable in the polynomial; the unknown quantity you substitute numbers in for to evaluate the polynomial.
ccThe constant in the divisor (x - c); you substitute this value for x to instantly calculate the remainder as P(c).

When to use it

Use this theorem when you need to find a remainder after dividing a polynomial by a linear factor, without doing the full division.

Level

Usually taught in: Algebra II

Worked examples

1. Find the remainder: divide by $(x - 2)$

Problem

Find the remainder when P(x)=x2+3x5P(x) = x^2 + 3x - 5 is divided by (x2)(x - 2).
  1. c=2c = 2

    The divisor is (x2)(x - 2), so c=2c = 2.

  2. P(2)=(2)2+3(2)5P(2) = (2)^2 + 3(2) - 5

    Substitute x=2x = 2 into P(x)P(x).

  3. P(2)=4+65=5P(2) = 4 + 6 - 5 = 5

    Evaluate: the remainder is 55.

Answer: remainder=5\text{remainder} = 5

The Remainder Theorem says the remainder is P(c)P(c), so we just evaluate PP at x=2x = 2. There is no long division needed.

2. Find the remainder: negative c and cubic polynomial

Problem

Find the remainder when P(x)=2x35x+1P(x) = 2x^3 - 5x + 1 is divided by (x+3)(x + 3).
  1. x+3=x(3), so c=3x + 3 = x - (-3), \text{ so } c = -3

    Rewrite the divisor to identify c=3c = -3.

  2. P(3)=2(3)35(3)+1P(-3) = 2(-3)^3 - 5(-3) + 1

    Substitute x=3x = -3 into P(x)P(x).

  3. P(3)=2(27)+15+1=54+15+1P(-3) = 2(-27) + 15 + 1 = -54 + 15 + 1

    Calculate each term: (3)3=27(-3)^3 = -27, and 5×(3)=15-5 \times (-3) = 15.

  4. P(3)=38P(-3) = -38

    Add: 54+15+1=38-54 + 15 + 1 = -38.

Answer: remainder=38\text{remainder} = -38

When the divisor has a plus sign, cc is negative. We substitute carefully and evaluate the cubic. The remainder is 38-38, which is negative because the polynomial's cubic term dominates.

3. Word problem: concert ticket revenue

Problem

A concert venue models its revenue (in thousands of dollars) after dd days as R(d)=d3+2d24d+15R(d) = d^3 + 2d^2 - 4d + 15. The venue sells both standard ($25) and premium ($40) tickets. To find the revenue after 4 days using the Remainder Theorem, find the remainder when R(d)R(d) is divided by (d4)(d - 4).
  1. c=4c = 4

    The divisor is (d4)(d - 4), so c=4c = 4.

  2. R(4)=(4)3+2(4)24(4)+15R(4) = (4)^3 + 2(4)^2 - 4(4) + 15

    Substitute d=4d = 4 into R(d)R(d).

  3. R(4)=64+3216+15R(4) = 64 + 32 - 16 + 15

    Calculate each term: (4)3=64(4)^3 = 64, 2(4)2=322(4)^2 = 32, and 4(4)=16-4(4) = -16.

  4. R(4)=95R(4) = 95

    Add all terms: 64+3216+15=9564 + 32 - 16 + 15 = 95.

Answer: revenue after 4 days=95 thousand dollars\text{revenue after 4 days} = 95 \text{ thousand dollars}

Instead of polynomial long division, the Remainder Theorem gives us the answer instantly by evaluating R(4)R(4). The revenue is 95,00095{,}000 dollars, combining income from both ticket tiers.

Common mistakes

Where Remainder Theorem usually goes wrong
Answer came out wrong
Writing the remainder as (xc)(x - c) instead of evaluating P(c)P(c).
Always substitute the value cc into PP and calculate a single number: P(c)P(c) is your final answer.
When dividing by (x+5)(x + 5), using c=5c = 5 instead of c=5c = -5.
Rewrite (x+k)(x + k) as (x(k))(x - (-k)) first to see the true value of cc, then substitute x=kx = -k.
Using the Remainder Theorem to find the quotient Q(x)Q(x).
Use Polynomial Long Division or Synthetic Division if you need to find both the quotient and remainder.
The mistakeWhy it is wrongThe fix
Writing the remainder as (xc)(x - c) instead of evaluating P(c)P(c).The remainder is a single number, namely P(c)P(c), not the divisor itself or any polynomial.Always substitute the value cc into PP and calculate a single number: P(c)P(c) is your final answer.
When dividing by (x+5)(x + 5), using c=5c = 5 instead of c=5c = -5.The divisor must be in the form (xc)(x - c); writing (x+5)(x + 5) as (x(5))(x - (-5)) shows that c=5c = -5, not +5+5.Rewrite (x+k)(x + k) as (x(k))(x - (-k)) first to see the true value of cc, then substitute x=kx = -k.
Using the Remainder Theorem to find the quotient Q(x)Q(x).The Remainder Theorem only gives you the remainder P(c)P(c); it tells you nothing about what Q(x)Q(x) is.Use Polynomial Long Division or Synthetic Division if you need to find both the quotient and remainder.

Tips and when to use something else

  • The Remainder Theorem is a shortcut for finding remainders only; if you need both the quotient and remainder, use Synthetic Division instead.
  • If P(c)=0P(c) = 0 (the remainder is zero), then (xc)(x - c) divides P(x)P(x) evenly—this connection is the Factor Theorem.
  • The Remainder Theorem works for any polynomial P(x)P(x) and any constant cc, even if cc is negative, a fraction, or irrational.
  • Always rewrite the divisor as (xc)(x - c) first; if you see (x+7)(x + 7), recognize that it is (x(7))(x - (-7)), so substitute x=7x = -7.

Frequently asked questions

What is the difference between the Remainder Theorem and the Factor Theorem?
The Remainder Theorem says the remainder when P(x)P(x) is divided by (xc)(x - c) equals P(c)P(c). The Factor Theorem is a special case: if P(c)=0P(c) = 0, then (xc)(x - c) is a factor of P(x)P(x) and divides it evenly with no remainder.
Can I use the Remainder Theorem if the divisor is not (xc)(x - c)?
No, the divisor must be a linear binomial of the form (xc)(x - c). If the divisor is (2x4)(2x - 4), (x2+1)(x^2 + 1), or anything else, you need Polynomial Long Division or Synthetic Division instead.
Do I have to use the Remainder Theorem to find remainders?
No, you can always use Polynomial Long Division or Synthetic Division. The Remainder Theorem is just much faster when all you need is the remainder, not the quotient.
What if P(c)P(c) turns out to be a large negative number?
That is perfectly fine—remainders can be any real number, positive or negative. The remainder is simply whatever value P(c)P(c) evaluates to.

Need a different method?

The full solver is not scoped to one formula — type any problem and it will pick the method.

Open the math solver

Reviewed 2026-09-18