A quadratic equation is one with an x2 term — the standard form is ax2 + bx + c = 0. That single squared term is a real turning point in algebra: graphs stop being straight lines and become U-shaped curves called parabolas, and equations usually have two solutions instead of one. There are a few ways to solve them, and the art is matching the method to the problem.
First, factoring is just distributing in reverse
You already know the distributive law forward: (x + 2)(x + 3) multiplies out to x2 + 5x + 6. Factoring is that same process run backward — starting from x2+ 5x + 6 and recovering the two parentheses it came from. Seeing it as “un-distributing” rather than a brand-new trick takes a lot of the fear out of it.
For a simple quadratic like x2 + 5x + 6, you’re hunting for two numbers that multiply to the last term (6) and add to the middle coefficient (5). That’s 2 and 3. So it factors as (x + 2)(x + 3). Most of factoring is getting fast at that “multiply to this, add to that” search.
The zero-product property — why we factor at all
Here’s the idea that makes factoring worth the trouble, and a lot of students are never told it out loud. If two things multiply to zero, then at least one of them mustbe zero — there’s no other way to get a product of zero. So once you’ve written a quadratic as (x + 2)(x + 3) = 0, you can split it into two tiny equations:
- x + 2 = 0, which gives x = −2
- x + 3 = 0, which gives x = −3
Two solutions, x = −2 and x = −3, and now you can see where the curve crosses the x-axis. This trick only works because the right side is zero — which is why the very first step with any quadratic is to get everything on one side and a clean 0 on the other.
The quadratic formula — the one that never fails
Plenty of quadratics don’t factor with nice whole numbers. For those, the quadratic formula always works, no matter how ugly the numbers:
x = [ −b ± √(b2 − 4ac) ] / 2a
You read a, b, and c straight off ax2 + bx + c = 0 and substitute. The ±is doing something important — it’s the formula’s way of handing you bothanswers at once, the “plus” version and the “minus” version. That matches the two crossings you’d see on the graph.
The piece under the square root, b2 − 4ac, is called the discriminant, and it quietly tells you what to expect before you finish: positive means two real answers, zero means exactly one, and negative means no real answers (the parabola never touches the x-axis).
So which method do I use?
- Try factoring first when the numbers look friendly — small whole numbers that obviously multiply and add the way you need. It’s faster when it works.
- Reach for the quadratic formula the moment factoring gets awkward, or when the problem involves decimals, big numbers, or square roots. It never gets stuck.
A good rule of thumb I give students: spend about thirty seconds looking for a clean factor pair. If it doesn’t appear, stop hunting and use the formula. Don’t burn five minutes forcing a factorization that may not exist.
The mistakes I see most
Two recurring ones. First, forgetting to set the equation equal to zero before factoring — the zero-product property simply doesn’t apply otherwise, so the “answers” are meaningless. Second, sign slips inside the formula, especially with the −b out front when b is already negative. That’s the same invisible-sign trouble from the expressions page, just wearing a fancier outfit.
Want to work through it together?
Quadratics are where a lot of students decide algebra is “just too hard” — but almost always it’s one of these two ideas (the zero-product property, or reading a, b, c cleanly) that never got nailed down. We’ll find which one and make it solid, and the two-answer world stops feeling chaotic.