When the Unknown Multiplies Itself
A product equals zero only when a factor does, so factoring x² + bx + c into (x + p)(x + q) — product c, sum b — turns one quadratic equation into two one-step equations. · 12 min
Every equation you have solved so far kept the unknown to the first power: x appeared, perhaps on both sides, but never multiplied by itself. One balancing sequence always cornered it. An equation like x² + 5x + 6 = 0 is different. Subtract, divide as you like — the x² and the x refuse to merge, and balancing stalls. Solving it takes one new principle about the number zero, plus a skill you already own: un-multiplying an expression into factors.
Guess before you learn
Two numbers multiply to give exactly 0. What do you know for certain?
Try to build a counterexample and it fails: any two nonzero numbers, whatever their signs, multiply to something nonzero. A product is 0 only when a factor is 0. That single fact — the zero-product property — is about to solve equations that balancing cannot.
9–12
3–5
Multiplication has one special number: zero. Multiply anything by zero and the product is 0 — and zero is the only number that does this. So if two secret numbers multiply to 0, you can say something certain without peeking: at least one of the secret numbers is 0.
That is a detective's clue. If one thing times another thing equals 0, the mystery splits into two easy cases: the first thing is 0, or the second thing is.
6–8
The zero-product property: if a · b = 0, then a = 0 or b = 0, possibly both. So an equation like (x − 2)(x + 3) = 0 splits into two one-step equations: x − 2 = 0 or x + 3 = 0, giving x = 2 or x = −3. Two answers — and both check.
The property is special to zero. From (x − 2)(x + 3) = 10 you may conclude nothing about either factor: 2 × 5, 10 × 1, and −2 × −5 all make 10. Before splitting, an equation must have a product on one side and 0 on the other.
9–12
To use the property on x² + bx + c = 0, reverse the multiplication. Expanding (x + p)(x + q) gives x² + (p + q)x + pq — the middle coefficient is the sum of p and q, the constant their product. Factoring is the reverse search: find two numbers with product c and sum b.
Geometry confirms the algebra: y = x² + bx + c graphs as a parabola, and the solutions of x² + bx + c = 0 are exactly the x-values where that parabola crosses the x-axis — the inputs where y is 0. Two crossings, one touch, or none: a quadratic may have two, one, or zero real solutions, and factoring finds them whenever the crossings land on rational numbers.
K–2
Multiply two numbers and get 0? Then one of them was 0. Look: 5 × 0 = 0. And 0 × 8 = 0. But 5 × 8 = 40 — never 0.
Try any numbers that are not 0. Their product is never 0. To make 0 by multiplying, you must use 0.
Undergrad
The zero-product property is not arithmetic habit but structure: the real numbers form an integral domain — no zero divisors. The property fails elsewhere. In arithmetic mod 6, 2 · 3 = 0 with neither factor zero. Solving by factoring silently invokes the domain axiom every time.
It also powers the fundamental bound: a polynomial of degree n over a field has at most n roots, because each root r splits off a factor (x − r), and a product of nonzero values cannot vanish. The quadratic's 'at most two solutions' is the n = 2 case.
Postgrad
In a commutative ring R, the implication ab = 0 ⇒ a = 0 or b = 0 defines an integral domain; R[x] inherits the property, and k[x] over a field k is moreover a principal ideal domain with unique factorization. Root-finding via factoring is the factor theorem: r is a root of f iff (x − r) divides f — an instance of division with remainder.
Over rings with zero divisors the root count explodes — x² − 1 has four roots in ℤ/8. Completing the square, the engine behind the quadratic formula, works in any field of characteristic other than 2; and which quadratics factor over ℚ versus ℝ versus ℂ is the doorway to Galois theory.
zero-product property
If a product of factors equals 0, at least one factor is 0. The licence to split (x + 2)(x + 3) = 0 into two one-step equations.
Now the reverse skill. Multiply (x + p)(x + q) and collect terms: x² + (p + q)x + pq. Read that as a recipe in reverse — to factor x² + bx + c, hunt for two numbers whose product is c and whose sum is b. For x² + 5x + 6, the pairs multiplying to 6 are 1 · 6 and 2 · 3; only 2 + 3 makes 5. So x² + 5x + 6 = (x + 2)(x + 3), and an equation nobody could balance becomes two that anyone can.
Solve x² + 5x + 6 = 0 — the steps fade as you master them
2 and 3
(x + 2)(x + 3) = 0
x + 2 = 0 or x + 3 = 0
x = −2 or x = −3
4 − 10 + 6 = 0, which matches
Signs carry information. In x² − 7x + 12, the product must be +12 and the sum −7: both numbers are negative, giving (x − 3)(x − 4). In x² + 2x − 8, the product is −8, so the numbers have opposite signs, and the sum +2 says the positive one is larger: (x + 4)(x − 2). You never memorize the cases. The product decides whether the signs agree; the sum decides which sign leads.
Why is this true?
Why are the solutions the pair with signs flipped — the pair 2, 3 giving roots −2, −3?
Because the factor x + 2 vanishes when x = −2. The root is whatever makes its factor zero, which is the opposite of the number written inside it.
This folio closes the course, and the arc is worth seeing whole. A letter held a number. Expressions gave the letter grammar; equations made claims about it; balancing recovered it. Lines put pairs of unknowns in a plane, and systems crossed them. And when the unknown finally multiplied itself, zero — of all numbers — handed you the key. Algebra II takes up the quadratics that refuse to factor; geometry takes up the plane. Both will assume everything in these sixteen folios, and you now own all of it.
Note
The Examination Desk — tests, typeset properly — waits at the end of this course. These sixteen folios are its entire syllabus.
Practice — new ink and old, interleaved
1.Check by substitution: evaluate (−3)² + 5(−3) + 6.
2.Match each expression to its simplified form.
3.From memory: how do you factor x² + bx + c, and what must the two numbers satisfy?
Find numbers p and q with product c and sum b; then x² + bx + c = (x + p)(x + q).
How close were you? Grade yourself honestly — it sets your review date.
4.Which equation is ready for the zero-product property, exactly as written?
5.Match each expression to its simplified form.
6.Put the moves for solving a quadratic by factoring in working order.
- Check a solution in the original equation
- Set each factor equal to 0
- Factor the left side into (x + p)(x + q)
- Arrange the equation as x² + bx + c = 0
- Solve the two one-step equations
7.Without looking back: what is a variable, and what does 7m mean?
A variable is a letter standing for a number not yet fixed; 7m means 7 × m.
How close were you? Grade yourself honestly — it sets your review date.
8.Solve x² − 9x + 20 = 0. Give the smaller solution.
9.You substitute y = x − 2 into 3y + x = 10. Which is correct?