✦ For everyone, free.

Practical knowledge for real and everyday life

Home

49.5 Nonmonic Trinomial Product-Sum Method

The Nonmonic Trinomial Product-Sum Method factors trinomials with leading coefficients other than one by finding two numbers with a specific product and sum.

Nonmonic Trinomial Product-Sum Method is the technique used to factor a quadratic trinomial whose leading coefficient is not equal to one, extending the product-and-sum search used for monic trinomials by first multiplying the leading coefficient and the constant term together, searching for an integer pair matching that combined product and the original linear coefficient, and then using that pair to split the trinomial's middle term so it can be factored by grouping. Because the leading coefficient is no longer one, the two binomial factors cannot be read directly from a single integer pair the way they are in the monic case, so this method routes through an intermediate four-term expression instead.

The technique connects directly to factoring by grouping: once the middle term has been split using the correct integer pair, the resulting four-term polynomial factors by grouping in exactly the way any other four-term polynomial does.


Recognizing a Nonmonic Trinomial

Nonunit Leading Coefficient Recognition

A trinomial requires this method specifically when the coefficient of its squared term is an integer other than one, meaning the trinomial has the form ax² + bx + c with a not equal to one.

ax2+bx+c ,   a1

Computing the Search Targets

Leading-and-Constant Coefficient Product

The leading coefficient a and the constant term c are multiplied together, producing a single combined value that will serve as the target product for the integer-pair search, replacing the constant term alone as used in the monic method.

a·c

Searching for the Integer Pair

Product-Sum Integer Pair Inventory

Every pair of integers whose product equals the combined value a · c is listed, considering both same-sign and opposite-sign pairs depending on whether that combined product is positive or negative.

Pair Product Equal to the Leading-Constant Product

Each candidate pair is checked to confirm its product genuinely equals a · c exactly, filtering the full list down to only those pairs satisfying this first condition.

Pair Sum Equal to the Linear Coefficient

Among the pairs whose product matches a · c, the pair whose sum also equals the original linear coefficient b is identified, narrowing the list to the single matching pair.

p·q=a·c   and   p+q=b

Matching Product-Sum Pair Selection

The pair of integers satisfying both conditions is selected for use in splitting the trinomial's middle term.

Nonmonic Product-Sum Search 2x² + 7x + 3 a·c = 2·3 = 6; need sum = 7 Found: 1 and 6 (1·6=6, 1+6=7)

Splitting the Middle Term

Linear Middle Term Split

The trinomial's linear term is rewritten as the sum of two terms, using the two selected integers as the coefficients of those two new terms in place of the single original linear term.

2x2+7x+3 = 2x2+x+6x+3

Split-Term Sign Preservation

Whatever sign each of the two selected integers carries is attached directly to its corresponding new term, ensuring the split accurately reflects the signed values found during the search rather than defaulting to addition for both.

Equivalent Four-Term Polynomial Formation

The resulting four-term expression is mathematically identical to the original trinomial, since the split terms still sum to the same original linear term; this equivalence is what allows factoring by grouping to be applied without changing the value of the expression.

Ready for Grouping 2x² + x + 6x + 3 Group: (2x² + x) + (6x + 3) = x(2x + 1) + 3(2x + 1) = (x+3)(2x+1)

Applying factoring by grouping to this four-term expression, x(2x + 1) + 3(2x + 1), reveals the shared binomial factor (2x + 1), completing the factorization as (x + 3)(2x + 1).