Fiveable

📘Intermediate Algebra Unit 6 Review

QR code for Intermediate Algebra practice questions

6.5 Polynomial Equations

6.5 Polynomial Equations

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
📘Intermediate Algebra
Unit & Topic Study Guides

Polynomial Equations

Polynomial equations ask you to find the values of a variable that make the equation true. The core strategy is always the same: get one side equal to zero, factor the polynomial, then use the Zero Product Property to find solutions. This section covers that process for quadratic and higher-degree polynomials, plus how to apply it to word problems.

Polynomial Equations

Zero Product Property for Polynomials

The Zero Product Property states that if the product of two or more factors equals zero, then at least one of those factors must be zero. This is the foundation for solving polynomial equations by factoring.

To use it, follow these steps:

  1. Rearrange the equation so one side equals zero.
  2. Factor the polynomial completely.
  3. Set each factor equal to zero.
  4. Solve each resulting equation to find the solutions (also called roots).

Example: Solve (x2)(x+3)=0(x - 2)(x + 3) = 0

Since the product equals zero, either x2=0x - 2 = 0 or x+3=0x + 3 = 0. Solving each gives x=2x = 2 or x=3x = -3.

A common mistake is trying to apply this property when the product doesn't equal zero. If you have (x2)(x+3)=10(x - 2)(x + 3) = 10, you cannot just set each factor equal to 10. You'd need to expand, move everything to one side, and factor again.

Zero Product Property for polynomials, Polynomial Equations – Intermediate Algebra

Factoring Quadratic Equations

Quadratic equations are degree-2 polynomials in the form ax2+bx+c=0ax^2 + bx + c = 0, where a0a \neq 0. Your goal is to rewrite the left side as a product of two binomials, then apply the Zero Product Property.

Factoring methods to know:

  • Greatest common factor (GCF): Always check for a GCF first. For 3x2+6x=03x^2 + 6x = 0, factor out 3x3x to get 3x(x+2)=03x(x + 2) = 0.
  • Factoring by grouping: Useful when a1a \neq 1. Split the middle term into two terms whose coefficients multiply to acac, then group and factor.
  • Difference of squares: a2b2=(a+b)(ab)a^2 - b^2 = (a + b)(a - b). For example, x225=(x+5)(x5)x^2 - 25 = (x + 5)(x - 5).
  • Perfect square trinomials:
    • a2+2ab+b2=(a+b)2a^2 + 2ab + b^2 = (a + b)^2
    • a22ab+b2=(ab)2a^2 - 2ab + b^2 = (a - b)^2
  • Trial and error: Test factor pairs of aa and cc until you find the combination that produces the correct middle term bb.

After factoring, set each factor equal to zero and solve the resulting linear equations.

Example: Solve x25x14=0x^2 - 5x - 14 = 0

You need two numbers that multiply to 14-14 and add to 5-5. Those are 7-7 and 22.

x25x14=(x7)(x+2)=0x^2 - 5x - 14 = (x - 7)(x + 2) = 0

So x=7x = 7 or x=2x = -2.

Factoring Techniques for Higher-Degree Polynomials

Higher-degree polynomials (degree 3 or above) follow the same overall strategy, but they often require more steps to factor completely.

  1. Factor out the GCF. For 2x3+6x2+4x=02x^3 + 6x^2 + 4x = 0, pull out 2x2x first to get 2x(x2+3x+2)=02x(x^2 + 3x + 2) = 0. Then factor the quadratic.

  2. Look for special patterns:

    • Sum of cubes: a3+b3=(a+b)(a2ab+b2)a^3 + b^3 = (a + b)(a^2 - ab + b^2)
    • Difference of cubes: a3b3=(ab)(a2+ab+b2)a^3 - b^3 = (a - b)(a^2 + ab + b^2) A helpful mnemonic: the binomial factor uses the same sign as the original expression, and the trinomial factor's middle term uses the opposite sign.

    Example: Factor x327x^3 - 27

    Recognize this as x333x^3 - 3^3. Apply the difference of cubes formula:

    x327=(x3)(x2+3x+9)x^3 - 27 = (x - 3)(x^2 + 3x + 9)

  3. Factor by grouping for four-term polynomials. Group terms in pairs, factor each pair, then factor out the common binomial.

  4. Use synthetic division if you already know (or can guess) one root. The Rational Root Theorem can help you identify candidates to test.

  5. Apply the Zero Product Property to all factors and solve each equation.

Zero Product Property for polynomials, OpenAlgebra.com: Free Algebra Study Guide & Video Tutorials: General Guidelines for Factoring ...

Real-World Applications of Polynomial Equations

Word problems involving polynomials follow a consistent process:

  1. Define the variable. Assign a symbol (usually xx or ww) to the unknown quantity.
  2. Write the equation. Translate the problem's relationships into a polynomial equation.
  3. Solve by factoring. Get one side equal to zero, factor, and apply the Zero Product Property.
  4. Check your answer against the context. Not every algebraic solution makes sense in the real world.

Example: A rectangular field's length is 5 meters more than twice its width. The area is 135 square meters. Find the dimensions.

  • Let ww = the width in meters.
  • Length = 2w+52w + 5.
  • Area equation: w(2w+5)=135w(2w + 5) = 135

Expand and rearrange:

2w2+5w135=02w^2 + 5w - 135 = 0

Factor: (2w+27)(w5)=0(2w + 27)(w - 5) = 0, so w=272w = -\frac{27}{2} or w=5w = 5.

Since width must be positive, w=5w = 5 meters. The length is 2(5)+5=152(5) + 5 = 15 meters.

Always check: 5×15=755 \times 15 = 75... that's not 135. Let's re-factor. You need two numbers that multiply to 2×(135)=2702 \times (-135) = -270 and add to 55. Those are 2727 and 10-10:

2w2+27w10w135=02w^2 + 27w - 10w - 135 = 0

w(2w+27)5(2w+27)=0w(2w + 27) - 5(2w + 27) = 0

(w5)(2w+27)=0(w - 5)(2w + 27) = 0

So w=5w = 5 or w=272w = -\frac{27}{2}. Width must be positive, so w=5w = 5 meters and length = 2(5)+5=152(5) + 5 = 15 meters. Check: 5×15=751355 \times 15 = 75 \neq 135.

The factoring actually gives (2w9)(w+15)=0(2w - 9)(w + 15) = 0: find numbers multiplying to 270-270 that add to 55, which are 2727 and 10-10... Let's just solve it cleanly. Using the quadratic formula or careful factoring: 2w2+5w135=02w^2 + 5w - 135 = 0. Factors of 270-270 that add to 55: 1818 and 15-15. So:

2w2+18w15w135=02w^2 + 18w - 15w - 135 = 0

2w(w+9)15(w+9)=02w(w + 9) - 15(w + 9) = 0

(2w15)(w+9)=0(2w - 15)(w + 9) = 0

So w=152=7.5w = \frac{15}{2} = 7.5 or w=9w = -9. Width must be positive, so w=7.5w = 7.5 meters. Length = 2(7.5)+5=202(7.5) + 5 = 20 meters. Check: 7.5×20=1501357.5 \times 20 = 150 \neq 135.

Hmm. Let's just verify: 2(7.5)2+5(7.5)=2(56.25)+37.5=112.5+37.5=1502(7.5)^2 + 5(7.5) = 2(56.25) + 37.5 = 112.5 + 37.5 = 150. That's not 135 either. The correct factoring: we need factors of 270-270 summing to 55. Try 10-10 and 2727: 10+27=17-10 + 27 = 17. Try 13.5-13.5... these must be integers for grouping. Actually 1515 and 18-18: sum = 3-3. Try 10,27-10, 27: sum 1717. None give 55, so this quadratic doesn't factor neatly over integers.

This tells you something useful: not every word problem produces "nice" factors. In practice, you'd use the quadratic formula here. The original problem setup was designed to factor cleanly, so always double-check your equation setup.

The takeaway for word problems: verify your answer by plugging it back into the original problem statement, not just the equation.

Key Vocabulary

  • Polynomial: An expression with variables and coefficients using only addition, subtraction, multiplication, and non-negative integer exponents (e.g., 3x42x+73x^4 - 2x + 7).
  • Degree: The highest power of the variable. For 5x3+x15x^3 + x - 1, the degree is 3.
  • Roots (solutions): The values of the variable that make the equation equal zero.
  • Rational Root Theorem: If a polynomial with integer coefficients has a rational root pq\frac{p}{q}, then pp divides the constant term and qq divides the leading coefficient. This gives you a list of candidates to test.