Zero Product Property
Pre-AlgebraThe zero product property states that if a product of factors equals zero, then at least one of the factors must equal zero.
Formula
If ab = 0, then a = 0 or b = 0
Definition
The zero product property says: if two things multiplied together equal zero, then at least one of them must be zero. You cannot multiply two non-zero numbers and get zero.
Example
If $n \times 5 = 0$, then $n$ must be $0$. If $(x - 3)(x + 2) = 0$, then either $x - 3 = 0$ (so $x = 3$) or $x + 2 = 0$ (so $x = -2$).
Key Insight
Zero is the only number with this special "killer" property. Multiplying anything by zero always produces zero.
Definition
The zero product property: if $ab = 0$, then $a = 0$ or $b = 0$ (or both). This property is essential for solving factored equations. It applies to real numbers but not to all algebraic structures.
Example
Solve $x^2 - x - 6 = 0$. Factor: $(x - 3)(x + 2) = 0$. By zero product property: $x - 3 = 0$ giving $x = 3$, or $x + 2 = 0$ giving $x = -2$.
Key Insight
The zero product property is only valid when the right side is zero. Always move all terms to one side and set equal to zero before factoring to solve.
Definition
The zero product property holds in an integral domain: a ring $R$ (commutative, with unity) in which $ab = 0$ implies $a = 0$ or $b = 0$. Elements $a$, $b$ with $ab = 0$ but neither equal to zero are called zero divisors. The integers $\mathbb{Z}$ and all fields are integral domains. The ring $\mathbb{Z}/6\mathbb{Z}$ is not, since $2 \times 3 = 0 \bmod 6$ yet $2 \neq 0$ and $3 \neq 0$.
Example
In $\mathbb{Z}/6\mathbb{Z}$: $2 \times 3 = 6 = 0 \pmod{6}$, so $2$ and $3$ are zero divisors. This means the zero product property fails, and factoring to solve equations is not valid in this ring without extra care.
Key Insight
Integral domains are precisely the commutative rings where the zero product property holds universally. This property is what makes polynomial factoring a valid technique for finding roots.