Factor Trinomial- Algebraic Expression Methods

What Is Factoring Trinomials?

Factoring trinomials means breaking down a polynomial with three terms into a product of two binomials. It's one of the most common operations in algebra, and you'll need it for simplifying expressions, solving equations, and understanding polynomial behavior.

The standard form is ax² + bx + c, where a, b, and c are constants. The goal is finding two numbers that multiply to give ac while adding to give b.

Most trinomials you'll see in algebra courses follow this pattern. Once you understand the method, you can handle nearly any one that factors nicely.

The AC Method: Your Main Tool

The AC method works for trinomials where the leading coefficient isn't 1. Here's how it goes:

Step 1: Multiply a and c

Take the coefficient of x² and multiply it by the constant term. For 6x² + 19x + 10, that's 6 × 10 = 60.

Step 2: Find two numbers

Find two numbers that multiply to give 60 but add to give 19. Those numbers are 15 and 4 (15 × 4 = 60, 15 + 4 = 19).

Step 3: Split the middle term

Rewrite 19x as 15x + 4x:

6x² + 15x + 4x + 10

Step 4: Factor by grouping

Group the first two terms and last two terms:

(6x² + 15x) + (4x + 10)

Factor each group:

3x(2x + 5) + 2(2x + 5)

Step 5: Pull out the common binomial

(2x + 5)(3x + 2)

That's your answer. Verify by multiplying back—should give you the original trinomial.

When a = 1: The Simple Case

Trinomials like x² + 5x + 6 are easier. You only need two numbers that multiply to give c (6) and add to give b (5).

Those numbers are 2 and 3 (2 × 3 = 6, 2 + 3 = 5).

The factored form is (x + 2)(x + 3).

No AC method needed here. Just find the pair.

Perfect Square Trinomials

Some trinomials come from squaring binomials. Recognize these patterns:

For example, x² + 6x + 9 is a perfect square. The square root of x² is x, the square root of 9 is 3, and the middle term is 2(x)(3) = 6x. So it factors to (x + 3)².

Check: does the middle coefficient equal twice the product of the square roots? If yes, you've got a perfect square.

Factoring Trinomials with Negative Terms

When c is negative, one binomial will have a negative sign. Example: x² + x - 6

Find two numbers that multiply to -6 and add to 1. Those are 3 and -2.

The factored form: (x + 3)(x - 2)

When b is negative, both binomial signs are negative: x² - 5x + 6 factors to (x - 2)(x - 3).

Common Trinomial Types Quick Reference

TypeFormFactoring Method
Simplex² + bx + cFind two numbers multiplying to c, adding to b
AC Methodax² + bx + c (a ≠ 1)Multiply a and c, find pair, split middle term
Perfect Squarex² ± 2ax + a²Square root both ends, check middle term
Difference of Squaresx² - a²(x + a)(x - a)

Getting Started: Practice Problems

Work through these to build speed:

Problem 1: Simple trinomial

Factor x² + 7x + 12

Find numbers multiplying to 12 and adding to 7. That's 3 and 4.

Answer: (x + 3)(x + 4)

Problem 2: AC method required

Factor 2x² + 7x + 3

ac = 2 × 3 = 6. Find numbers multiplying to 6, adding to 7: 6 and 1.

Split: 2x² + 6x + x + 3

Group: (2x² + 6x) + (x + 3)

Factor: 2x(x + 3) + 1(x + 3)

Answer: (2x + 1)(x + 3)

Problem 3: Negative c

Factor x² - 2x - 15

Find numbers multiplying to -15, adding to -2: -5 and 3.

Answer: (x - 5)(x + 3)

Where People Go Wrong

When a Trinomial Won't Factor

Not all trinomials factor nicely. x² + x + 1 has no real number factors. The discriminant (b² - 4ac) tells you if factoring is possible over the reals.

If b² - 4ac is negative, the trinomial doesn't factor into real binomials. That's when you'd use the quadratic formula instead.

Accept this. Some trinomials are prime polynomials. Move on.