You're staring at a quadratic expression. On the flip side, maybe it's on a homework assignment. That said, maybe it's in a textbook. Maybe you're helping your kid and it's been twenty years since you thought about FOIL.
The expression is x² + 6x + 16.
Or wait — is it x² - 6x + 16? Or x² + 6x - 16?
The signs matter. And here's the thing most people miss: **not every quadratic factors nicely over the integers.A lot. Some don't. Day to day, ** Some do. And telling the difference quickly saves you a ton of wasted time Not complicated — just consistent..
Let's break this down properly.
What Is Factored Form Anyway
Factored form means writing a polynomial as a product of simpler polynomials. For a quadratic like ax² + bx + c, you're looking for two binomials that multiply back to the original.
(x + m)(x + n) = x² + (m + n)x + mn
That's the pattern. The coefficient on the x-term is the sum of your two numbers. The constant term is their product Easy to understand, harder to ignore. But it adds up..
Simple in theory. In practice, you're hunting for two numbers that multiply to c and add to b Easy to understand, harder to ignore..
When a = 1 (which it is here), the process is straightforward. Day to day, when a ≠ 1, you're dealing with the "ac method" or trial and error with the outer/inner terms. But let's stick with a = 1 for now — that's what we've got.
Why the Signs Change Everything
Here's where most students go off the rails. They see "6" and "16" and start listing factor pairs of 16: 1 and 16, 2 and 8, 4 and 4.
Then they try to make them add to 6.
1 + 16 = 17. Nope. Because of that, 4 + 4 = 8. Nope. 2 + 8 = 10. Nope.
And they stare at the paper, frustrated, thinking they're bad at math.
But the original problem might have been x² + 6x - 16. Day to day, or x² - 6x - 16. Or x² - 6x + 16.
Each one behaves differently. Let's walk through all four sign combinations so you never get tripped up again And that's really what it comes down to..
Case 1: x² + 6x + 16 (both positive)
We need two numbers that multiply to +16 and add to +6.
Factor pairs of 16:
- 1 × 16 = 16, sum = 17
- 2 × 8 = 16, sum = 10
- 4 × 4 = 16, sum = 8
None give 6. This quadratic does not factor over the integers.
It's prime (irreducible) in ℤ[x]. You could factor it using complex numbers or the quadratic formula, but in a standard algebra class? The answer is "does not factor" or "prime And it works..
Case 2: x² - 6x + 16 (middle negative, constant positive)
Multiply to +16, add to -6 And that's really what it comes down to..
Since the product is positive and the sum is negative, both numbers must be negative.
- (-1) × (-16) = 16, sum = -17
- (-2) × (-8) = 16, sum = -10
- (-4) × (-4) = 16, sum = -8
None give -6. Also prime over the integers.
Case 3: x² + 6x - 16 (middle positive, constant negative)
Multiply to -16, add to +6.
Product negative → one positive, one negative. Sum positive → the larger absolute value is positive.
Factor pairs of -16:
- 1 × (-16) = -16, sum = -15
- (-1) × 16 = -16, sum = 15
- 2 × (-8) = -16, sum = -6
- (-2) × 8 = -16, sum = 6 ← There it is.
So: x² + 6x - 16 = (x - 2)(x + 8)
Check: (x - 2)(x + 8) = x² + 8x - 2x - 16 = x² + 6x - 16. ✓
Case 4: x² - 6x - 16 (both negative)
Multiply to -16, add to -6.
Product negative → one positive, one negative. Sum negative → the larger absolute value is negative.
- 2 × (-8) = -16, sum = -6 ← Got it.
So: x² - 6x - 16 = (x + 2)(x - 8)
Check: (x + 2)(x - 8) = x² - 8x + 2x - 16 = x² - 6x - 16. ✓
The Pattern You Should Memorize
| Signs of bx and c | Signs of the two numbers |
|---|---|
| +, + | both positive |
| -, + | both negative |
| +, - | one +, one - (larger is +) |
| -, - | one +, one - (larger is -) |
This table alone will cut your factoring time in half. Most students never learn it explicitly — they just guess and check until intuition builds. But why guess when you can know?
How to Factor Any Quadratic (a = 1) — Step by Step
Let's formalize the process so it's repeatable Worth keeping that in mind..
Step 1: Identify b and c
Write the quadratic as x² + bx + c. Note the signs exactly as they appear.
Example: x² - 5x - 24 → b = -5, c = -24
Step 2: Determine the sign pattern
Use the table above. Here: b is negative, c is negative → one positive, one negative, larger absolute value is negative Less friction, more output..
Step 3: List factor pairs of |c|
Ignore signs for now. Just list pairs that multiply to the absolute value of c.
|c| = 24 → pairs: (1, 24), (2, 12), (3, 8), (4, 6)
Step
Step 4: Find the pair that produces the correct sum
Apply the sign rule from Step 2 to each pair. We need one positive and one negative number (since c is negative), with the larger absolute value being negative (since b is negative).
- (1, -24): sum = -23
- (-1, 24): sum = 23
- (2, -12): sum = -10
- (-2, 12): sum = 10
- (3, -8): sum = -5 ← This is it!
- (-3, 8): sum = 5
- (4, -6): sum = -2
- (-4, 6): sum = 2
Step 5: Write the factored form
Using the numbers 3 and -8:
x² - 5x - 24 = (x + 3)(x - 8)
Check: (x + 3)(x - 8) = x² - 8x + 3x - 24 = x² - 5x - 24 ✓
Why This Method Works
When you expand (x + m)(x + n), you get x² + (m + n)x + mn. So:
- The coefficient of x is the sum of the two numbers
- The constant term is the product of the two numbers
Factoring is simply reversing this process: given the sum and product, find the original numbers Simple as that..
Common Mistakes to Avoid
-
Sign confusion: Always determine the signs of your numbers BEFORE listing factor pairs. Don't just guess signs afterward Which is the point..
-
Forgetting the order: In (x + 3)(x - 8), the larger absolute value gets the sign matching b. Since b = -5, the -8 comes from the larger number Worth keeping that in mind..
-
Stopping too early: If none of your factor pairs work, the quadratic is prime. Don't keep forcing it—there's no shame in being prime!
Practice Makes Permanent
Try these with the 5-step method:
- x² + 7x + 12
- x² - x - 12
- x² + 2x - 15
- x² - 10x + 21
Conclusion
Factoring quadratics with a = 1 becomes effortless once you replace guesswork with a systematic approach. Think about it: whether you're solving equations, simplifying expressions, or preparing for standardized tests, this structured approach will save you time and build confidence. Worth adding: this method isn't just about getting answers faster—it's about understanding the mathematical relationship between coefficients and factors. Remember: mathematics rewards those who seek patterns and systems over random attempts. By identifying the sign pattern, listing factor pairs, and matching sums, you transform a frustrating trial-and-error process into a reliable algorithm. Master this technique, and you'll find that factoring transforms from a stumbling block into a stepping stone Worth knowing..