Factoring by Grouping at a Glance


Factoring by grouping is like "undistributing" or unwrapping our polynomial. You pictured a baked potato too, huh?

The simplest situation in which we can factor by grouping is when we have a four-term polynomial whose first two terms have their own common factor, and whose last two terms have their own common factor. Confused? Check out the examples...they'll unwrap the mystery. Then all that'll be left to do is to slap on a pad of butter and sprinkle on some bacon bits.

Sample Problem

Factor by grouping: 6x2 + 3x + 20x + 10.

This is a polynomial written with four terms that don't have a single common factor among them. However, the first two terms have a common factor (3x), and the last two terms have a common factor (10). This situation doesn't answer all of our wildest factoring dreams, but we'll take it.

By pulling out the common factors for each pair of terms, we can rewrite the original polynomial like this:

3x(2x + 1) + 10(2x + 1)

These two terms now have a common factor of (2x + 1). Seems like we should be able to do something with that information, don't you think? In fact, we can pull out this common factor and rewrite the polynomial again:

(3x + 10)(2x + 1)

Sample Problem

Factor the polynomial x2 + 3x + 2x + 6 by grouping.

Once again, the terms don't all have a common factor, but the first two terms have a common factor of x and the last two terms have a common factor of 2. Looks like we'll be doing the same thing here that we did above. With all this grouping we're doing, we wonder if we should look for a Groupon.

We can rewrite the polynomial as:

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

Then pull out the factor (x + 3):

(x + 2)(x + 3)

In some cases the terms are out of order. ("Bailiff, arrest those terms!") The first and third term might have a common factor, and the second and fourth term might have a common factor. In this case we need to rearrange the terms before we factor. That's fine; we were in the mood to redecorate anyway. Now which one would look good over here by the mantel?

We can also use grouping to factor polynomials that don't necessarily have degree 2. We'll show you how to do this. It's our way of doing you a "degree solid."

Sample Problem

Use grouping to factor the polynomial 2y3 + y2 + 8y2 + 4y.

We pull out the common factor y2 from the first two terms and the common factor 4y from the second two terms:

y2(2y + 1) + 4y(2y + 1)

Then we factor out (2y + 1) from each term:

(y2 + 4y)(2y + 1)

When the polynomial isn't written nicely with four terms but is instead written as a trinomial, we can still factor by grouping. The trick is to split up the middle term appropriately so we can factor by grouping like we've been doing. If you have trouble splitting the middle term appropriately, King Solomon should be able to step in and give you a hand.

Sample Problem

Factor the trinomial 2x2 + 17x + 30 by grouping.

This isn't written with four terms, so we need to split the term 17x into two terms. Let's use 17x = 5x + 12x.

Don't worry, we'll explain how we got this in a moment. You sure? You look worried...

We can now rewrite the trinomial:

2x2 + 5x + 12x + 30

Then we can factor it by pulling out an x from the first two terms and a 6 from the last two:

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

You still look worried, so we'll tell you now how we arrived at those two particular terms. You can unclench.

For a trinomial of the form ax2 + bx + c, find two numbers whose product is ac and whose sum is b, and use those numbers to split the middle term. Sounds like a riddle, but this rule actually does work.

Applying this rule to the previous example, we needed two numbers whose product was 2 × 30 = 60 and whose sum was 17. By going through all the possible ways to produce 60 as a product of two numbers and looking at the sum of those two numbers, we found that 5 and 12 were the numbers we wanted. No need to be overwhelmed, there weren't that many possible ways. This process won't take up your whole afternoon. You'll still be able to make it to the mall before it closes.

The work went like this:

1 + 60 = 61 
2 + 30 = 32 
3 + 20 = 23 
4 + 15 = 19 
5 + 12 = 17Bingo!

Sample Problem

Factor by grouping: 4x2 + 13x + 9.

We need to split the term 13x into two terms. Using the handy-dandy tool we picked up, the coefficients of the two terms will be two numbers whose product is 4 × 9 = 36 and whose sum is 13. If you haven't figured it out already, you're thinking too hard. We don't need to do much work for this one: since 4 + 9 = 13, we already have our factors before we've even begun. Dear algebra, please try to be more like this example. Thank you.

Rewrite the original polynomial:

4x2 + 4x + 9x + 9

And then factor:

4x(x + 1) + 9(x + 1) =
(4x + 9)(x + 1)

Factoring by Grouping: The Real Story

The textbook rule says that to factor a polynomial of the form ax2 + bx + c, we find two numbers whose product is ac and whose sum is b, and use these two numbers to break up the term bx. Why does this work? While we're at it, what is the meaning of life? Whoa...we'll start with polynomials and work our way up.

The explanation will require a lot of variables, so bear with us. If we use the distributive property to multiply the binomials (px + s) and (rx + t), where p, r, s and t are integers, here's what we'll get:

(px + s)(rx + t) =
(pr)x2 + (sr)x + (pt)x + (st)

Need proof? By letting

a = pr
b = sr + pt, and
c = st

...we can abbreviate the polynomial (pr)x2 + (sr)x + (pt)x + st like this:

ax2 + bx + c

So far, all we've done is multiply two binomials and abbreviate the coefficients in the product so we can write it as a trinomial. You know what they say: three nomials are better than two.

To factor by grouping, we need to think about doing the above process backwards. Instead of using b to abbreviate something, we're given the polynomial ax2 + bx + c and asked to find out what b is abbreviating. We want to break b up into two numbers, but not any two numbers. We want two numbers that we can use to factor by grouping. The Oracle is closed on Tuesdays, so we need to find a different way to figure out which two to use.

We assume that the polynomial ax2 + bx + c came from multiplying two binomials of the form (px + s)(rx + t), but we don't know what p, s, r, or t are.

Here's what the ac trick is for. Since multiplication is commutative, we know the following is true:

ac = (pr)(st) = (pt)(sr)

The factors pt and sr multiply to give ac, and add to give b. Those are the numbers we'll find when we follow the textbook rule for factoring by grouping, which says to look for the numbers that multiply to ac and add up to b.

After we've found those numbers, we can rewrite the polynomial ax2 + bx + c like this:

ax2 + (pt)x + (sr)x + c

Since a is (pr) and c is (st) (they couldn't fool us...we knew all along), we've now rewritten the original polynomial as:

(pr)x2 + (pt)x + (sr)x + (st)

This we can factor by grouping:

px(rx + t) + s(rx + t) =
(px + s)(rx + t)

We have now factored the polynomial. Whew, what a workout.

Example 1

Factor the polynomial y2 + 35x + 7y + 5xy.


Example 2

Factor 2x2 + 14x – 3x – 21 by grouping.


Example 3

Factor by grouping: 2x2 – 9x – 35.


Exercise 1

Factor 28x2 + 63x + 12x + 27 by grouping. Remember to look for common factors first.


Exercise 2

Factor 4y3 + y + 12y2 + 3 by grouping. Remember to look for common factors first.


Exercise 3

Factor 2x2 + 4x – 3x – 6 by grouping. Remember to look for common factors first.


Exercise 4

Factor x3 – 2x – 4x2 + 8 by grouping. Remember to look for common factors first.


Exercise 5

Factor 2x9 + 8x8 + 3x4 + 12x3 by grouping. Remember to look for common factors first.


Exercise 6

Factor 3x2 + 19x + 20 by grouping.


Exercise 7

Factor x4 + 15x2 + 56 by grouping.


Exercise 8

Factor 2x2 – 31x + 99 by grouping.


Exercise 9

Factor 6x2 + 11x – 35 by grouping.


Exercise 10

Factor -2x2 – 3x + 5 by grouping.