ALG1-8.2

Solving Quadratics by Factoring & Square Roots

Learn to solve quadratic equations by factoring with the zero product property and by taking square roots, keeping both roots and reading them as x-intercepts.

What you'll do in this lesson

A voice-first session with the Crimsora tutor on Solving Quadratics by Factoring & Square Roots, then targeted practice and FRQs — with the tutor adapting to where you get stuck.

What this lesson covers

A quadratic equation can have two solutions, one, or none — and the fastest way to find them is often not a formula at all. In this lesson you will use two tools: the zero product property, which turns a factored quadratic into two tiny linear equations, and taking square roots, which cracks open any equation shaped like x2=kx^2 = k or (xh)2=k(x-h)^2 = k.

Both methods share the same big idea: the solutions of ax2+bx+c=0ax^2+bx+c=0 are exactly the xx-values where the parabola y=ax2+bx+cy = ax^2+bx+c crosses the xx-axis. That is why solutions are called roots, zeros, and xx-intercepts interchangeably. The two habits that cause the most trouble are forgetting to set one side equal to zero before factoring, and forgetting the negative root when you take a square root. Get those two right and this topic becomes the quickest section of the unit.

The Zero Product Property: Why Factoring Solves Equations

The zero product property says: if AB=0A \cdot B = 0, then A=0A = 0 or B=0B = 0 (or both). Zero is the only number with this power. If two numbers multiply to 1212, you know nothing about either one — they could be 33 and 44, or 2424 and 12\frac{1}{2}. But if they multiply to 00, at least one of them must be 00.

That is the entire engine behind solving by factoring. Rewrite the quadratic as a product equal to zero, then set each factor equal to zero separately.x2+2x15=0    (x+5)(x3)=0    x=5 or x=3x^2 + 2x - 15 = 0 \;\Rightarrow\; (x+5)(x-3) = 0 \;\Rightarrow\; x = -5 \text{ or } x = 3The non-negotiable first step is getting zero alone on one side. A very common wrong move looks like this: from (x+5)(x3)=12(x+5)(x-3) = 12, a student writes x+5=12x+5=12 and x3=12x-3=12. That is invalid, because the zero product property only applies to a product of zero. You must expand, collect everything on one side, and re-factor.

Another frequent error is dividing both sides by xx. In x2=7xx^2 = 7x, dividing by xx gives x=7x = 7 and quietly destroys the solution x=0x = 0. Instead write x27x=0x^2 - 7x = 0, factor to x(x7)=0x(x-7)=0, and keep both roots: x=0x = 0 and x=7x = 7. Dividing by a variable is always risky, because that variable might be zero.

Finally, check your factoring by multiplying back out. If the expansion does not match the original, the roots will be wrong no matter how carefully you finish.

Choosing a Factoring Pattern

Before factoring, always scan in this order: common factor first, then a recognizable pattern, then trial with the trinomial.
Form you seePatternExample
Every term shares a factorPull out the GCF3x212x=03x(x4)=03x^2-12x=0 \to 3x(x-4)=0
x2a2x^2 - a^2Difference of squaresx249=(x+7)(x7)x^2-49=(x+7)(x-7)
x2+bx+cx^2+bx+cTwo numbers with product cc, sum bbx2x20=(x5)(x+4)x^2-x-20=(x-5)(x+4)
ax2+bx+cax^2+bx+c, a1a \neq 1Product acac, sum bb, then group2x27x152x^2-7x-15
For the last row, use the acac method. In 2x27x152x^2-7x-15, ac=30ac = -30 and you need two numbers multiplying to 30-30 and adding to 7-7: those are 10-10 and 33. Split the middle term: 2x210x+3x152x^2-10x+3x-15, group as 2x(x5)+3(x5)2x(x-5)+3(x-5), and factor out the common binomial to get (x5)(2x+3)(x-5)(2x+3).

When you pull out a numerical GCF like the 33 in 3x(x4)=03x(x-4)=0, do not set it equal to zero — 3=03 = 0 is false and produces no solution. Only factors containing the variable generate roots.

A repeated factor gives a double root. From x26x+9=0x^2-6x+9=0 you get (x3)2=0(x-3)^2=0, so x=3x = 3 is the only solution; graphically the parabola touches the xx-axis at one point instead of crossing it. And some quadratics simply do not factor over the integers — that is what completing the square and the quadratic formula are for later in this unit.

Taking Square Roots: x² = k and (x − h)² = k

When a quadratic has no plain xx term — or when the variable part is already a perfect square — skip factoring and undo the square directly.

If x2=kx^2 = k and k>0k > 0, then x=±kx = \pm\sqrt{k}. The ±\pm is essential: both 525^2 and (5)2(-5)^2 equal 2525, so x2=25x^2 = 25 has the two solutions x=5x = 5 and x=5x = -5. Writing only x=5x = 5 throws away half the answer, and it is the single most common mistake in this section.

The same move works when the squared quantity is a binomial. For (xh)2=k(x-h)^2 = k, take the square root of both sides to get xh=±kx - h = \pm\sqrt{k}, then add hh:(x3)2=16    x3=±4    x=7 or x=1(x-3)^2 = 16 \;\Rightarrow\; x-3 = \pm 4 \;\Rightarrow\; x = 7 \text{ or } x = -1Isolate the squared expression before rooting. In 2(x+1)218=02(x+1)^2 - 18 = 0, first add 1818 and divide by 22 to get (x+1)2=9(x+1)^2 = 9, then root. Taking the square root while the 18-18 is still attached is not a legal step, because A+BA+B\sqrt{A+B} \neq \sqrt{A}+\sqrt{B}.

Three cases for kk:
Value of kkSolutionsGraph meaning
k>0k > 0Two real roots, x=h±kx = h \pm \sqrt{k}Parabola crosses the xx-axis twice
k=0k = 0One root, x=hx = hVertex sits on the xx-axis
k<0k < 0No real solutionsParabola never reaches the xx-axis
If kk is not a perfect square, leave the answer exact: (x2)2=12(x-2)^2 = 12 gives x=2±23x = 2 \pm 2\sqrt{3}.

Roots, Zeros, and x-Intercepts Are the Same Thing

Solving ax2+bx+c=0ax^2+bx+c=0 means finding the inputs that make the output zero. On the graph of y=ax2+bx+cy = ax^2+bx+c, output zero means height zero — a point on the xx-axis. So every solution you find is an xx-intercept, written as the point (root,0)(\text{root},\, 0).

If x22x8=0x^2-2x-8=0 factors to (x4)(x+2)=0(x-4)(x+2)=0, the roots are x=4x = 4 and x=2x = -2, and the parabola crosses the xx-axis at (4,0)(4,0) and (2,0)(-2,0). Reading it backwards is just as useful: a parabola with xx-intercepts at 2-2 and 44 has an equation of the form y=a(x+2)(x4)y = a(x+2)(x-4).

This connection gives you a free bonus. A parabola is symmetric, so its axis of symmetry sits exactly halfway between the two xx-intercepts. Average the roots: 4+(2)2=1\frac{4+(-2)}{2} = 1, so the axis of symmetry is x=1x = 1, and substituting gives the vertex (1,9)(1,-9). Two roots, and you have the whole shape.

Use the graph as a reality check on your algebra. If you solve (x3)2=4(x-3)^2 = -4 and think you found roots, remember that y=(x3)2+4y = (x-3)^2+4 is a parabola with vertex (3,4)(3,4) opening upward — it lives entirely above the xx-axis, so no real root exists. Likewise, a repeated factor such as (x3)2=0(x-3)^2 = 0 means the vertex is the only contact point.

In word problems later in this unit, a root often answers "when does the ball hit the ground?" — and there you may reject a negative root as physically meaningless, even though it is algebraically correct.

Deciding Which Method to Use

Both methods are correct whenever they apply; efficiency is what you are choosing.
EquationBest first moveWhy
x25x+6=0x^2 - 5x + 6 = 0FactorHas an xx term; factors easily
x2=40x^2 = 40Square rootsNo xx term, kk not a perfect square
(x+7)2=9(x+7)^2 = 9Square rootsSquared binomial already isolated
4x225=04x^2 - 25 = 0EitherDifference of squares, or x2=254x^2 = \frac{25}{4}
3x2=12x3x^2 = 12xFactorCollect to 3x(x4)=03x(x-4)=0; do not divide by xx
Notice the fourth row. Solving 4x225=04x^2-25=0 by factoring gives (2x5)(2x+5)=0(2x-5)(2x+5)=0, so x=52x = \frac{5}{2} or x=52x = -\frac{5}{2}. Solving by roots gives x2=254x^2 = \frac{25}{4}, so x=±52x = \pm\frac{5}{2}. Same answers — which confirms that the ±\pm in the square-root method is doing exactly the job that the two factors do.

Always verify by substitution, especially with fractional or negative roots. For x=52x = -\frac{5}{2}: 4(52)225=425425=04\left(-\frac{5}{2}\right)^2 - 25 = 4 \cdot \frac{25}{4} - 25 = 0. Correct.

One last caution: the number of solutions is a property of the equation, not of how tired you are of writing. Report every root you find, and state clearly when there are none, rather than leaving an answer blank.

Key terms

Zero product property.
If AB=0A \cdot B = 0, then A=0A = 0 or B=0B = 0. It applies only when the product equals zero, which is why the equation must be set to zero first.
Root (zero) of a quadratic.
A value of xx that makes the quadratic expression equal zero; it is also an xx-intercept of the corresponding parabola.
Standard form.
A quadratic equation written as ax2+bx+c=0ax^2+bx+c=0 with all terms on one side, the form required before factoring.
Difference of squares.
The pattern x2a2=(x+a)(xa)x^2 - a^2 = (x+a)(x-a), which gives the roots x=ax = a and x=ax = -a.
Double root.
A solution that comes from a repeated factor, such as x=3x = 3 from (x3)2=0(x-3)^2 = 0; the parabola touches the xx-axis there instead of crossing.
Square root property.
If (xh)2=k(x-h)^2 = k with k0k \ge 0, then x=h±kx = h \pm \sqrt{k}; if k<0k < 0 there are no real solutions.
Axis of symmetry.
The vertical line halfway between the two xx-intercepts, found by averaging the roots.

Worked example

Solve 2x27x=152x^2 - 7x = 15, then state the xx-intercepts of y=2x27x15y = 2x^2 - 7x - 15 and the axis of symmetry.
Step 1 — Set the equation equal to zero. Subtract 1515 from both sides: 2x27x15=02x^2 - 7x - 15 = 0. Skipping this step and writing 2x2=152x^2 = 15 or x(2x7)=15x(2x-7)=15 leads nowhere, because the zero product property needs a product of zero.

Step 2 — Factor using the acac method. Here a=2a = 2, c=15c = -15, so ac=30ac = -30, and b=7b = -7. Find two numbers with product 30-30 and sum 7-7: 10-10 and 33.

Step 3 — Split the middle term and group. 2x210x+3x15=02x^2 - 10x + 3x - 15 = 0, so 2x(x5)+3(x5)=02x(x-5) + 3(x-5) = 0, which gives (x5)(2x+3)=0(x-5)(2x+3) = 0.

Step 4 — Apply the zero product property. Either x5=0x - 5 = 0 or 2x+3=02x + 3 = 0, so x=5x = 5 or x=32x = -\frac{3}{2}.

Step 5 — Check. For x=5x = 5: 2(25)7(5)=5035=152(25) - 7(5) = 50 - 35 = 15. Correct. For x=32x = -\frac{3}{2}: 294+212=92+212=152 \cdot \frac{9}{4} + \frac{21}{2} = \frac{9}{2} + \frac{21}{2} = 15. Correct.

Step 6 — Interpret graphically. The xx-intercepts are (5,0)(5,0) and (32,0)\left(-\frac{3}{2},0\right). Averaging the roots gives the axis of symmetry: x=5+(1.5)2=1.75x = \frac{5 + (-1.5)}{2} = 1.75.

Practice questions

What are the solutions of (x+4)2=25(x+4)^2 = 25?
  1. x=1x = 1 only
  2. x=1x = 1 and x=9x = -9
  3. x=21x = 21 and x=29x = -29
  4. x=29x = 29 and x=21x = -21

Answer: x=1x = 1 and x=9x = -9

Take the square root of both sides, keeping both signs: x+4=±5x + 4 = \pm 5. That splits into x+4=5x + 4 = 5, giving x=1x = 1, and x+4=5x + 4 = -5, giving x=9x = -9. Choosing only x=1x = 1 means dropping the negative root. The choices with 2121 and 2929 come from squaring or adding 2525 instead of 55; always take the root of the right side first, then undo the +4+4.
A student solves x2=6xx^2 = 6x by dividing both sides by xx and reports the single solution x=6x = 6. Explain what went wrong and give the complete solution.

Answer: Dividing by xx assumes x0x \neq 0 and erases the root x=0x = 0. Correct method: x26x=0x^2 - 6x = 0, so x(x6)=0x(x-6) = 0, giving x=0x = 0 and x=6x = 6.

Dividing both sides of an equation by a variable is only valid if that variable cannot be zero, and here it can be — substituting x=0x = 0 gives 0=00 = 0, a true statement. Moving everything to one side and factoring out the GCF preserves every solution. Graphically, y=x26xy = x^2 - 6x crosses the xx-axis at (0,0)(0,0) and (6,0)(6,0), so a quadratic answer with only one root should make you suspicious unless there is a repeated factor.
Solve 3(x2)227=03(x-2)^2 - 27 = 0 and state the xx-intercepts of y=3(x2)227y = 3(x-2)^2 - 27.

Answer: x=5x = 5 and x=1x = -1; the xx-intercepts are (5,0)(5,0) and (1,0)(-1,0).

Isolate the squared expression before rooting: add 2727 to get 3(x2)2=273(x-2)^2 = 27, then divide by 33 to get (x2)2=9(x-2)^2 = 9. Now take the square root of both sides with both signs: x2=±3x - 2 = \pm 3, so x=5x = 5 or x=1x = -1. Dividing by 33 without also dividing the 2727, or rooting while the 27-27 is still attached, both give wrong answers. Since the solutions make y=0y = 0, they are exactly the xx-intercepts, and the axis of symmetry x=2x = 2 sits halfway between them — matching the vertex form of the equation.

FAQ

Why do I have to move everything to one side before factoring?
Because the zero product property only works for a product equal to zero. If (x+2)(x+3)=6(x+2)(x+3) = 6, knowing the product is 66 tells you nothing about either factor — there are infinitely many pairs multiplying to 66. Only zero forces one factor to be zero. So expand, collect all terms on one side, and factor the new expression.
When does a quadratic have no real solutions?
When the parabola never touches the xx-axis. With the square root method you see it immediately: (xh)2=k(x-h)^2 = k has no real solution if k<0k < 0, since no real number squares to a negative. For example, (x+1)2=4(x+1)^2 = -4 has no real solution, and the graph y=(x+1)2+4y = (x+1)^2+4 sits entirely above the xx-axis.
What if the quadratic will not factor with integers?
Then factoring is the wrong tool, not a failed one. Equations like x2+3x5=0x^2+3x-5=0 have real roots that are irrational, so you will use completing the square or the quadratic formula, both covered later in this unit. Spend a reasonable amount of time hunting for integer factors, and if none exist, switch methods.
Are roots, zeros, solutions, and x-intercepts different things?
They describe the same numbers from different angles. Solutions and roots are the xx-values satisfying the equation; zeros are the inputs where the function outputs zero; xx-intercepts are the points (root,0)(\text{root},\,0) on the graph. The only real difference is that an intercept is written as an ordered pair, while a root is written as a single number.

Learn this with a teacher, not a page

The Crimsora tutor teaches Solving Quadratics by Factoring & Square Roots live — explaining on a whiteboard, asking you questions, and adapting to where you get stuck.