AC Factoring Method Explained- A Step-by-Step Guide
What Is the AC Factoring Method?
The AC factoring method is a technique for breaking down quadratic expressions into binomial factors. It works when standard factoring tricks fail — specifically when the quadratic has a coefficient other than 1 in front of x².
The name comes from multiplying a (the coefficient of x²) by c (the constant term). You use that product to find the two numbers that let you split the middle term and factor by grouping.
Most students encounter this after they've mastered simple factoring. If simple factoring is a butter knife, AC factoring is the chainsaw. You'll know you need it when basic guess-and-check falls apart.
When You Actually Need This Method
Not every quadratic requires the AC method. Here's how to know when it's necessary:
- The coefficient of x² is not 1 — for example, 2x² + 7x + 3
- Simple factoring doesn't work — you've tried the guess method and failed
- The coefficients are large numbers with no obvious factors
- The quadratic doesn't factor into nice integers at first glance
If you're staring at 6x² + 19x + 15 and getting nowhere with mental math, that's your cue. The AC method gives you a systematic process that works every time.
The AC Factoring Method: Step by Step
Step 1: Identify Your Coefficients
For a quadratic in the form ax² + bx + c, write down:
- a = coefficient of x²
- b = coefficient of x
- c = constant term
Example: 6x² + 19x + 15
- a = 6
- b = 19
- c = 15
Step 2: Multiply a and c
Calculate ac. This is your target number.
6 × 15 = 90
You need to find two numbers that multiply to 90 AND add up to 19.
Step 3: Find the Magic Pair
List factor pairs of 90 and check which ones add to 19:
- 1 × 90 = 90 → sum = 91 ❌
- 2 × 45 = 90 → sum = 47 ❌
- 3 × 30 = 90 → sum = 33 ❌
- 5 × 18 = 90 → sum = 23 ❌
- 9 × 10 = 90 → sum = 19 ✓
The numbers are 9 and 10.
Step 4: Replace the Middle Term
Take your original expression: 6x² + 19x + 15
Replace 19x with 9x + 10x:
6x² + 9x + 10x + 15
That's it. You've turned one ugly middle term into two manageable ones.
Step 5: Factor by Grouping
Group the terms into two pairs:
(6x² + 9x) + (10x + 15)
Factor out the greatest common factor from each group:
- From 6x² + 9x: factor out 3x → 3x(2x + 3)
- From 10x + 15: factor out 5 → 5(2x + 3)
Notice both groups now share (2x + 3).
Step 6: Pull Out the Common Binomial
3x(2x + 3) + 5(2x + 3) = (2x + 3)(3x + 5)
Done. That's your factored form.
Quick Reference Table
| Step | Action | Example (6x² + 19x + 15) |
|---|---|---|
| 1 | Identify a, b, c | a=6, b=19, c=15 |
| 2 | Calculate ac | 6 × 15 = 90 |
| 3 | Find pair multiplying to ac, adding to b | 9 and 10 |
| 4 | Split middle term | 6x² + 9x + 10x + 15 |
| 5 | Group and factor GCF | 3x(2x+3) + 5(2x+3) |
| 6 | Factor out binomial | (2x+3)(3x+5) |
AC Method vs. Other Factoring Approaches
| Method | Best Used When | Speed |
|---|---|---|
| Simple Factoring (guess) | a = 1, small coefficients | Fast if numbers cooperate |
| AC Method | a ≠ 1, any coefficients | Systematic, always works |
| Quadratic Formula | Factoring impossible | Slow, requires calculation |
| Graphing Calculator | Approximate solutions needed | Fast for decimals |
The AC method isn't the fastest option — it's the reliable one. When guesswork fails, this is your backup plan.
Common Mistakes That Waste Time
- Forgetting to multiply a × c correctly — double-check this before hunting for factor pairs
- Stopping after finding the pair — you still need to split the term and group
- Getting the signs wrong — if ac is negative, you need one positive and one negative number
- Rushing the grouping step — each group must share a common binomial factor, or you've made an error
Getting Started: Your Action Checklist
Before you start factoring on your own:
- ✓ Memorize the six steps above
- ✓ Practice identifying a, b, and c in random quadratics
- ✓ Work through at least five problems using the table as a guide
- ✓ Check your answers by multiplying the binomials back out
That last point matters. Teachers don't care if you got the right answer — they care that you can prove it. Multiply (2x+3)(3x+5) and confirm you get 6x² + 19x + 15 before you move on.
One More Worked Example
Factor: 8x² + 2x - 3
Step 1: a = 8, b = 2, c = -3
Step 2: ac = 8 × (-3) = -24
Step 3: Find two numbers multiplying to -24 and adding to 2. That's 6 and -4 (6 × -4 = -24, 6 + -4 = 2).
Step 4: 8x² + 6x - 4x - 3
Step 5: (8x² + 6x) + (-4x - 3) → 2x(4x + 3) - 1(4x + 3)
Step 6: (4x + 3)(2x - 1)
Check: (4x+3)(2x-1) = 8x² - 4x + 6x - 3 = 8x² + 2x - 3 ✓
When ac is negative, you automatically know one factor pair number is positive and one is negative. That cuts your search time in half.
When to Bail Out Entirely
The AC method fails when a quadratic has no real factors — meaning the expression can't be broken into real binomials. In that case, the quadratic formula gives you the roots directly:
x = (-b ± √(b² - 4ac)) / 2a
If the discriminant (b² - 4ac) is negative, you're dealing with complex numbers. Factoring won't help there.