Factor Trinomials With Leading Coefficient of 1

Learning Objectives

  • Apply an algorithm to rewrite a trinomial as a four term polynomial
  • Use factoring by grouping to factor a trinomial
  • Use a shortcut to factor trinomials of the form x2+bx+c

In the last section we introduced the technique of factoring by grouping as a means to be able to factor a trinomial. Now we will actually get to the work of starting with a three term polynomial, and rewriting it as a four term polynomial so it can be factored.

We will start with factoring trinomials of the form x2+bx+c that don’t have a coefficient in front of the x2 term.

Remember that when (x+2) and (x+5), are multiplied, the result is a four term polynomial and then it is simplified into a trinomial:

 (x+2)(x+5)=x2+5x+2x+10=x2+7x+10

Factoring is the reverse of multiplying, so let’s go in reverse and factor the trinomial x2+7x+10. The individual terms x2, 7x, and 10 share no common factors. If we rewrite the middle term as the sum of the two terms 7x=5x+2x then we can use the grouping technique:

(x2+5x)+(2x+10)

Factor each pair: x(x+5)+2(x+5)common binomial factor

Then pull out the common binomial factor: (x+5)(x+2)

What would have happened if we had rewritten 7x as 6x+x?

(x2+6x)+(x+10)

Factor each pair: x(x+6)+1(x+10)

Then we don’t have a common factor of (x+5) like we did before. There is a method to the madness of choosing how to rewrite the middle terms so that you will end up with a common binomial factor.

Shakespeare quote: "Though this be madness, yet there is method in it."

Method to the Madness

The following is a summary of the method, then we will show some examples of how to use it.

Factoring Trinomials in the form x2+bx+c

To factor a trinomial in the form x2+bx+c, find two integers, r and s, whose product is c and whose sum is b.

rs=c and r+s=b

Rewrite the trinomial as x2+rx+sx+c and then use grouping and the distributive property to factor the polynomial. The resulting factors will be (x+r) and (x+s).

For example, to factor x2+7x+10, you are looking for two numbers whose sum is 7 (the coefficient of the middle term) and whose product is 10 (the last term).

Look at factor pairs of 10:1 and 10, 2, and 5. Do either of these pairs have a sum of 7? Yes, 2 and 5. So you can rewrite 7x as 2x+5x, and continue factoring as in the example above. Note that you can also rewrite 7x as 5x+2x. Both will work.

Let’s factor the trinomial x2+5x+6. In this polynomial, the b part of the middle term is 5 and the c term is 6. A chart will help us organize possibilities. On the left, list all possible factors of the c term, 6; on the right you’ll find the sums.

Factors whose product is 6 Sum of the factors
16=6 1+6=7
23=6 2+3=5

There are only two possible factor combinations, 1 and 6, and 2 and 3. You can see that 2+3=5. So 2x+3x=5x, giving us the correct middle term.

Example

Factor x2+5x+6.

Note that if you wrote x2+5x+6 as x2+3x+2x+6 and grouped the pairs as (x2+3x)+(2x+6); then factored, x(x+3)+2(x+3), and factored out x+3, the answer would be (x+3)(x+2). Since multiplication is commutative, the order of the factors does not matter. So this answer is correct as well; they are equivalent answers.

In the following video, we present another example of how to use grouping to factor a quadratic polynomial.

Finally, let’s take a look at the trinomial x2+x12. In this trinomial, the c term is 12. So look at all of the combinations of factors whose product is 12. Then see which of these combinations will give you the correct middle term, where b is 1.

Factors whose product is 12 Sum of the factors
112=12 1+12=11
26=12 2+6=4
34=12 3+4=1
43=12 4+3=1
62=12 6+2=4
121=12 12+1=11

There is only one combination where the product is 12 and the sum is 1, and that is when r=4, and s=3. Let’s use these to factor our original trinomial.

Example

Factor x2+x12.

In the above example, you could also rewrite x2+x12 as x23x+4x12 first. Then factor x(x3)+4(x3), and factor out (x3) getting (x3)(x+4). Since multiplication is commutative, this is the same answer.

Factoring Tips

Factoring trinomials is a matter of practice and patience. Sometimes, the appropriate number combinations will just pop out and seem so obvious! Other times, despite trying many possibilities, the correct combinations are hard to find. And, there are times when the trinomial cannot be factored.

While there is no foolproof way to find the right combination on the first guess, there are some tips that can ease the way.

Tips for Finding Values that Work

When factoring a trinomial in the form x2+bx+c, consider the following tips.

Look at the c term first.

  • If the c term is a positive number, then the factors of c will both be positive or both be negative. In other words, r and s will have the same sign.
  • If the c term is a negative number, then one factor of c will be positive, and one factor of c will be negative. Either r or s will be negative, but not both.

Look at the b term second.

  • If the c term is positive and the b term is positive, then both r and s are positive.
  • If the c term is positive and the b term is negative, then both r and s are negative.
  • If the c term is negative and the b term is positive, then the factor that is positive will have the greater absolute value. That is, if |r|>|s|, then r is positive and s is negative.
  • If the c term is negative and the b term is negative, then the factor that is negative will have the greater absolute value. That is, if |r|>|s|, then r is negative and s is positive.

After you have factored a number of trinomials in the form x2+bx+c, you may notice that the numbers you identify for r and s end up being included in the factored form of the trinomial. Have a look at the following chart, which reviews the three problems you have seen so far.

Trinomial x2+7x+10 x2+5x+6 x2+x12
r and s values r=+5,s=+2 r=+2,s=+3 r=+4,s=3
Factored form (x+5)(x+2) (x+2)(x+3) (x+4)(x3)

The Shortcut

A worn path showing a shortcut

Shortcut this way

Notice that in each of the examples above, the r and s values are repeated in the factored form of the trinomial. So what does this mean? It means that in trinomials of the form x2+bx+c (where the coefficient in front of x2 is 1), if you can identify the correct r and s values, you can effectively skip the grouping steps and go right to the factored form. For those of you that like shortcuts, let’s look at some examples where we use this idea.

In the next two examples, we will show how you can skip the step of factoring by grouping and move directly to the factored form of a product of two binomials with the r and s values that you find. The idea is that you can build factors for a trinomial in this form: x2+bx+c by finding r and s, then placing them in two binomial factors like this:

(x+r)(x+s) OR (x+s)(x+r)

Example

Factor: y2+6y27

We will show one more example so you can gain more experience.

Example

Factor: m2+16m48

In the following video, we present two more examples of factoring a trinomial using the shortcut presented here.

Summary

Trinomials in the form x2+bx+c can be factored by finding two integers, r and s, whose sum is b and whose product is c. Rewrite the trinomial as x2+rx+sx+c and then use grouping and the distributive property to factor the polynomial.