In short

For a monic quadratic x² + bx + c (leading coefficient 1), factoring is a single search: find two integers p and q with p + q = b and p × q = c. Then the factorisation is (x + p)(x + q). The signs of b and c narrow the search before you start: positive c means same sign, negative c means opposite signs; the sign of b then locks the rest. This is just FOIL run backwards — (x + p)(x + q) = x² + (p + q)x + pq — and is the foundation that the ac method extends when the leading coefficient is not 1.

You see x² + 7x + 12. The leading coefficient is 1, the rest is small numbers. You should not be reaching for the ac method or the quadratic formula here. There is a faster move: think of two numbers that add to 7 and multiply to 12. Three and four. Done — the factorisation is (x + 3)(x + 4).

This is the most important recognition in early factoring. Once you see why it works, the harder cases (where the leading coefficient is not 1) make sense as natural extensions instead of new tricks. Let's nail this one first.

Why two numbers — FOIL run backwards

Take any factorisation (x + p)(x + q) and expand it using FOIL:

(x + p)(x + q) = x·x + x·q + p·x + p·q = x² + (p + q)x + pq

Why: the first terms give , the outer and inner terms collect into (p + q)x, and the last terms give pq. The middle coefficient is the sum of p and q; the constant is their product.

So if a monic quadratic x² + bx + c factors as (x + p)(x + q), then matching coefficients forces:

The two numbers you are hunting for are exactly p and q. They are not arbitrary — they are the roots-with-flipped-signs of the quadratic, and they fall out of FOIL the moment you run it backwards. Recognition of monic trinomials is just the algebra of (x + p)(x + q) read in reverse.

The four sign patterns

Before you start searching, look at the signs of b and c. They tell you which kind of pair you need:

Four sign cases for monic trinomial factoring A two-by-two grid of cases. Top-left: c positive, b positive — both numbers positive. Top-right: c positive, b negative — both numbers negative. Bottom-left: c negative, b positive — opposite signs, larger one positive. Bottom-right: c negative, b negative — opposite signs, larger one negative. c > 0, b > 0 both positive x² + 7x + 12 3, 4 c > 0, b < 0 both negative x² − 5x + 6 −2, −3 c < 0, b > 0 opposite signs larger is positive x² + x − 12 → 4, −3 c < 0, b < 0 opposite signs larger is negative x² − x − 12 → −4, 3
The four sign cases for monic trinomials. Read off `c`'s sign first to decide same-sign vs opposite-sign; then `b`'s sign tells you which side is bigger.

Quick rules:

These four cases cover everything. Pin them down once and you stop guessing.

Worked example 1 — x² + 7x + 12

b = 7 (positive), c = 12 (positive). So both numbers are positive (same sign, positive).

You want positive integers with product 12 and sum 7. Factor pairs of 12: (1, 12), (2, 6), (3, 4). Sums: 13, 8, 7. The pair (3, 4) lands.

Factor: (x + 3)(x + 4).

Verify: (x + 3)(x + 4) = x² + 4x + 3x + 12 = x² + 7x + 12. Correct.

Walk through the search. Don't write down all factor pairs of 12 if you don't need to — start with the pair closest to √12 ≈ 3.5 (because the closer the two numbers are, the smaller their sum). 3 and 4 multiply to 12 and sum to 7. Done in one try. The square-root trick gives you the right starting pair almost every time.

Worked example 2 — x² − 5x + 6

b = −5 (negative), c = 6 (positive). Same-sign, both negative.

You want negative integers with product 6 and sum −5. Factor pairs of 6 (negative): (−1, −6), (−2, −3). Sums: −7, −5. The pair (−2, −3) lands.

Factor: (x − 2)(x − 3).

Verify: (x − 2)(x − 3) = x² − 3x − 2x + 6 = x² − 5x + 6. Correct.

The trap to avoid. A common error is to read "product is +6" and write down only positive pairs. But two positives sum to a positive, not −5. The product +6 is consistent with two negatives because a negative times a negative is positive. Always check the sign of b after c — that is what tells you whether to flip both signs.

Worked example 3 — x² + x − 12

b = 1 (positive), c = −12 (negative). Opposite signs, with the positive number bigger.

You want one positive and one negative integer with product −12 and sum +1. Factor pairs of 12 (with one negative): (1, −12), (−1, 12), (2, −6), (−2, 6), (3, −4), (−3, 4). Sums: −11, 11, −4, 4, −1, 1. The pair (4, −3) lands.

Factor: (x + 4)(x − 3).

Verify: (x + 4)(x − 3) = x² − 3x + 4x − 12 = x² + x − 12. Correct.

Faster mental search. Once you know it's "opposite signs, positive wins," ignore the negative-bigger pairs entirely. From the (positive, negative) pairs of 12, you want the one whose positive piece exceeds the negative piece by 1. That's 4 and −3 (difference 1). Reading b as a difference, not a sum, often gets you there quicker for the c < 0 cases.

Worked example 4 — x² − x − 12

b = −1 (negative), c = −12 (negative). Opposite signs, with the negative number bigger.

Same factor pairs as Example 3, but now you want sum −1, with the negative piece bigger. Pair (−4, 3) works.

Factor: (x − 4)(x + 3).

Verify: (x − 4)(x + 3) = x² + 3x − 4x − 12 = x² − x − 12. Correct.

Notice the symmetry with Example 3: same factor pairs of 12, just with the signs flipped. The difference between +x and −x in the middle is exactly which of the two numbers carries the larger size.

When no integer pair exists

Sometimes no integer pair with the right product and sum exists. The polynomial then either factors over the irrationals (use the quadratic formula) or has complex roots.

Example: x² + 3x + 5. Pairs of 5: (1, 5), (−1, −5). Sums: 6, −6. Neither is 3. The discriminant b² − 4c = 9 − 20 = −11 is negative — complex roots.

Conclude "no integer factorisation" only after checking all factor pairs of c. With small c, this takes seconds.

The bridge to non-monic trinomials

The two-numbers trick works because the leading coefficient is 1. The moment it isn't — say, 2x² + 7x + 3 — you cannot just look for factors of c = 3. You have to look for factors of ac instead. The reason is the same FOIL identity, expanded: (αx + β)(γx + δ) = αγx² + (αδ + βγ)x + βδ, so the product of the two split numbers is (αδ)(βγ) = αγ · βδ = ac, not just c.

For the full story on non-monic trinomials and why c alone fails, see the sibling article Splitting the Middle Term: Use ac (not just c). The current article is the special case a = 1, where ac = c and you can search over factors of c directly.

Why this recognition is worth drilling

Spotting the two numbers fluently buys you three things:

  1. Speed. Five seconds vs thirty for the ac method on the same problem.
  2. Mental flexibility. When c is small, you scan factor pairs in your head; the search rarely needs paper.
  3. Foundation for harder methods. The ac method, completing the square, and Vieta's formulas are all "two numbers with a given sum and product" in disguise. Owning this case makes the others click.

For JEE-track students this becomes especially load-bearing in chapters on Vieta's relations and partial fractions, where you constantly need to read off two roots from a quadratic by sum-and-product without solving the equation.

Recognition drill

Try these in your head. For each, decide the sign pattern, then find the pair, then write the factorisation.

If you can run that drill in under a minute, the recognition is built.

Closing

Monic trinomial factoring reduces to one mental motion: two numbers, sum b, product c. The signs of b and c pick the case before the search starts. The reason it works is FOIL run backwards — (x + p)(x + q) = x² + (p + q)x + pq forces p + q = b and pq = c. There is no separate trick to memorise; it is just multiplication read in reverse.

Drill the four sign patterns until you stop thinking about them. Then, when a ≠ 1 arrives and you have to factor ac instead of c, the harder method will feel like a small extension of something you already own — not a new procedure to learn from scratch.

References