"Multiply To

What Numbers Multiply To And Add To

PL
l-diplomas.com
7 min read
What Numbers Multiply To And Add To
What Numbers Multiply To And Add To

You're staring at a quadratic equation. Maybe it's x² + 7x + 12 = 0. And that means finding two numbers. Think about it: maybe it's 2x² - 5x - 3 = 0. Either way, you know the next step: factor it. Two numbers that multiply to one thing and add to another.

Simple in theory. Maddening in practice when the numbers don't play nice.

What Is "Multiply To and Add To"

This phrase describes the core move in factoring quadratic trinomials. When you have a quadratic in standard form — ax² + bx + c — you're hunting for two numbers (let's call them m and n) that satisfy two conditions at once:

m × n = a × c
m + n = b

That's it. Day to day, one product. Two numbers. Even so, one sum. When you find them, you can split the middle term, factor by grouping, and solve the equation.

But here's where it gets slippery. The "multiply to" target isn't always just c. Practically speaking, when a = 1, sure — you're looking for numbers that multiply to c and add to b. But when a ≠ 1, the product target becomes a × c. That distinction trips up more students than almost anything else in algebra.

The Diamond Method (Visual Thinkers, This One's For You)

Draw a diamond. Multiply to the top, add to the bottom. Day to day, left and right slots: your two mystery numbers. Bottom slot: the sum (b). Top slot: the product (a × c). It's the same logic, just spatial. Some brains lock onto it instantly; others prefer a table. Use whatever clicks.

Why It Matters / Why People Care

Factoring isn't just a worksheet skill. It's how you find x-intercepts of a parabola by hand. It's the gateway to solving quadratics without the quadratic formula. It's how you simplify rational expressions, solve projectile motion problems, and recognize when a quadratic is a perfect square trinomial.

And the "multiply to, add to" step? That's the bottleneck. Everything downstream — graphing, solving, simplifying — depends on nailing this one move.

I've watched students ace the quadratic formula but freeze on x² + 13x + 36 because they can't find two numbers that multiply to 36 and add to 13. (It's 4 and 9, by the way. But you knew that.

The skill transfers. Factoring by grouping, difference of squares, sum/difference of cubes — they all lean on this same number-sense muscle. Build it once, use it forever.

How It Works (or How to Do It)

Let's walk through the process like you're sitting across from me with a pencil.

Step 1: Identify a, b, and c

Standard form: ax² + bx + c = 0.
Example: 6x² + 11x + 3 = 0
a = 6, b = 11, c = 3

Step 2: Calculate the Product Target

Multiply a × c.
6 × 3 = 18.
Your two numbers must multiply to 18.

Step 3: List Factor Pairs of the Product

Don't guess. All of them. List them. Positive and negative.

For 18:
1 × 18
2 × 9
3 × 6
(-1) × (-18)
(-2) × (-9)
(-3) × (-6)

Step 4: Find the Pair That Adds to b

b = 11. Scan the sums:
1 + 18 = 19 ❌
2 + 9 = 11 ✓
3 + 6 = 9 ❌
Negatives give negative sums — skip them since b is positive.

Your numbers: 2 and 9.

Step 5: Split the Middle Term

Rewrite 11x as 2x + 9x:
6x² + 2x + 9x + 3

Step 6: Factor by Grouping

Group pairs: (6x² + 2x) + (9x + 3)
Factor each: 2x(3x + 1) + 3(3x + 1)
Common binomial: (3x + 1)(2x + 3)

Done. Check by FOILing back: 6x² + 9x + 2x + 3 = 6x² + 11x + 3. ✓

When a = 1 (The "Easy" Case)

x² + 7x + 12
Product target: 12 (just c)
Sum target: 7
Factor pairs of 12: (1,12), (2,6), (3,4)
3 + 4 = 7 → (x + 3)(x + 4)

This is the version most people learn first. Practically speaking, it's cleaner. But don't let it lull you into skipping the a × c step when a ≠ 1.

If you found this helpful, you might also enjoy in the figure below find x or how many days in 10 months.

When c Is Negative

x² + 2x - 15
Product: -15 (negative → one positive, one negative)
Sum: +2 (positive → the larger absolute value is positive)
Factor pairs of 15: (1,15), (3,5)
With signs: (-1, 15) sum 14, (-3, 5) sum 2 ✓
→ (x - 3)(x + 5)

Sign rules save time:

  • Product positive, sum positive → both numbers positive
  • Product positive, sum negative → both numbers negative
  • Product negative → one positive, one negative; sign of sum tells you which has larger absolute value

When the Numbers Aren't Integers

2x² + 5x + 2
Product: 4
Sum: 5
Pairs: (1,4) sum 5 ✓ → (2x + 1)(x + 2)

But what about 2x² + 3x + 1?
Product: 2
Sum: 3
Pairs: (1,2) sum 3 ✓ → (2x + 1)(x + 1)

Now try 3x² + 4x + 2.
That's why nothing gives 4. Worth adding: this quadratic doesn't factor over the integers. Product: 6
Sum: 4
Pairs of 6: (1,6) sum 7, (2,3) sum 5. That's not a failure — it's information. Time for the quadratic formula or completing the square.

The AC Method (Systematic, No Guessing)

Some teachers call the a × c approach the "AC method." Same thing. But there's a variation worth knowing for larger numbers:

For 12x² + 29x + 15:
Product: 180. Sum: 29.
Listing all factor pairs of 180 is tedious. Instead, divide 180 by integers starting from 1 until you hit a pair that sums to 29.

180 ÷ 2 = 90
180 ÷ 3 = 60
180 ÷ 4 = 45
180 ÷ 5 = 36
180 ÷ 6 = 30
180 ÷ 9 = 20
180 ÷ 10 = 18
180 ÷ 12 = 15 → 12 + 15 = 27 ❌
180 ÷ 15 = 12 → Already tried. 180 ÷ 45 = 4 → Already tried.
180 ÷ 60 = 3 → Already tried.
Day to day, move on. 180 ÷ 18 = 10 → 18 + 10 = 28 ❌
180 ÷ 20 = 9 → Already tried.
180 ÷ 90 = 2 → Already tried.
Still, 180 ÷ 36 = 5 → Already tried. 180 ÷ 30 = 6 → Already tried.
180 ÷ 180 = 1 → Already tried.

Wait—let's be systematic. Try divisors up to √180 ≈ 13.4:
180 ÷ 1 = 180 → 1 + 180 = 181
180 ÷ 2 = 90 → 2 + 90 = 92
180 ÷ 3 = 60 → 3 + 60 = 63
180 ÷ 4 = 45 → 4 + 45 = 49
180 ÷ 5 = 36 → 5 + 36 = 41
180 ÷ 6 = 30 → 6 + 30 = 36
180 ÷ 9 = 20 → 9 + 20 = 29 ✓

There it is. Use 9 and 20.
Split middle term: 12x² + 9x + 20x + 15
Group: (12x² + 9x) + (20x + 15)
Factor: 3x(4x + 3) + 5(4x + 3)
Final: (4x + 3)(3x + 5)

Check: 12x² + 20x + 9x + 15 = 12x² + 29x + 15. ✓

Why This Works

The method works because we're essentially rewriting the quadratic using its roots. Even so, when ax² + bx + c factors as (px + q)(rx + s), expanding gives prx² + (ps + qr)x + qs. So pr = a, qs = c, and ps + qr = b. Multiplying a × c gives pr × qs = (ps)(qr), which are the two numbers we seek.

When to Switch Methods

If listing factor pairs feels slow or overwhelming, the quadratic formula always works:
x = (-b ± √(b² - 4ac)) / (2a)

For 6x² + 11x + 3 = 0:
x = (-11 ± √(121 - 72)) / 12 = (-11 ± √49) / 12 = (-11 ± 7) / 12
So x = -4/12 = -1/3 or x = -18/12 = -3/2
Factors: (x + 1/3)(x + 3/2) = (3x + 1)(2x + 3)/6 → Multiply by 6: (3x + 1)(2x + 3). Same result.

Practice Makes Perfect

Try these:

  1. x² + 9x + 20
    2.2x² + 7x + 3
    3.3x² - 10x + 8

Answers:

  1. Now, (x + 4)(x + 5)
  2. Here's the thing — (2x + 1)(x + 3)
  3. (3x - 4)(x - 2)

Conclusion

Factoring quadratics becomes intuitive with practice. Also, start with the a × c method—it's reliable and systematic. Master the sign rules to avoid errors. Know when to abandon factoring for the quadratic formula. With these tools, you'll tackle any quadratic that comes your way.

New

Latest Posts

Related

Related Posts

Thank you for reading about What Numbers Multiply To And Add To. We hope this guide was helpful.

Share This Article

X Facebook WhatsApp
← Back to Home
L-

l-diplomas

Staff writer at l-diplomas.com. We publish practical guides and insights to help you stay informed and make better decisions.