Zero Product Property

A product equals zero if and only if at least one factor equals zero; use this property to solve equations by factoring.

ab=0    a=0 or b=0ab = 0 \iff a = 0 \text{ or } b = 0

Solve a problem with Zero Product Property

Type the problem. The solver will use Zero Product Property where Zero Product Property 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 Zero Product Property takes
aa
bb
Zero Product Property
SymbolMeaning
aaThe first factor in a product; the equation is satisfied if a=0a = 0, regardless of bb's value.
bbThe second factor in a product; the equation is satisfied if b=0b = 0, regardless of aa's value.

When to use it

Reach for this when you have a factored equation set equal to zero.

Level

Usually taught in: Algebra I

Worked examples

1. Solve a simple quadratic with two integer roots

Problem

Solve x25x+6=0x^2 - 5x + 6 = 0 for xx.
  1. (x2)(x3)=0(x - 2)(x - 3) = 0

    We factor the left side: x25x+6=(x2)(x3)x^2 - 5x + 6 = (x - 2)(x - 3), so the equation becomes (x2)(x3)=0(x - 2)(x - 3) = 0.

  2. x2=0 or x3=0x - 2 = 0 \text{ or } x - 3 = 0

    By the Zero Product Property, if a product is zero, at least one factor must be zero.

  3. x=2 or x=3x = 2 \text{ or } x = 3

    Solving the first equation: x2=0    x=2x - 2 = 0 \implies x = 2. Solving the second: x3=0    x=3x - 3 = 0 \implies x = 3.

Answer: x=2 or x=3x = 2 \text{ or } x = 3

This problem shows the standard approach: factor a quadratic expression into a product, then use the Zero Product Property to set each factor to zero and solve for xx.

2. Solve a quadratic with a leading coefficient and fractional roots

Problem

Solve 2x2+3x5=02x^2 + 3x - 5 = 0 for xx.
  1. (2x+5)(x1)=0(2x + 5)(x - 1) = 0

    Factor the left side by finding binomials whose product is 2x2+3x52x^2 + 3x - 5; we get (2x+5)(x1)=0(2x + 5)(x - 1) = 0.

  2. 2x+5=0 or x1=02x + 5 = 0 \text{ or } x - 1 = 0

    Apply the Zero Product Property: at least one factor must equal zero.

  3. x=52 or x=1x = -\frac{5}{2} \text{ or } x = 1

    From 2x+5=02x + 5 = 0, subtract 5 to get 2x=52x = -5, then divide by 2 to get x=52x = -\frac{5}{2}. From x1=0x - 1 = 0, we get x=1x = 1.

Answer: x=52 or x=1x = -\frac{5}{2} \text{ or } x = 1

When the leading coefficient is not 1, factoring is more complex, but the Zero Product Property applies identically—set each factor to zero and solve for the variable, taking care with fractions.

3. Solve a cyclist's elevation equation to find when she returns to ground level

Problem

A cyclist climbs and descends a hill during a training interval. Her elevation above the valley floor (in meters) at time tt minutes is given by h(t)=2t2+8th(t) = -2t^2 + 8t. At what times is the cyclist at the same level as the valley floor?
  1. 2t2+8t=0-2t^2 + 8t = 0

    We set height equal to zero to find when the cyclist is at ground level: 2t2+8t=0-2t^2 + 8t = 0.

  2. 2t(t4)=0-2t(t - 4) = 0

    Factor out the greatest common factor 2t-2t from both terms, giving 2t(t4)=0-2t(t - 4) = 0.

  3. 2t=0 or t4=0-2t = 0 \text{ or } t - 4 = 0

    By the Zero Product Property, if a product equals zero, at least one factor must be zero.

  4. t=0 or t=4t = 0 \text{ or } t = 4

    Solve each factor: dividing 2t=0-2t = 0 by 2-2 gives t=0t = 0; solving t4=0t - 4 = 0 gives t=4t = 4.

Answer: t=0 or t=4t = 0 \text{ or } t = 4

The Zero Product Property helps solve real-world quadratic equations by reducing them to simpler linear equations. Here, both solutions make sense: the cyclist starts at ground level at t=0t = 0 minutes and returns to ground level after t=4t = 4 minutes.

Common mistakes

Where Zero Product Property usually goes wrong
Answer came out wrong
Setting (x2)(x3)=0(x - 2)(x - 3) = 0 and solving only x2=0x - 2 = 0 to get x=2x = 2.
Set up both factor equations: x2=0x - 2 = 0 or x3=0x - 3 = 0, then solve both to get x=2x = 2 or x=3x = 3.
Given x25x=0x^2 - 5x = 0, directly writing x=0x = 0 or x=5x = 5 without factoring.
Factor first: x25x=x(x5)=0x^2 - 5x = x(x - 5) = 0. Now apply ZPP: x=0x = 0 or x5=0x - 5 = 0, giving x=0x = 0 or x=5x = 5.
Trying to apply the Zero Product Property to x+3=0x + 3 = 0 by saying either x=0x = 0 or 3=03 = 0.
For sums, use inverse operations: subtract 3 from both sides to get x=3x = -3.
The mistakeWhy it is wrongThe fix
Setting (x2)(x3)=0(x - 2)(x - 3) = 0 and solving only x2=0x - 2 = 0 to get x=2x = 2.The Zero Product Property says that if a product equals zero, then at least one factor is zero—which means both cases must be considered.Set up both factor equations: x2=0x - 2 = 0 or x3=0x - 3 = 0, then solve both to get x=2x = 2 or x=3x = 3.
Given x25x=0x^2 - 5x = 0, directly writing x=0x = 0 or x=5x = 5 without factoring.The Zero Product Property applies only to products, not sums. The terms x2x^2 and 5x-5x are not factored yet.Factor first: x25x=x(x5)=0x^2 - 5x = x(x - 5) = 0. Now apply ZPP: x=0x = 0 or x5=0x - 5 = 0, giving x=0x = 0 or x=5x = 5.
Trying to apply the Zero Product Property to x+3=0x + 3 = 0 by saying either x=0x = 0 or 3=03 = 0.The Zero Product Property (ab=0ab = 0) applies to products only, not sums like a+b=0a + b = 0.For sums, use inverse operations: subtract 3 from both sides to get x=3x = -3.

Tips and when to use something else

  • Always factor completely before applying the Zero Product Property—unfactored equations (those with sums, not products) do not fit the property's form.
  • Check your solutions by substituting them back into the original equation; this catches arithmetic errors and verifies that your factorization was correct.
  • If you cannot factor easily, use the quadratic formula instead: for ax2+bx+c=0ax^2 + bx + c = 0, the solutions are x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}.
  • The Zero Product Property gives exact solutions; there is no approximation involved, so your answers are precise if factored correctly.

Frequently asked questions

Why do we set each factor equal to zero?
The Zero Product Property tells us that if a product equals zero, at least one factor must be zero. By setting each factor to zero separately and solving, we find all possible values that satisfy the original equation.
Can the Zero Product Property be used for equations like x+5=0x + 5 = 0?
No, because x+5x + 5 is a sum, not a product. The Zero Product Property only applies when you have factors multiplied together. For sums and differences, use inverse operations instead: x+5=0    x=5x + 5 = 0 \implies x = -5.
What if I have a repeated factor, like (x2)2=0(x - 2)^2 = 0?
Set the factor equal to zero: x2=0x - 2 = 0, giving x=2x = 2. This is called a repeated root, and there is only one distinct solution even though the factor appears twice in the original factorization.
Do I have to factor before using the Zero Product Property?
Yes, absolutely. The Zero Product Property requires the equation to be in the form of a product equal to zero. If your equation is a sum or difference (like x25x+6=0x^2 - 5x + 6 = 0), you must factor it first to get (x2)(x3)=0(x - 2)(x - 3) = 0 before applying the property.

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