Skip to main content
guidealgebra

How to Factor Quadratic Equations: Every Method Explained with Worked Examples

·14 min read·Solvify Team

Factoring quadratic equations is one of those skills that shows up constantly — on quizzes, standardized tests, and in higher-level math courses that build on algebra. A quadratic equation has the form ax² + bx + c = 0, and factoring means rewriting it as a product of two simpler expressions so you can read off the solutions directly. This guide explains how to factor quadratic equations using three distinct methods: the factor-pair method for simple monic cases, the AC method for any quadratic regardless of leading coefficient, and special algebraic patterns that let you factor in one step when the structure is right. Every method is illustrated with complete numerical examples, and a practice section at the end gives you problems of increasing difficulty to test yourself.

What Factoring a Quadratic Equation Actually Means

A quadratic equation in standard form is ax² + bx + c = 0, where a ≠ 0. Factoring means rewriting the left side as a product of two binomials (px + q)(rx + s). Once the equation is in that form, the zero-product property finishes the job: if two factors multiply to zero, at least one must equal zero — so one quadratic becomes two simple linear equations. For example, x² + 5x + 6 = 0 factors as (x + 2)(x + 3) = 0, giving x = −2 or x = −3 directly. Factoring over the integers is only possible when the discriminant b² − 4ac is a perfect square (0, 1, 4, 9, 16, 25, …). When it is not a perfect square, roots are irrational and the quadratic formula is the right tool. When the discriminant is negative, roots are complex. Learning how to factor quadratic equations includes knowing when to use factoring and when to switch methods — that judgment alone saves meaningful time on every timed exam.

Zero-product property: if (px + q)(rx + s) = 0, then px + q = 0 or rx + s = 0. This converts a quadratic into two linear equations.

Method 1 — How to Factor Quadratic Equations When a = 1

When the leading coefficient a equals 1, the quadratic is called monic and has the form x² + bx + c = 0. This is the most common form in introductory algebra courses and is handled by the factor-pair method. The logic is straightforward: if the factored form is (x + p)(x + q), expanding gives x² + (p + q)x + pq. So you need two numbers p and q whose sum equals b and whose product equals c. With small integers this search takes under a minute. The four steps below apply to every monic quadratic.

1. Step 1 — Write in standard form with zero on the right

Move all terms to the left side so the equation reads x² + bx + c = 0. If you have x² + 3x = 10, subtract 10 from both sides first: x² + 3x − 10 = 0. Never identify b or c until the equation is in this form — skipping this step leads to wrong factor pairs.

2. Step 2 — Record b and c with their signs

Read b and c directly from the standard form, keeping the sign attached. In x² + 3x − 10 = 0, b = 3 and c = −10. The sign is part of the coefficient; stripping it away is a common source of error.

3. Step 3 — Find two integers whose product is c and sum is b

List factor pairs of c (including negative pairs if c is negative) and check which pair sums to b. For c = −10: factor pairs are (1, −10), (−1, 10), (2, −5), (−2, 5). Check sums: 1 + (−10) = −9, no. (−1) + 10 = 9, no. 2 + (−5) = −3, no. (−2) + 5 = 3, yes! The pair is (−2, 5).

4. Step 4 — Write the factored form and solve using the zero-product property

Use the pair to write (x − 2)(x + 5) = 0. Set each factor to zero: x − 2 = 0 gives x = 2, and x + 5 = 0 gives x = −5. Always verify both answers: for x = 2: 4 + 6 − 10 = 0 ✓. For x = −5: 25 − 15 − 10 = 0 ✓.

For monic quadratics: find p, q where p × q = c and p + q = b. The factored form is (x + p)(x + q) = 0.

Method 2 — How to Factor Quadratic Equations with a Leading Coefficient (AC Method)

When a ≠ 1, the factor-pair method needs an extension called the AC method, sometimes called the split-the-middle-term method or grouping method. It works by transforming the problem into one you already know how to handle. The idea: multiply a × c to get a new product, find two numbers that multiply to this product and add to b, use those numbers to rewrite the middle term as two terms, then factor by grouping. This method works for any factorable quadratic — if the pair exists, the method produces the answer.

1. Step 1 — Identify a, b, c in standard form

Make sure the equation reads ax² + bx + c = 0. For 2x² + 11x + 12 = 0, we have a = 2, b = 11, c = 12. If the equation is not in standard form, rearrange it before continuing.

2. Step 2 — Compute the product a × c

Multiply the leading coefficient by the constant: 2 × 12 = 24. This product replaces c in the factor-search step.

3. Step 3 — Find two numbers that multiply to a × c and add to b

You need two numbers multiplying to 24 and adding to 11. Factor pairs of 24: (1, 24), (2, 12), (3, 8), (4, 6). Sums: 3 + 8 = 11, yes. The pair is (3, 8).

4. Step 4 — Rewrite the middle term using the pair

Replace 11x with 3x + 8x: 2x² + 3x + 8x + 12 = 0. The equation is algebraically unchanged — you have only split the middle term into two parts.

5. Step 5 — Factor by grouping

Group the four terms in pairs: (2x² + 3x) + (8x + 12) = 0. Factor the GCF from each group: x(2x + 3) + 4(2x + 3) = 0. The binomial (2x + 3) appears in both groups, so factor it out: (x + 4)(2x + 3) = 0.

6. Step 6 — Solve with the zero-product property

x + 4 = 0 gives x = −4. 2x + 3 = 0 gives x = −3/2. Check x = −4: 2(16) + 11(−4) + 12 = 32 − 44 + 12 = 0 ✓. Check x = −3/2: 2(9/4) + 11(−3/2) + 12 = 9/2 − 33/2 + 24/2 = 0/2 = 0 ✓.

AC method in one sentence: find two numbers multiplying to a×c and adding to b, split the middle term, then group and factor.

AC Method — Four Worked Examples Covering Every Sign Configuration

These four examples cover the full range of sign configurations so no combination catches you off guard. Each is worked completely, including the verification step. If the grouping step does not produce a shared binomial factor, recheck the pair or try swapping the two split terms.

1. Example A — 3x² + 10x + 8 = 0 (all positive)

a × c = 3 × 8 = 24. Find pair: product 24, sum 10. Pairs: (4, 6) → sum = 10 ✓. Split: 3x² + 4x + 6x + 8 = 0. Group: x(3x + 4) + 2(3x + 4) = 0. Factor: (x + 2)(3x + 4) = 0. Solutions: x = −2 or x = −4/3. Check x = −2: 3(4) + 10(−2) + 8 = 12 − 20 + 8 = 0 ✓.

2. Example B — 4x² − 8x + 3 = 0 (negative middle, positive constant)

a × c = 4 × 3 = 12. Find pair: product 12, sum −8. Both negative since product positive and sum negative. Pairs (both negative): (−2, −6) → sum = −8 ✓. Split: 4x² − 2x − 6x + 3 = 0. Group: 2x(2x − 1) − 3(2x − 1) = 0. Factor: (2x − 3)(2x − 1) = 0. Solutions: x = 3/2 or x = 1/2. Check x = 3/2: 4(9/4) − 8(3/2) + 3 = 9 − 12 + 3 = 0 ✓.

3. Example C — 5x² + 3x − 14 = 0 (negative constant)

a × c = 5 × (−14) = −70. Find pair: product −70, sum 3. One positive, one negative. Pairs: (10, −7) → product = −70 ✓ and sum = 3 ✓. Split: 5x² + 10x − 7x − 14 = 0. Group: 5x(x + 2) − 7(x + 2) = 0. Factor: (5x − 7)(x + 2) = 0. Solutions: x = 7/5 or x = −2. Check x = 7/5: 5(49/25) + 3(7/5) − 14 = 49/5 + 21/5 − 70/5 = 0 ✓.

4. Example D — 6x² − 13x − 5 = 0 (negative middle, negative constant)

a × c = 6 × (−5) = −30. Find pair: product −30, sum −13. One positive, one negative, with the negative value having larger absolute value. Pairs: (2, −15) → 2 × (−15) = −30 ✓ and 2 + (−15) = −13 ✓. Split: 6x² + 2x − 15x − 5 = 0. Group: 2x(3x + 1) − 5(3x + 1) = 0. Factor: (2x − 5)(3x + 1) = 0. Solutions: x = 5/2 or x = −1/3. Check x = 5/2: 6(25/4) − 13(5/2) − 5 = 150/4 − 130/4 − 20/4 = 0 ✓.

Method 3 — Special Factoring Patterns for Quadratic Equations

Some quadratics fit algebraic identities that allow one-step factoring without any trial-and-error search. Recognizing these patterns is a genuine time-saver on timed exams. The two patterns most relevant to standard quadratic equations are perfect square trinomials and difference of two squares. A third pattern, sum and difference of cubes, applies to degree-3 expressions and falls outside the scope of standard quadratics. Learning to spot these patterns in the first few seconds of a problem is a skill worth building deliberately.

1. Pattern 1 — Perfect Square Trinomial: a²x² ± 2abx + b² = (ax ± b)²

Recognition test: (1) Is the first term a perfect square? (2) Is the last term a perfect square? (3) Is the middle term exactly twice the product of their square roots? If all three are yes, it factors as (√(first) ± √(last))². Example: x² + 14x + 49. First: (x)². Last: (7)². Middle: 14x = 2 × x × 7 ✓. Factored: (x + 7)². Solution: x = −7 (a repeated root). Another: 9x² − 24x + 16. First: (3x)². Last: (4)². Middle: 24x = 2 × 3x × 4 ✓. Factored: (3x − 4)². Solution: x = 4/3 (repeated root). Verify 9x² − 24x + 16: (3x − 4)² = 9x² − 24x + 16 ✓.

2. Pattern 2 — Difference of Squares: a²x² − b² = (ax + b)(ax − b)

This applies when the middle term is absent (b = 0 in standard form) and both terms are perfect squares with a minus sign between them. The factored form always has one sum and one difference. Examples: x² − 36 = (x + 6)(x − 6), giving x = ±6. 4x² − 49 = (2x + 7)(2x − 7), giving x = ±7/2. 25x² − 1 = (5x + 1)(5x − 1), giving x = ±1/5. Important caution: x² + 36 (a sum of squares) does NOT factor over the real numbers — the roots are complex. Only differences of squares factor this way.

3. Combining Patterns — Factor Completely

Sometimes an expression requires more than one step. For 2x² − 50: first factor out the GCF of 2: 2(x² − 25). Then apply difference of squares: 2(x + 5)(x − 5). Solutions: x = 5 or x = −5. Another: 3x² + 12x + 12. Factor GCF of 3: 3(x² + 4x + 4). Recognize perfect square trinomial: 3(x + 2)². Solution: x = −2 (repeated). Always extract the GCF first before checking for patterns — it simplifies the remaining expression and makes the pattern easier to spot.

Quick pattern test: no middle term + both terms perfect squares = difference of squares. All three terms present + first and last are perfect squares + middle = 2 × √first × √last = perfect square trinomial.

How to Choose the Right Method for Factoring Quadratic Equations

A clear decision process eliminates wasted time. Run through this sequence before writing anything, committing to the fastest method that will work.

1. Step 1 — Check for a GCF across all three terms

Before anything else, look for a common factor among the coefficients of ax², bx, and c. For 3x² + 9x − 12 = 0, every coefficient is divisible by 3: factor out 3 to get 3(x² + 3x − 4) = 0. Now x² + 3x − 4 is a monic trinomial, which is easier to factor. Always do this check first — it reduces the complexity of every subsequent step.

2. Step 2 — Check for special patterns

After extracting any GCF, look at what remains. Is the middle term missing? → Check for difference of squares. Do the first and last terms look like perfect squares? → Run the perfect square trinomial test (middle = 2 × product of square roots). If either pattern fits, you can write the factored form in one step. This saves the time needed for the trial-and-error or AC method.

3. Step 3 — Apply the factor-pair method (a = 1) or AC method (a ≠ 1)

If no special pattern applies, check whether a = 1. If yes, use the factor-pair method: find p × q = c and p + q = b. If a ≠ 1, use the AC method: find the pair multiplying to a × c and adding to b, split the middle term, then group and factor. Both methods are systematic and never require guessing if you follow the steps.

4. Step 4 — If no factor pair exists, use the discriminant check

If you have tried the relevant factor pairs and none works, compute b² − 4ac before spending more time searching. If the discriminant is not a perfect square, the quadratic does not factor over the integers. Switch to the quadratic formula: x = (−b ± √(b² − 4ac)) / 2a. This gives exact irrational answers when factoring would produce none.

Decision order: (1) GCF, (2) special patterns, (3) factor-pair (a=1) or AC method (a≠1), (4) discriminant check before giving up.

Full Practice Set — How to Factor Quadratic Equations from Easy to Hard

The twelve problems below cover every factoring situation in this guide, from simple monic trinomials to non-monic equations, special patterns, and a word problem where you build the equation before factoring. Attempt each before reading the solution.

1. Problem 1 — x² + 10x + 24 = 0

b = 10, c = 24, both positive → both numbers positive. Pairs of 24: (4, 6) → sum = 10 ✓. Factored: (x + 4)(x + 6) = 0. Solutions: x = −4 or x = −6. Check x = −4: 16 − 40 + 24 = 0 ✓.

2. Problem 2 — x² − 7x + 12 = 0

b = −7, c = 12 → both negative. Pairs of 12 (both negative): (−3, −4) → sum = −7 ✓. Factored: (x − 3)(x − 4) = 0. Solutions: x = 3 or x = 4. Check x = 3: 9 − 21 + 12 = 0 ✓.

3. Problem 3 — x² − x − 30 = 0

b = −1, c = −30 → opposite signs, larger absolute value negative. Pairs of −30 with opposite signs: (5, −6) → 5 × (−6) = −30 ✓ and 5 + (−6) = −1 ✓. Factored: (x + 5)(x − 6) = 0. Solutions: x = −5 or x = 6. Check x = 6: 36 − 6 − 30 = 0 ✓.

4. Problem 4 — x² + 3x − 40 = 0

b = 3, c = −40 → opposite signs, larger absolute value positive. Pairs of −40: (8, −5) → 8 × (−5) = −40 ✓ and 8 + (−5) = 3 ✓. Factored: (x + 8)(x − 5) = 0. Solutions: x = −8 or x = 5. Check x = 5: 25 + 15 − 40 = 0 ✓.

5. Problem 5 — 2x² + 9x + 10 = 0 (AC method)

a × c = 2 × 10 = 20. Find pair: product 20, sum 9. Pairs: (4, 5) → sum = 9 ✓. Split: 2x² + 4x + 5x + 10 = 0. Group: 2x(x + 2) + 5(x + 2) = 0. Factor: (2x + 5)(x + 2) = 0. Solutions: x = −5/2 or x = −2. Check x = −2: 2(4) + 9(−2) + 10 = 8 − 18 + 10 = 0 ✓.

6. Problem 6 — 3x² − 11x + 6 = 0 (AC method)

a × c = 3 × 6 = 18. Find pair: product 18, sum −11. Both negative. Pairs (both negative): (−2, −9) → sum = −11 ✓. Split: 3x² − 2x − 9x + 6 = 0. Group: x(3x − 2) − 3(3x − 2) = 0. Factor: (x − 3)(3x − 2) = 0. Solutions: x = 3 or x = 2/3. Check x = 3: 3(9) − 11(3) + 6 = 27 − 33 + 6 = 0 ✓.

7. Problem 7 — 6x² + x − 15 = 0 (AC method)

a × c = 6 × (−15) = −90. Find pair: product −90, sum 1. Opposite signs, sum near zero. Pairs: (10, −9) → 10 × (−9) = −90 ✓ and 10 + (−9) = 1 ✓. Split: 6x² + 10x − 9x − 15 = 0. Group: 2x(3x + 5) − 3(3x + 5) = 0. Factor: (2x − 3)(3x + 5) = 0. Solutions: x = 3/2 or x = −5/3. Check x = 3/2: 6(9/4) + (3/2) − 15 = 27/2 + 3/2 − 30/2 = 0 ✓.

8. Problem 8 — x² − 121 = 0 (difference of squares)

Recognize x² − 121 = x² − 11² = (x + 11)(x − 11). Solutions: x = ±11. Check x = 11: 121 − 121 = 0 ✓. No middle term: instant pattern recognition, no trial and error.

9. Problem 9 — x² + 16x + 64 = 0 (perfect square trinomial)

First term: (x)². Last term: (8)². Middle: 16x = 2 × x × 8 ✓. Perfect square trinomial: (x + 8)² = 0. Solution: x = −8 (repeated root). Check: (−8)² + 16(−8) + 64 = 64 − 128 + 64 = 0 ✓.

10. Problem 10 — 5x² − 20 = 0 (GCF then difference of squares)

Factor GCF of 5: 5(x² − 4) = 0. Since 5 ≠ 0, solve x² − 4 = 0. Recognize x² − 4 = (x + 2)(x − 2). Solutions: x = ±2. Check x = 2: 5(4) − 20 = 0 ✓.

11. Problem 11 — 4x² + 12x + 9 = 0 (perfect square trinomial with a ≠ 1)

First term: (2x)². Last term: (3)². Middle: 12x = 2 × 2x × 3 ✓. Perfect square trinomial: (2x + 3)² = 0. Solution: x = −3/2 (repeated root). Check: 4(9/4) + 12(−3/2) + 9 = 9 − 18 + 9 = 0 ✓.

12. Problem 12 — Word problem: A rectangle with area 63 m² has a length 2 m less than twice its width. Find the dimensions.

Let width = x. Then length = 2x − 2. Area equation: x(2x − 2) = 63. Expand: 2x² − 2x = 63. Rearrange to standard form: 2x² − 2x − 63 = 0. Discriminant check: b² − 4ac = 4 + 4(2)(63) = 4 + 504 = 508. Since 508 is not a perfect square, this particular equation does not factor over the integers — a great reminder that not every applied problem produces a factorable quadratic. Use the quadratic formula: x = (2 ± √508) / 4 ≈ (2 ± 22.54) / 4. Taking the positive root: x ≈ 6.14 m (width), length ≈ 10.27 m. Check: 6.14 × 10.27 ≈ 63 m² ✓. This example is included specifically to practice the discriminant check so you know when to stop searching for factor pairs.

Common Mistakes When Factoring Quadratic Equations — and How to Fix Them

Most factoring errors come from a predictable set of habits. Studying this list and actively correcting these habits in practice is more efficient than simply doing more problems without changing your approach. Each mistake below includes the specific fix that eliminates it.

1. Mistake 1 — Not rearranging to standard form before identifying a, b, c

If the equation is x² = 5x − 6, and you read b = 5 and c = −6 without rearranging, you will look for a pair multiplying to −6 and adding to 5. That is wrong. The correct standard form is x² − 5x + 6 = 0, giving b = −5 and c = 6. Fix: always write 'Standard form: ___ = 0' and fill it in as the very first step, before reading any coefficients.

2. Mistake 2 — Skipping the GCF check

For 3x² − 12x − 15 = 0, going directly to the AC method gives a × c = −45 and a search through many factor pairs. Factoring out the GCF of 3 first gives 3(x² − 4x − 5) = 0, and the monic trinomial x² − 4x − 5 factors by inspection: (x − 5)(x + 1) = 0. The GCF check takes five seconds and can cut the remaining work in half.

3. Mistake 3 — Mixing up the sign when writing the factored form

If your factor pair is (−3, 8), the factored form for a monic quadratic is (x − 3)(x + 8) = 0, giving solutions x = 3 or x = −8. Students often write (x + 3)(x − 8) instead, flipping the signs entirely and getting the wrong solutions. The pair values p and q go into the binomial with the opposite sign: (x + p)(x + q) uses +p, so the solution is x = −p. Write the pair and the solutions side by side to keep them straight.

4. Mistake 4 — Treating the factored form as the final answer

Writing (x − 4)(x + 1) = 0 is only part of the solution. The actual answer is x = 4 or x = −1, obtained by applying the zero-product property. On exams, many teachers mark the factored form as incomplete and deduct points. Always write 'x = ___ or x = ___' explicitly.

5. Mistake 5 — Searching for factor pairs indefinitely when none exist

If you have checked all reasonable factor pairs of c and none sum to b, compute b² − 4ac before searching further. For x² + 3x + 5 = 0: b² − 4ac = 9 − 20 = −11. The discriminant is negative — there are no real solutions and factoring over the integers is impossible. Do not waste time continuing to search. Switch immediately to the quadratic formula or note that no real solutions exist.

6. Mistake 6 — Grouping error in the AC method

After splitting the middle term in the AC method, the two groups must share a common binomial factor. If they do not share one, either the arithmetic is wrong or the split terms are in the wrong order. Fix: (a) recheck that your two numbers genuinely multiply to a × c and add to b. (b) Try swapping the two split terms. For 6x² + 11x + 4, split as 6x² + 3x + 8x + 4: groups give 3x(2x + 1) + 4(2x + 1) = (3x + 4)(2x + 1). If you split in the opposite order — 6x² + 8x + 3x + 4 — groups give 2x(3x + 4) + 1(3x + 4) = (2x + 1)(3x + 4), the same result. Either order works.

Before spending more than 30 seconds hunting for factor pairs, compute b² − 4ac. A result that is not a perfect square means the quadratic cannot be factored over the integers.

Factoring vs. the Quadratic Formula — When to Use Each

Factoring and the quadratic formula are complementary tools, not competing ones. The formula x = (−b ± √(b² − 4ac)) / 2a always works — for rational roots, irrational roots, or complex roots. Factoring is faster when it applies, but only applies when the discriminant b² − 4ac is a perfect square. Textbook and exam problems are usually designed to have rational roots, so factoring is worth trying first. Applied problems from science or engineering often have irrational roots, so the formula is the better starting point there. A reliable rule: if b and c are small integers and the problem asks to factor, spend up to 45 seconds looking for the pair. If nothing works, compute b² − 4ac to confirm whether the equation factors at all, then switch to the formula. Completing the square is a third option — useful for deriving vertex form or when completing the square reveals elegant structure — but for purely finding roots, factoring or the formula is the faster path.

Use factoring when the discriminant is a perfect square and roots are small rational numbers. Use the quadratic formula when roots are irrational or when factoring does not quickly reveal the pair.

FAQ — How to Factor Quadratic Equations

These are the questions that come up most often when students are learning how to factor quadratic equations. The answers focus on what to actually do during a problem, not abstract theory.

1. Can I always use the quadratic formula instead of factoring?

Yes. The quadratic formula x = (−b ± √(b² − 4ac)) / 2a works for every quadratic equation without exception. Factoring is a faster option for problems with rational roots, but it is never mandatory. Many exam problems specify 'factor' as the expected method, so check the instructions. If no method is specified, you may use whichever approach you prefer.

2. How do I factor quadratic equations when there is a coefficient in front of x²?

Use the AC method: compute a × c, find two numbers multiplying to that product and adding to b, split the middle term using the pair, then factor by grouping. The full six-step process with worked examples is in the AC method section above.

3. Does the order of the two split terms matter in the AC method?

No — either order of the split terms will produce the same factored form. 6x² + 3x + 8x + 4 and 6x² + 8x + 3x + 4 both lead to (2x + 1)(3x + 4) = 0 via grouping. If the grouping does not produce a shared binomial in one order, try the other — it will always work if your pair is correct.

4. Is there a pattern to when a quadratic equation has a repeated root?

A quadratic has a repeated root when the discriminant b² − 4ac = 0. The quadratic is then a perfect square trinomial. For example, x² − 6x + 9 = 0: b² − 4ac = 36 − 36 = 0. Factored: (x − 3)² = 0. Single solution: x = 3.

5. Should I verify solutions by substituting back?

Yes. Substituting each solution into the original equation is the fastest correctness check and catches sign errors before you move on. Make it a habit — it takes under 30 seconds and prevents losing marks to arithmetic slips in the factoring step.

Tags:
guidealgebra

Get Homework Help Now

Join millions of students using our AI math solver for homework help. Get instant solutions to math problems, step-by-step explanations, and 24/7 homework assistance.

Available for iOS and Android devices