Factoring Trinomials Formula

The Formula

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

When to use: You are reverse-engineering FOIL. If (x + p)(x + q) = x^2 + (p+q)x + pq, then you need two numbers p and q whose sum is b and whose product is c (when a = 1). When a \neq 1, use the AC method: find two numbers that multiply to ac and add to b, then split the middle term and factor by grouping.

Quick Example

x^2 + 7x + 12 = (x + 3)(x + 4) because 3 + 4 = 7 and 3 \times 4 = 12.
2x^2 + 7x + 3 = (2x + 1)(x + 3)

Notation

AC method: multiply a \cdot c, find factor pairs of ac that sum to b. The trinomial ax^2 + bx + c has three terms: quadratic, linear, constant.

What This Formula Means

Factoring a trinomial of the form ax^2 + bx + c into a product of two binomials by finding two numbers that multiply to ac and add to b.

You are reverse-engineering FOIL. If (x + p)(x + q) = x^2 + (p+q)x + pq, then you need two numbers p and q whose sum is b and whose product is c (when a = 1). When a \neq 1, use the AC method: find two numbers that multiply to ac and add to b, then split the middle term and factor by grouping.

Formal View

For ax^2 + bx + c with a = 1: find p, q \in \mathbb{Z} with p + q = b and pq = c, then x^2 + bx + c = (x + p)(x + q). For a \neq 1 (AC method): find p + q = b and pq = ac, then split: ax^2 + px + qx + c and factor by grouping.

Worked Examples

Example 1

easy
Factor x^2 + 5x + 6.

Solution

  1. 1
    Step 1: Find two numbers that multiply to 6 and add to 5.
  2. 2
    Step 2: 2 \times 3 = 6 and 2 + 3 = 5. The numbers are 2 and 3.
  3. 3
    Step 3: Factor: (x + 2)(x + 3).
  4. 4
    Check: (x+2)(x+3) = x^2 + 3x + 2x + 6 = x^2 + 5x + 6 โœ“

Answer

(x + 2)(x + 3)
For x^2 + bx + c, find two numbers p, q where pq = c and p + q = b. Then factor as (x+p)(x+q). This reverses the FOIL multiplication process.

Example 2

hard
Factor 2x^2 + 7x + 3 using the AC method.

Common Mistakes

  • Forgetting to check signs: if c > 0 both numbers have the same sign; if c < 0 they have different signs
  • Not considering the leading coefficient a when a \neq 1โ€”you cannot just find factors of c
  • Stopping too early and not verifying by multiplying the factors back out

Why This Formula Matters

Factoring trinomials is the most common factoring task in Algebra I and II. It is essential for solving quadratic equations, simplifying rational expressions, and working with polynomial functions.

Frequently Asked Questions

What is the Factoring Trinomials formula?

Factoring a trinomial of the form ax^2 + bx + c into a product of two binomials by finding two numbers that multiply to ac and add to b.

How do you use the Factoring Trinomials formula?

You are reverse-engineering FOIL. If (x + p)(x + q) = x^2 + (p+q)x + pq, then you need two numbers p and q whose sum is b and whose product is c (when a = 1). When a \neq 1, use the AC method: find two numbers that multiply to ac and add to b, then split the middle term and factor by grouping.

What do the symbols mean in the Factoring Trinomials formula?

AC method: multiply a \cdot c, find factor pairs of ac that sum to b. The trinomial ax^2 + bx + c has three terms: quadratic, linear, constant.

Why is the Factoring Trinomials formula important in Math?

Factoring trinomials is the most common factoring task in Algebra I and II. It is essential for solving quadratic equations, simplifying rational expressions, and working with polynomial functions.

What do students get wrong about Factoring Trinomials?

When a \neq 1, the simple 'find two numbers' method must be extended to the AC method or trial and error with the leading coefficient.

What should I learn before the Factoring Trinomials formula?

Before studying the Factoring Trinomials formula, you should understand: factoring, polynomial multiplication.

Want the Full Guide?

This formula is covered in depth in our complete guide:

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