Zero Product Property — Definition, Formula, Examples

Book A Free Math Class

Zero Product Property — Definition, Formula, Examples

TL;DR

The zero product property states that if a product of factors equals zero, at least one factor must be zero. This article covers the formal statement, a four-step method, three worked examples at three difficulty tiers, an examples-by-equation-type reference table, a real-world word problem, the advantages and limits of the property, the common slips, and the cases where the property does not apply.

A Rule That Turns Multiplication Into Equation-Splitting

Most algebra rules let you do more with an expression — distribute, combine, factor. The zero product property does the opposite: it lets you split one equation into several smaller ones.

If the product (x−3)(x+5)=0, then either x−3=0 or x+5=0. Solving each gives x=3 or x=−5. One equation became two, each one-step.

The Formal Statement

For real numbers a and b:

a⋅b=0⟺a=0; or; b=0.
The property extends to any finite number of factors. If a1a2...an=0, then at least one of the ai is zero.

The reason this works is built into the real numbers: there are no "zero divisors" — two nonzero reals multiplied together never produce zero.

Quick facts.

How to Use the Zero Product Property — A Step-by-Step Method

  1. Move everything to one side. Rearrange the equation so the right-hand side is exactly zero.
  2. Factor the expression on the left. Use whichever factoring technique fits.
  3. Set each factor equal to zero. One factor per equation.
  4. Solve each one-factor equation separately. Collect all solutions.

Examples Across Equation Types — A Reference Table

Equation type Example Factored form Solutions via ZPP
Linear product (x−3)(x+5)=0 already factored x=3,−5
Quadratic x²−7x+12=0 (x−3)(x−4)=0 x=3,4
Quadratic — difference of squares x²−9=0 (x−3)(x+3)=0 x=±3
Quadratic — perfect square x²−10x+25=0 (x−5)²=0 x=5 (double root)
Cubic with common factor x³−4x=0 x(x−2)(x+2)=0 x=0,2,−2
Cubic factored (x+1)(x−2)(x+3)=0 already factored x=−1,2,−3
Trigonometric sin(x)cos(x)=0 sin(x)⋅cos(x)=0 sin(x)=0 or cos(x)=0
Rational (x−1)(x+2)/(x+4)=0 numerator =0 x=1,−2 (and x≠−4)
Higher polynomial x⁴−16=0 (x²−4)(x²+4)=0 x=±2 (real)

Three Worked Examples — Quick, Standard, Stretch

Quick. Solve (x−7)(x+2)=0.

The product is already factored. By ZPP, one of the factors is zero.

x−7=0⟹x=7, or x+2=0⟹x=−2.
Final answer: x=7 or x=−2.

Standard (Wrong Path First — Where Solutions Go Off the Rails). Solve x²−5x=6.

The wrong path. A student factors the left: x(x−5)=6.
The flaw: ZPP only applies when the product equals zero.
The "if ab=0 then a=0 or b=0" rule says nothing about products equal to 6.

The rescue. Move everything to one side first: x²−5x−6=0.

Conclusion