✦ For everyone, free.

Practical knowledge for real and everyday life

Home

49.3 Monic Trinomial Factoring

Monic trinomial factoring involves breaking down quadratic expressions into binomial factors, focusing on polynomials where the leading coefficient is 1.

Monic Trinomial Factoring is the technique used to factor a quadratic trinomial whose leading coefficient equals one, relying on a search for a pair of integers whose product equals the constant term and whose sum equals the linear coefficient, then using those two integers directly to build the two binomial factors. Because the leading coefficient is one, this technique is the simplest of the trinomial factoring methods, since the two numbers found by the search become the constant terms of the binomial factors with no further adjustment needed.

The technique works because multiplying two binomials of the form (x + p) and (x + q) always produces a trinomial whose linear coefficient is the sum of p and q and whose constant term is their product, so working backward from the trinomial's coefficients to that pair of numbers reverses the multiplication directly.


Recognizing a Monic Trinomial

Unit Leading Coefficient Recognition

A trinomial qualifies for this specific technique when the coefficient of its squared term is exactly one, meaning the trinomial has the form x² + bx + c with no other multiplier in front of the squared variable.

x2+bx+c

Searching for the Integer Pair

Trinomial Constant Factor-Pair Inventory

Every pair of integers whose product equals the constant term c is listed, including negative pairs when c is positive with a negative linear coefficient in mind, or mixed-sign pairs when c itself is negative.

c=6 pairs: (1,6), (2,3), (-1,-6), (-2,-3)

Factor-Pair Product Equal to the Constant

Each candidate pair is checked to confirm its product genuinely equals the constant term exactly, filtering out any pair that does not satisfy this first condition before checking the second.

Factor-Pair Sum Equal to the Linear Coefficient

Among the pairs whose product matches the constant term, the one whose sum also equals the linear coefficient b is identified as the correct pair; this second condition narrows the full list of product-matching pairs down to the single pair that actually corresponds to the trinomial's factorization.

p·q=c   and   p+q=b

Matching Monic Factor Pair Selection

Once a pair satisfying both the product and sum conditions is found, that specific pair of integers, p and q, is selected as the values that will populate the two binomial factors.

Product-Sum Search x² + 5x + 6 Need: product = 6, sum = 5 Found: 2 and 3 (2·3=6, 2+3=5)

Building the Factored Form

First Monic Binomial Factor

The first binomial factor is formed by pairing the variable x with the first of the two selected integers, connected by the appropriate sign.

(x+p)

Second Monic Binomial Factor

The second binomial factor is formed the same way, pairing the variable x with the second selected integer.

(x+q)

Monic Trinomial Product Assembly

The two binomial factors are written together as a product, completing the factorization of the original monic trinomial.

x2+5x+6 = (x+2)(x+3)

When No Pair Matches

Unmatched Monic Factor-Pair Outcome

If no integer pair among all the factor pairs of the constant term also satisfies the required sum, the trinomial does not factor into binomials with integer coefficients using this technique, and it is considered not factorable over the integers.

x² + x + 1 No integer pair has product 1 and sum 1 Not factorable over the integers