Factoring Intuition Formula

The Formula

For x^2 + bx + c: find p, q where p + q = b and pq = c, then x^2 + bx + c = (x + p)(x + q).

When to use: Reverse engineering multiplication: 'What times what gives x^2 + 5x + 6?'

Quick Example

x^2 + 5x + 6 = (x + 2)(x + 3) because 2+3=5 and 2 \times 3=6.

Notation

p + q = b (sum condition) and p \cdot q = c (product condition). The factored form (x + p)(x + q) reverses expansion.

What This Formula Means

Understanding factoring as finding what multiplies together to give an expression.

Reverse engineering multiplication: 'What times what gives x^2 + 5x + 6?'

Formal View

For monic x^2 + bx + c, factoring seeks p, q \in \mathbb{R} satisfying p + q = b and pq = c, by Vieta's formulas. Such p, q exist in \mathbb{R} iff b^2 - 4c \geq 0.

Worked Examples

Example 1

easy
What two numbers multiply to 12 and add to 7?

Solution

  1. 1
    List factor pairs of 12: (1,12), (2,6), (3,4).
  2. 2
    Check sums: 1+12=13, 2+6=8, 3+4=7 โœ“
  3. 3
    The numbers are 3 and 4.

Answer

3 \text{ and } 4
Factoring intuition is about finding what multiplies together to give an expression. For trinomials x^2 + bx + c, you need two numbers with product c and sum b.

Example 2

medium
Find two numbers that multiply to -15 and add to 2.

Common Mistakes

  • Confusing factoring with solving โ€” factoring rewrites an expression, it does not find x
  • Only looking for positive integer factor pairs and missing negative ones โ€” (-2)(-3) = 6 also works
  • Assuming every quadratic trinomial factors neatly over integers when many do not

Why This Formula Matters

Reveals roots, enables simplification, and solves equations.

Frequently Asked Questions

What is the Factoring Intuition formula?

Understanding factoring as finding what multiplies together to give an expression.

How do you use the Factoring Intuition formula?

Reverse engineering multiplication: 'What times what gives x^2 + 5x + 6?'

What do the symbols mean in the Factoring Intuition formula?

p + q = b (sum condition) and p \cdot q = c (product condition). The factored form (x + p)(x + q) reverses expansion.

Why is the Factoring Intuition formula important in Math?

Reveals roots, enables simplification, and solves equations.

What do students get wrong about Factoring Intuition?

Not all quadratic expressions factor over integers โ€” when no integer pair works, use the quadratic formula instead.

What should I learn before the Factoring Intuition formula?

Before studying the Factoring Intuition formula, you should understand: multiplication, distributive property.

Want the Full Guide?

This formula is covered in depth in our complete guide:

Factoring Polynomials: All Methods Explained with Step-by-Step Examples โ†’