Cubic Equation Solver logo
Cubic Equation Solver
Education 7/3/2026

Factor Theorem: Complete Guide with Examples

Master the Factor Theorem! Learn how to find polynomial factors, prove roots, and solve cubic equations with 25 complete step-by-step worked examples.

By Mathematics Educator
Factor Theorem: Complete Guide with Examples

Introduction

In algebra, one of the most frustrating tasks a student faces is looking at a massive cubic or quartic polynomial and being told to “factor it.” Unlike a simple quadratic equation where you can easily find two numbers that multiply to the end and add to the middle, higher-degree polynomials seem like impenetrable walls of numbers. How do you even know where to begin? How do you know if a piece of the puzzle fits without doing 20 minutes of exhausting long division?

The answer is the Factor Theorem.

What the Factor Theorem is: It is an incredibly elegant mathematical shortcut. It states that if you plug a specific number into an equation and the math works out to exactly zero, you have just found a perfect factor of that equation.

Why it is important: It completely bypasses polynomial long division. Instead of dividing massive equations to see if they fit perfectly together, you simply do basic arithmetic. If the arithmetic equals zero, the division would have been perfect.

How it simplifies solving cubic equations: A cubic equation has three roots. Finding the first root is the hardest part. The Factor Theorem allows you to rapidly test numbers until you hit “zero.” Once you find that first root, the cubic equation instantly crumbles into a much easier quadratic equation.

How it relates to polynomial roots: A root is the numerical answer to an equation. A factor is the algebraic building block of the equation. The Factor Theorem is the unbreakable bridge between these two concepts, proving that if you know one, you instantly know the other.

Learning objectives: This massive, exhaustive guide will teach you exactly how to execute the Factor Theorem. We will prove why it works, compare it to its sibling (the Remainder Theorem), integrate it with synthetic division, and solidify your mastery with 25 complete worked examples and 30 practice problems. Let’s begin.


What Is the Factor Theorem?

Before looking at the theorem, let’s establish our algebraic vocabulary so the formal definition makes perfect sense.

Defining the Vocabulary

  • Polynomial: An algebraic expression containing variables, coefficients, and positive exponents (e.g., P(x)=x34x2+x+6P(x) = x^3 - 4x^2 + x + 6).
  • Root: Also known as a zero or a solution. It is a specific numerical value of xx (like x=3x=3) that makes the entire polynomial equal to zero.
  • Factor: A piece of the polynomial. When you multiply all the factors together, you get the original polynomial.
  • Linear factor: A factor where xx has no exponent higher than 1, usually written in the form (xc)(x - c).

The Beginner-Friendly Definition

If you guess a number (let’s call it cc), and you plug that number into all the xx‘s in your equation, and the final result is exactly 00… then the expression (xc)(x - c) is a perfect, clean factor of your equation.

The Formal Theorem

The Factor Theorem states: A polynomial P(x)P(x) has a factor (xc)(x - c) if and only if P(c)=0P(c) = 0.

Notice the phrase “if and only if.” This means the theorem works perfectly in both directions:

  1. If P(c)=0P(c) = 0, then (xc)(x-c) is definitely a factor.
  2. If you already know (xc)(x-c) is a factor, then P(c)P(c) will definitely equal 0.

A Simple Example Before Cubics

Look at the quadratic polynomial P(x)=x25x+6P(x) = x^2 - 5x + 6. Let’s test the number 2. (So, c=2c = 2). Plug in 2: P(2)=(2)25(2)+6=410+6=0P(2) = (2)^2 - 5(2) + 6 = 4 - 10 + 6 = 0. Because P(2)P(2) exactly equals 0, the Factor Theorem guarantees that (x2)(x - 2) is a factor of x25x+6x^2 - 5x + 6. (And we know this is true, because x25x+6x^2 - 5x + 6 factors to (x2)(x3)(x-2)(x-3)).


Understanding the Relationship Between Roots and Factors

Why does P(a)=0P(a) = 0 perfectly translate to (xa)(x - a)?

A root is a physical point where a graph crosses the x-axis. At that exact point, the y-value is 0. If an equation crosses the x-axis at x=5x = 5, we say the root is 5. If x=5x = 5, we can use basic algebra to move the 5 to the other side of the equals sign by subtracting it from both sides: x5=0x - 5 = 0. The expression (x5)(x - 5) is now equal to zero, which makes it the fundamental building block (the factor) of the equation!

Easy Examples:
  • If P(7)=0P(7) = 0, the root is 7. The factor is (x7)(x - 7).
  • If P(4)=0P(-4) = 0, the root is -4. The factor is (x(4))(x - (-4)), which simplifies to (x+4)(x + 4).
  • If P(1/2)=0P(1/2) = 0, the root is 1/21/2. The factor is (x1/2)(x - 1/2), which can also be written as (2x1)(2x - 1).

Proof of the Factor Theorem

In mathematics, you should never accept a rule just because a textbook says it is true. We can prove the Factor Theorem using the logic of basic division.

The Intuition: Think about basic division with normal numbers. If you divide 15 by 3, you get 5 with a remainder of 0. Because the remainder is exactly 0, we can confidently say “3 is a factor of 15.” If you divide 16 by 3, you get 5 with a remainder of 1. Because there is a remainder, 3 is NOT a factor of 16.

The Step-by-Step Algebraic Proof: Let’s use Polynomial Division. When you divide a polynomial P(x)P(x) by a linear factor (xc)(x - c), you get a Quotient Q(x)Q(x) and a constant Remainder RR.

We can write this division mathematically as a multiplication problem: P(x)=(xc)×Q(x)+RP(x) = (x - c) \times Q(x) + R

Now, what happens if we plug the specific number cc into this equation? Everywhere there is an xx, we write cc: P(c)=(cc)×Q(c)+RP(c) = (c - c) \times Q(c) + R

Look at the (cc)(c - c) part. Anything subtracted from itself is exactly 0! P(c)=(0)×Q(c)+RP(c) = (0) \times Q(c) + R

Zero times anything is zero. Therefore, the entire Q(c)Q(c) gets wiped out: P(c)=RP(c) = R

This algebraic proof (which is actually the Remainder Theorem) proves that plugging a number into a polynomial gives you the exact remainder of the division. If P(c)=0P(c) = 0, then the Remainder R=0R = 0. And just like regular numbers, if the remainder of division is 0, the thing you divided by (xc)(x - c) is a perfect factor! Proof complete.


How to Use the Factor Theorem

Here is the flawless, step-by-step workflow for executing the theorem.

Step 1: Write the polynomial

Ensure your equation is written in standard form, P(x)=ax3+bx2+cx+dP(x) = ax^3 + bx^2 + cx + d.

Step 2: Choose a possible root

You need a candidate number to test (the cc value). You shouldn’t just guess numbers randomly; use the Rational Root Theorem (factors of the last term divided by factors of the first term) to generate a smart list of candidates.

Step 3: Substitute into the polynomial

Plug your chosen cc value into every xx in the equation. Calculate the exponents first, then multiply by the coefficients.

Step 4: Evaluate

Add and subtract the resulting numbers.

Step 5: Determine whether it is a factor

  • If the final number is exactly 0: You have found a factor! Write down (xc)(x - c).
  • If the final number is anything else (e.g., 7, -12, 0.5): It is NOT a factor. Cross that candidate off your list and pick a new number.

Step 6: Continue factoring

Once you find your first factor (xc)(x - c), divide the original polynomial by (xc)(x - c) using synthetic or long division. The result will be a smaller polynomial (a quadratic). You can then easily factor the quadratic.

Step 7: Verify the solution

Multiply your final factored pieces together. If they recreate the original polynomial, you have successfully solved the equation without errors.


Factor Theorem for Cubic Equations

The Factor Theorem is the ultimate weapon against cubic equations (x3x^3), because cubic equations are usually too large to factor by simple grouping.

Finding one root: A cubic equation has three roots. The Factor Theorem’s job is simply to find the first one. For example, in P(x)=x36x2+11x6P(x) = x^3 - 6x^2 + 11x - 6, you test P(1)P(1). P(1)=(1)36(1)2+11(1)6=16+116=0P(1) = (1)^3 - 6(1)^2 + 11(1) - 6 = 1 - 6 + 11 - 6 = 0. Boom. The root is 1. The factor is (x1)(x - 1).

Reducing the polynomial: Now that you have (x1)(x - 1), you divide the massive cubic equation by (x1)(x - 1). Because the Factor Theorem guaranteed a remainder of 0, the division will be clean and perfect. The result of that division will be x25x+6x^2 - 5x + 6.

Finding remaining roots: You have successfully “depressed” the cubic into a quadratic! You no longer need the Factor Theorem. You just factor x25x+6x^2 - 5x + 6 using basic middle-school algebra into (x2)(x3)(x - 2)(x - 3). The final factorization of the cubic is (x1)(x2)(x3)(x - 1)(x - 2)(x - 3).


Relationship with the Remainder Theorem

The Factor Theorem and the Remainder Theorem are two sides of the exact same mathematical coin.

Similarities: Both theorems require you to take a number cc and plug it into a polynomial P(x)P(x) to find P(c)P(c). Both theorems bypass polynomial long division.

Differences:
  • The Remainder Theorem states that the answer you get when you calculate P(c)P(c) is the mathematical remainder you would have gotten if you had divided the polynomial by (xc)(x-c).
  • The Factor Theorem is simply what happens when that remainder is specifically zero.

Why the Factor Theorem is a special case: The Factor Theorem is literally just the Remainder Theorem applied to the specific scenario where the answer is 0.

Comparison Table

FeatureRemainder TheoremFactor Theorem
Primary GoalTo find the remainder of division without actually dividing.To prove if a specific expression is a clean factor of the polynomial.
CalculationEvaluate P(c)P(c).Evaluate P(c)P(c).
If P(c)=7P(c) = 7The remainder of division is 7.(xc)(x-c) is NOT a factor.
If P(c)=0P(c) = 0The remainder of division is 0.(xc)(x-c) IS a perfect factor.

Relationship with the Rational Root Theorem

The Factor Theorem is useless if you don’t know which numbers to test. The Rational Root Theorem is the engine that provides those numbers.

Finding candidate roots: The Rational Root Theorem generates a list of possible roots using the formula ±p/q\pm p/q, where pp is factors of the constant term, and qq is factors of the leading coefficient. If the equation ends in a 6, your candidates are ±1,±2,±3,±6\pm 1, \pm 2, \pm 3, \pm 6.

Testing candidates efficiently: Instead of dividing the polynomial 8 different times to test those 8 numbers, you simply run them through the Factor Theorem. P(1)=4P(1) = 4 \rightarrow Fail. P(1)=12P(-1) = -12 \rightarrow Fail. P(2)=0P(2) = 0 \rightarrow Success! You have found your factor (x2)(x-2).


Relationship with Synthetic Division

While plugging numbers into P(x)P(x) is fast for small numbers like 1 or 2, it becomes a nightmare if you have to test P(4)P(4) in the equation x312x2+47x60x^3 - 12x^2 + 47x - 60. Calculating 434^3 and 12(42)12(4^2) by hand is tedious and prone to arithmetic errors.

Testing roots with Synthetic Division: Synthetic division is a visual shortcut for the Factor Theorem. Instead of calculating exponents, you perform a rapid series of simple additions and multiplications. The final number in the bottom row of a synthetic division bracket is the remainder.

Verifying factors: Because the final number in synthetic division is the remainder, it is exactly equal to P(c)P(c). If the bottom-right number in your synthetic division is 0, the Factor Theorem has been satisfied, and you have proven the factor!

Reducing cubic equations: The massive advantage of using synthetic division to execute the Factor Theorem is that when you hit 0, the rest of the bottom row in your synthetic division bracket is your reduced quadratic equation. You verified the factor AND performed the division simultaneously!


Relationship with Polynomial Long Division

Verification: If you prefer not to use synthetic division or plugging in numbers, you can physically execute polynomial long division. You set up a bracket, put x34x2+x+6x^3 - 4x^2 + x + 6 inside, and (x2)(x - 2) outside.

Factoring: If you execute the entire long division process and the very final subtraction leaves a remainder of 00, you have visually proven the Factor Theorem. The expression (x2)(x-2) is a factor, and the quotient sitting on top of the bracket is the remaining piece of the polynomial.

Applications: Polynomial long division is mandatory when testing non-linear factors (like dividing a quartic x4x^4 by a quadratic x2+1x^2 + 1). The Factor Theorem and synthetic division only work for linear factors (xc)(x - c).


Factor Theorem and Graphs

How does the algebraic algebra of the Factor Theorem translate to the physical geometry of a graph?

X-intercepts & Roots: If P(c)=0P(c) = 0, then cc is a root. On a Cartesian graph, this means the physical curve of the polynomial perfectly intersects the x-axis exactly at the coordinate (c,0)(c, 0).

Factors: Every time a graph touches or crosses the x-axis, there is a hidden algebraic factor (xc)(x - c) creating that geometry. A cubic graph that crosses at 1,2,1, 2, and 33 is literally the physical embodiment of the factors (x1)(x2)(x3)(x-1)(x-2)(x-3).

Multiplicity: If you test a factor and it works, and you divide it, and then you test the EXACT SAME factor on the remaining polynomial and it works again, you have found a repeated factor (e.g., (x5)2(x-5)^2). The Factor Theorem just proved an even multiplicity, meaning the physical graph will “bounce” off the x-axis at x=5x=5 instead of crossing it.


Advantages and Limitations

Benefits:
  • It is exponentially faster than polynomial long division.
  • It prevents you from wasting time dividing by a binomial that isn’t actually a factor.
  • It is the most reliable way to find the first root of a cubic equation.
Limitations:
  • It only tests for specific numbers. If the roots of the equation are irrational decimals (like 3\sqrt{3}) or complex imaginary numbers (like 2i2i), guessing numbers to test will be virtually impossible.
  • It only tells you IF a factor exists. It does not actually perform the division to give you the remaining pieces of the polynomial.

Best use cases: The Factor Theorem is best used in tandem with the Rational Root Theorem to rapidly scan a list of integer and fraction candidates until a hit (a 0) is found.


Common Mistakes

Students constantly make these errors when executing the Factor Theorem:

  1. Sign errors with cc: If testing the factor (x+3)(x + 3), the value to plug in is c=3c = -3. Students mistakenly plug in +3+3 and get the wrong answer. Always flip the sign!
  2. Arithmetic errors: When plugging negative numbers into exponents. (2)2(-2)^2 is +4+4. (2)3(-2)^3 is 8-8. Missing these negatives will ruin the evaluation.
  3. Ignoring standard form: Applying the theorem when the equation isn’t set to zero or isn’t fully simplified.
  4. Stopping before complete factorization: Finding P(2)=0P(2)=0, writing down (x2)(x-2), and moving to the next problem. You must divide the equation and factor the remaining quadratic!
  5. Misinterpreting results: Getting P(c)=1P(c) = 1 and assuming cc is a factor. Only exactly zero counts!

Worked Examples

Let’s walk through 25 complete examples using the Factor Theorem.

Group 1: Simple Polynomial Verification

Example 1: Proving a factor Is (x1)(x-1) a factor of P(x)=x23x+2P(x) = x^2 - 3x + 2? Test c=1c = 1. P(1)=(1)23(1)+2=13+2=0P(1) = (1)^2 - 3(1) + 2 = 1 - 3 + 2 = 0. Result: Yes, it is a factor.

Example 2: Proving a non-factor Is (x+2)(x+2) a factor of P(x)=x2+5x+4P(x) = x^2 + 5x + 4? Test c=2c = -2. (Remember to flip the sign!). P(2)=(2)2+5(2)+4=410+4=2P(-2) = (-2)^2 + 5(-2) + 4 = 4 - 10 + 4 = -2. Result: No, 20-2 \neq 0. It is not a factor.

Example 3: Fractional factors Is (2x1)(2x - 1) a factor of P(x)=2x2+x1P(x) = 2x^2 + x - 1? Set factor to 0: 2x1=0x=1/22x - 1 = 0 \rightarrow x = 1/2. Test c=1/2c = 1/2. P(1/2)=2(1/4)+(1/2)1=1/2+1/21=0P(1/2) = 2(1/4) + (1/2) - 1 = 1/2 + 1/2 - 1 = 0. Result: Yes, it is a factor.

Example 4: Missing terms Is (x3)(x-3) a factor of P(x)=x327P(x) = x^3 - 27? Test c=3c = 3. P(3)=(3)327=2727=0P(3) = (3)^3 - 27 = 27 - 27 = 0. Result: Yes, it is a factor.

Example 5: Negative exponents check Is (x+1)(x+1) a factor of P(x)=x4+x3+x2+xP(x) = x^4 + x^3 + x^2 + x? Test c=1c = -1. P(1)=(1)4+(1)3+(1)2+(1)=11+11=0P(-1) = (-1)^4 + (-1)^3 + (-1)^2 + (-1) = 1 - 1 + 1 - 1 = 0. Result: Yes, it is a factor.

Group 2: Solving Cubic Equations

Example 6: Using Rational Root Theorem first Solve x36x2+11x6=0x^3 - 6x^2 + 11x - 6 = 0. Candidates: ±1,±2,±3,±6\pm 1, \pm 2, \pm 3, \pm 6. Test c=1c = 1: P(1)=16+116=0P(1) = 1 - 6 + 11 - 6 = 0. Success! Factor is (x1)(x-1).

Example 7: Dividing the cubic Following Example 6, divide x36x2+11x6x^3 - 6x^2 + 11x - 6 by (x1)(x-1). Result is x25x+6x^2 - 5x + 6. Factor the quadratic: (x2)(x3)(x-2)(x-3). Final factorization: (x1)(x2)(x3)=0(x-1)(x-2)(x-3)=0.

Example 8: Finding a negative root Solve x3+4x2+x6=0x^3 + 4x^2 + x - 6 = 0. Test c=1c = 1: P(1)=1+4+16=0P(1) = 1 + 4 + 1 - 6 = 0. Factor is (x1)(x-1). Divide by (x1)(x-1) to get x2+5x+6x^2 + 5x + 6. Factor quadratic to (x+2)(x+3)(x+2)(x+3). Roots are 1,2,31, -2, -3.

Example 9: Repeated roots Solve x33x+2=0x^3 - 3x + 2 = 0. Test c=1c = 1: P(1)=13+2=0P(1) = 1 - 3 + 2 = 0. Factor is (x1)(x-1). Divide by (x1)(x-1) to get x2+x2x^2 + x - 2. Factor quadratic to (x1)(x+2)(x-1)(x+2). Notice (x1)(x-1) appears twice! Roots are 1,1,21, 1, -2.

Example 10: Imaginary leftover roots Solve x3x2+x1=0x^3 - x^2 + x - 1 = 0. Test c=1c = 1: P(1)=11+11=0P(1) = 1 - 1 + 1 - 1 = 0. Factor is (x1)(x-1). Divide by (x1)(x-1) to get x2+1x^2 + 1. The factor (x2+1)(x^2+1) yields roots ±i\pm i. Final roots are 1,i,i1, i, -i.

Group 3: Finding Unknown Constants

Example 11: Finding kk with a known factor Find kk if (x2)(x-2) is a factor of P(x)=x3kx2+2x4P(x) = x^3 - kx^2 + 2x - 4. Since it is a factor, P(2)=0P(2) = 0. P(2)=(2)3k(2)2+2(2)4=0P(2) = (2)^3 - k(2)^2 + 2(2) - 4 = 0. 84k+44=08 - 4k + 4 - 4 = 0. 84k=04k=8k=28 - 4k = 0 \rightarrow 4k = 8 \rightarrow k = 2.

Example 12: Finding kk with a negative factor Find kk if (x+3)(x+3) is a factor of x3+kx15x^3 + kx - 15. P(3)=(3)3+k(3)15=0P(-3) = (-3)^3 + k(-3) - 15 = 0. 273k15=0-27 - 3k - 15 = 0. 423k=03k=42k=14-42 - 3k = 0 \rightarrow -3k = 42 \rightarrow k = -14.

Example 13: Finding kk in a quadratic Find kk if (x5)(x-5) is a factor of kx211x+5kx^2 - 11x + 5. P(5)=k(25)11(5)+5=0P(5) = k(25) - 11(5) + 5 = 0. 25k55+5=025k50=025k=50k=225k - 55 + 5 = 0 \rightarrow 25k - 50 = 0 \rightarrow 25k = 50 \rightarrow k = 2.

Example 14: Two unknowns, two factors Find aa and bb if (x1)(x-1) and (x+2)(x+2) are factors of ax3+bx25x+2ax^3 + bx^2 - 5x + 2. Condition 1 (c=1c=1): a(1)+b(1)5+2=0a+b=3a(1) + b(1) - 5 + 2 = 0 \rightarrow a + b = 3. Condition 2 (c=2c=-2): a(8)+b(4)5(2)+2=08a+4b=122a+b=3a(-8) + b(4) - 5(-2) + 2 = 0 \rightarrow -8a + 4b = -12 \rightarrow -2a + b = -3. Subtract equations: (a+b)(2a+b)=3(3)3a=6a=2(a+b) - (-2a+b) = 3 - (-3) \rightarrow 3a = 6 \rightarrow a = 2. Plug in a=2a=2: 2+b=3b=12 + b = 3 \rightarrow b = 1.

Example 15: Finding the remainder of a non-factor Find kk if (x1)(x-1) leaves a remainder of 5 in x3+kx+1x^3 + kx + 1. (This is Remainder Theorem, but uses the same logic). P(1)=5(1)3+k(1)+1=52+k=5k=3P(1) = 5 \rightarrow (1)^3 + k(1) + 1 = 5 \rightarrow 2 + k = 5 \rightarrow k = 3.

Group 4: Higher Degree Polynomials

Example 16: Quartic evaluation Is (x2)(x-2) a factor of x42x3+x24x^4 - 2x^3 + x^2 - 4? P(2)=1616+44=0P(2) = 16 - 16 + 4 - 4 = 0. Yes.

Example 17: Quintic evaluation Is (x+1)(x+1) a factor of x5+1x^5 + 1? P(1)=(1)5+1=1+1=0P(-1) = (-1)^5 + 1 = -1 + 1 = 0. Yes.

Example 18: Testing 0 as a factor Is xx a factor of x34x2+5xx^3 - 4x^2 + 5x? Testing xx means testing c=0c=0. P(0)=00+0=0P(0) = 0 - 0 + 0 = 0. Yes, xx is a factor.

Example 19: Testing (xa)(x-a) symbolically Is (xy)(x-y) a factor of x3y3x^3 - y^3? Plug in yy for xx: P(y)=y3y3=0P(y) = y^3 - y^3 = 0. Yes, it is a factor.

Example 20: Factoring completely Factor x45x2+4x^4 - 5x^2 + 4. Test c=1c=1: 15+4=01 - 5 + 4 = 0. (x1)(x-1) is a factor. Test c=1c=-1: 15+4=01 - 5 + 4 = 0. (x+1)(x+1) is a factor. Test c=2c=2: 1620+4=016 - 20 + 4 = 0. (x2)(x-2) is a factor. Test c=2c=-2: 1620+4=016 - 20 + 4 = 0. (x+2)(x+2) is a factor. Final factorization: (x1)(x+1)(x2)(x+2)(x-1)(x+1)(x-2)(x+2).

Group 5: Advanced and Real-World Scenarios

Example 21: Competition Math If P(x)P(x) is a cubic polynomial where P(1)=0,P(2)=0,P(3)=0P(1)=0, P(2)=0, P(3)=0, and P(0)=6P(0)=6. Find P(x)P(x). Because 1, 2, 3 are roots, P(x)=a(x1)(x2)(x3)P(x) = a(x-1)(x-2)(x-3). Plug in 0: P(0)=a(1)(2)(3)=6a=6a=1P(0) = a(-1)(-2)(-3) = -6a = 6 \rightarrow a = -1. Equation: P(x)=1(x1)(x2)(x3)P(x) = -1(x-1)(x-2)(x-3).

Example 22: Physics limits A particle’s position is p(t)=t37t+6p(t) = t^3 - 7t + 6. Does the particle pass through the origin at t=2t=2? Test c=2c=2: p(2)=814+6=0p(2) = 8 - 14 + 6 = 0. Yes, p(2)=0p(2)=0, so (t2)(t-2) is a factor and the particle passes through the origin.

Example 23: Economics break-even Profit is P(x)=2x350xP(x) = 2x^3 - 50x. Do we break even at 5 units? Test c=5c=5: P(5)=2(125)50(5)=250250=0P(5) = 2(125) - 50(5) = 250 - 250 = 0. Yes, profit is exactly 0.

Example 24: Complex roots via Factor Theorem Is (xi)(x-i) a factor of x3+x2+x+1x^3 + x^2 + x + 1? Test c=ic=i: (i)3+(i)2+i+1=i1+i+1=0(i)^3 + (i)^2 + i + 1 = -i - 1 + i + 1 = 0. Yes!

Example 25: Geometric representation If you know P(4)=0P(4) = 0, what coordinates MUST exist on the graph of P(x)P(x)? The coordinate (4,0)(4, 0) must exist, proving an x-intercept.


Practice Problems

Test your mastery of the Factor Theorem. Solutions are provided below.

Beginner Level

  1. What value of cc should you plug in to test if (x4)(x-4) is a factor?
  2. What value of cc should you plug in to test if (x+7)(x+7) is a factor?
  3. Is (x1)(x-1) a factor of x21x^2 - 1?
  4. Is (x+2)(x+2) a factor of x24x^2 - 4?
  5. If P(3)=0P(3) = 0, what is the factor?
  6. If P(5)=0P(-5) = 0, what is the root?
  7. If P(2)=7P(2) = 7, is (x2)(x-2) a factor?
  8. Is xx a factor of x2+xx^2 + x?
  9. What is the remainder when a polynomial is divided by a perfect factor?
  10. Is (x1)(x-1) a factor of x3+x2+x+1x^3 + x^2 + x + 1?

Intermediate Level

  1. Use the Factor Theorem to determine if (x3)(x-3) is a factor of 2x35x24x+32x^3 - 5x^2 - 4x + 3.
  2. Is (2x+1)(2x+1) a factor of 4x3+4x2x14x^3 + 4x^2 - x - 1?
  3. If (x2)(x-2) is a factor of x3+kx6x^3 + kx - 6, find kk.
  4. Use the Rational Root Theorem to list candidates for x3x24x+4x^3 - x^2 - 4x + 4, then use the Factor Theorem to find the first factor.
  5. If (x+1)(x+1) and (x2)(x-2) are factors of a cubic equation with a leading coefficient of 1, and the constant is 4, what is the third factor?
  6. Find the value of mm if x3mx2+2x4x^3 - mx^2 + 2x - 4 is perfectly divisible by (x2)(x-2).
  7. A polynomial P(x)P(x) has roots at 1,2,4-1, 2, 4. Write the factored form of P(x)P(x) assuming a=1a=1.
  8. True or False: If (xc)(x-c) is a factor of P(x)P(x), then synthetic division by cc will have a remainder of 0.
  9. Is (x+3)(x+3) a factor of x481x^4 - 81?
  10. Why do we flip the sign of the number in the parentheses when testing for P(c)P(c)?

Advanced Level

  1. Find aa and bb if (x1)(x-1) and (x+3)(x+3) are factors of x3+ax2+bx3x^3 + ax^2 + bx - 3.
  2. Prove that (xa)(x-a) is always a factor of (xnan)(x^n - a^n) for any positive integer nn.
  3. If a cubic polynomial has factors (x2)(x-2) and (x+3)(x+3), and passes through the point (1,8)(1, -8), what is the equation of the polynomial?
  4. Explain algebraically why the Remainder Theorem proves the Factor Theorem.
  5. Use the Factor Theorem to prove that (x1)(x-1) is a factor of nxn+1(n+1)xn+1nx^{n+1} - (n+1)x^n + 1.
  6. If P(x)=x33x2+4P(x) = x^3 - 3x^2 + 4, prove that (x2)(x-2) is a repeated factor (multiplicity of 2).
  7. Factor x37x6x^3 - 7x - 6 completely using the Factor Theorem and division.
  8. Can the Factor Theorem be used to test if (x21)(x^2 - 1) is a factor of x41x^4 - 1? How?
  9. A bridge’s structural integrity follows S(x)=x310x2+31x30S(x) = x^3 - 10x^2 + 31x - 30. Does it fail (equal zero) at x=5x=5?
  10. If P(c)=0P(c) = 0 for a polynomial with purely positive coefficients, what must be true about the number cc?

Solutions to Practice Problems

Beginner Solutions:
  1. c=4c = 4.
  2. c=7c = -7.
  3. Yes. (1)21=0(1)^2 - 1 = 0.
  4. Yes. (2)24=0(-2)^2 - 4 = 0.
  5. (x3)(x-3).
  6. Root is 5-5.
  7. No. The remainder is 7, not 0.
  8. Yes. P(0)=02+0=0P(0) = 0^2 + 0 = 0.
  9. Exactly 0.
  10. No. P(1)=1+1+1+1=4P(1) = 1+1+1+1 = 4.

Intermediate Solutions: 11. P(3)=2(27)5(9)4(3)+3=544512+3=0P(3) = 2(27) - 5(9) - 4(3) + 3 = 54 - 45 - 12 + 3 = 0. Yes. 12. Test c=1/2c = -1/2. P(1/2)=4(1/8)+4(1/4)(1/2)1=1/2+1+1/21=0P(-1/2) = 4(-1/8) + 4(1/4) - (-1/2) - 1 = -1/2 + 1 + 1/2 - 1 = 0. Yes. 13. P(2)=8+2k6=02+2k=0k=1P(2) = 8 + 2k - 6 = 0 \rightarrow 2 + 2k = 0 \rightarrow k = -1. 14. Candidates: ±1,±2,±4\pm 1, \pm 2, \pm 4. Test 1: 114+4=01 - 1 - 4 + 4 = 0. First factor is (x1)(x-1). 15. (x+1)(x2)(xr3)=x3...2(r3)(x+1)(x-2)(x-r_3) = x^3... - 2(r_3). If constant is 4, then 2(r3)=4r3=2-2(r_3) = 4 \rightarrow r_3 = -2. Third factor is (x+2)(x+2). 16. P(2)=84m+44=084m=04m=8m=2P(2) = 8 - 4m + 4 - 4 = 0 \rightarrow 8 - 4m = 0 \rightarrow 4m = 8 \rightarrow m = 2. 17. P(x)=(x+1)(x2)(x4)P(x) = (x+1)(x-2)(x-4). 18. True. That is the definition of the Remainder/Factor theorem. 19. Test c=3c = -3. (3)481=8181=0(-3)^4 - 81 = 81 - 81 = 0. Yes. 20. Because the root x=cx = c comes from solving (xc)=0(x - c) = 0. To move cc to the other side of the equals sign, its sign must change.

Advanced Solutions: 21. P(1)=1+a+b3=0a+b=2P(1) = 1 + a + b - 3 = 0 \rightarrow a + b = 2. P(3)=27+9a3b3=09a3b=303ab=10P(-3) = -27 + 9a - 3b - 3 = 0 \rightarrow 9a - 3b = 30 \rightarrow 3a - b = 10. Add equations: 4a=12a=34a = 12 \rightarrow a = 3. Plug in: 3+b=2b=13 + b = 2 \rightarrow b = -1. 22. Plug aa in for xx: P(a)=anan=0P(a) = a^n - a^n = 0. Since it equals 0, (xa)(x-a) is a factor. 23. P(x)=a(x2)(x+3)(xr3)P(x) = a(x-2)(x+3)(x-r_3). More information is needed to find both aa and r3r_3. If it’s a standard parabola (quadratic), P(x)=a(x2)(x+3)P(x) = a(x-2)(x+3). 8=a(12)(1+3)8=a(1)(4)4a=8a=2-8 = a(1-2)(1+3) \rightarrow -8 = a(-1)(4) \rightarrow -4a = -8 \rightarrow a=2. Eq: 2(x2)(x+3)2(x-2)(x+3). 24. The Remainder Theorem states P(x)=(xc)Q(x)+RP(x) = (x-c)Q(x) + R, and P(c)=RP(c) = R. If P(c)=0P(c) = 0, then R=0R=0, making P(x)=(xc)Q(x)P(x) = (x-c)Q(x), which is the exact algebraic definition of a factor. 25. Test c=1c=1: n(1)n+1(n+1)(1)n+1=n(1)(n+1)(1)+1=nn1+1=0n(1)^{n+1} - (n+1)(1)^n + 1 = n(1) - (n+1)(1) + 1 = n - n - 1 + 1 = 0. 26. Test c=2c=2: 812+4=08 - 12 + 4 = 0. Factor is (x2)(x-2). Divide by (x2)(x-2) using synthetic division to get x2x2x^2 - x - 2. Factor that quadratic to get (x2)(x+1)(x-2)(x+1). Notice (x2)(x-2) appeared twice! 27. Test c=1c=-1: 1+76=0-1 + 7 - 6 = 0. Factor is (x+1)(x+1). Divide to get x2x6x^2 - x - 6. Factor quadratic to (x3)(x+2)(x-3)(x+2). Final: (x+1)(x3)(x+2)(x+1)(x-3)(x+2). 28. Yes. Factor (x21)(x^2-1) into (x1)(x+1)(x-1)(x+1). Then use the Factor Theorem twice, testing c=1c=1 and c=1c=-1. If both equal 0, the overall quadratic is a factor. 29. Test c=5c=5: 125250+15530=280280=0125 - 250 + 155 - 30 = 280 - 280 = 0. Yes, it fails at x=5x=5. 30. The number cc must be negative. Adding positive coefficients with a positive cc value will never equal 0.


Frequently Asked Questions

What is the Factor Theorem?

It is a mathematical rule stating that a polynomial P(x)P(x) has a factor (xc)(x-c) if and only if P(c)=0P(c) = 0.

How does the Factor Theorem work?

By substituting a specific number into the xx variables of an equation. If the final arithmetic results in zero, you have proven that number is a root, and its corresponding binomial is a factor.

How is it different from the Remainder Theorem?

The Remainder Theorem finds the remainder of any division problem by plugging in a number. The Factor Theorem is just the specific scenario where that remainder happens to be exactly 0.

Can it solve cubic equations?

Yes! It is the primary method for finding the first root of a cubic equation, allowing you to divide and break the cubic down into a solvable quadratic equation.

How do you know if something is a factor?

If you plug the root into the equation and the answer is 00, it is a perfect factor. If the answer is 1,51, -5, or any other number, it is not a factor.

What is a polynomial factor?

It is an algebraic building block (usually in parentheses like (x2)(x-2)) that multiplies with other blocks to create the full expanded polynomial.

Can calculators use the Factor Theorem?

Calculators usually find roots by graphing the curve and finding the x-intercepts. However, the logic behind the theorem is heavily used in computer algebra programming.

How is it related to synthetic division?

If the final number (the remainder) in a synthetic division bracket is 00, you have visually executed the Factor Theorem.

Why is it useful?

It saves you from having to do tedious 10-minute polynomial long division problems just to see if a factor “fits.” You can test it with 10 seconds of basic arithmetic instead.

When should I use it?

Whenever you are asked to fully factor a polynomial of degree 3 or higher, or whenever you need to find an unknown coefficient (kk) given a known factor.

Why do I have to flip the sign?

Because the factor is (xc)(x - c). If the factor is (x5)(x - 5), the value of cc is positive 5. If the factor is (x+3)(x + 3), it is rewritten as (x(3))(x - (-3)), so the value of cc is -3.

What if my polynomial doesn't equal zero?

If you are testing for factors, the arithmetic MUST equal exactly 0. If it equals 0.0001, it is not a factor.

Does the Factor Theorem work for quadratic equations?

Yes, but you usually don’t need it because factoring quadratics mentally or using the Quadratic Formula is much faster.

What if I test 10 numbers and none of them equal 0?

The roots of your equation might be irrational decimals (like 3\sqrt{3}) or complex imaginary numbers. The Factor Theorem is only easy to use when searching for clean, rational integers/fractions.

Can the Factor Theorem find imaginary roots?

Technically yes! If you test c=2ic = 2i and the arithmetic equals 0, then (x2i)(x - 2i) is a factor. However, guessing imaginary numbers is very difficult.

How do I know which numbers to test?

You use the Rational Root Theorem. It creates a specific list of fractions and integers (based on the first and last numbers of the polynomial) that are the only possible clean roots.

What if the leading coefficient is not 1?

The theorem still works perfectly. Just be prepared to test fractions. For 2x2+x12x^2 + x - 1, you might have to test c=1/2c = 1/2.

Does P(0) tell me anything useful?

Yes! P(0)P(0) tells you the y-intercept of the graph (the constant term). If P(0)=0P(0) = 0, it means the graph crosses the origin, and xx is a factor.

How does multiplicity relate to this theorem?

If you find a factor, divide the polynomial, and test the exact same factor on the new smaller polynomial and it STILL equals 0, the factor has a multiplicity of 2 (a double root).

Who invented the Factor Theorem?

It is a natural extension of algebra formalized over centuries, heavily relying on the work of mathematicians like René Descartes and Étienne Bézout (Bézout’s identity).

Can I use the Factor Theorem to graph?

Yes! Every time the theorem gives you a 0, you can draw a dot on the x-axis of your graph paper at that exact number.

Is it faster to plug in numbers or use synthetic division?

For c=1c=1 or c=1c=-1, plugging in numbers is much faster. For larger numbers like c=4c=4 or c=5c=5, synthetic division is faster and less prone to exponent errors.

What does "depressing" a polynomial mean?

It means finding one factor using the Factor Theorem, and then dividing the polynomial by that factor to drop its degree from x3x^3 down to x2x^2.

Do all cubic polynomials have a linear factor?

Yes. Because complex roots come in pairs, a cubic equation MUST have at least one real root, meaning it must have at least one real linear factor (xc)(x-c).

Does the Factor Theorem work in Calculus?

Yes, it is frequently used to simplify limits. If substituting x=2x=2 into the top and bottom of a fraction yields 0/00/0, the Factor Theorem proves (x2)(x-2) is a factor of both, allowing you to cancel it out!


Summary

The Factor Theorem is the ultimate shortcut in polynomial mathematics. It eliminates the need for endless, blind long division by providing a simple arithmetic test:

If P(c) = 0, then (x-c) is a factor.

When faced with a massive cubic equation, the process is straightforward:

  1. Generate candidate numbers using the Rational Root Theorem.
  2. Plug those numbers into the xx variables of your equation.
  3. The moment the arithmetic equals exactly 00, you have found your first root.
  4. Divide the equation by that factor to reduce it to a simple quadratic.
  5. Solve the quadratic to find the remaining roots.

By understanding the Factor Theorem, you understand the fundamental link between the algebraic building blocks of an equation (factors) and the physical geometry of a graph (roots/intercepts). It is an indispensable tool that every algebra student must master.

Continue your mathematical journey with our related guides: