Skip to main content
Logo image

Section 10.1 Factoring Out the Common Factor

In Chapter 5, we learned how to multiply polynomials, such as when you start with (x+2)(x+3) and obtain x2+5x+6. This chapter, starting with this section, is about the opposite process—factoring. For example, starting with x2+5x+6 and obtaining (x+2)(x+3). We will start with the simplest kind of factoring: for example starting with x2+2x and obtaining x(x+2).
Figure 10.1.1. Alternative Video Lesson

Subsection 10.1.1 Motivation for Factoring

When you write x2+2x, you have an algebraic expression built with two terms—two parts that are added together. When you write x(x+2), you have an algebraic expression built with two factors—two parts that are multiplied together. Factoring is useful, because sometimes (but not always) having your expression written as parts that are multiplied together makes it easy to simplify the expression.
You’ve seen this with fractions. To simplify 1535, breaking down the numerator and denominator into factors is useful: 3575. Now you can see that the factors of 5 cancel.
There are other reasons to appreciate the value in factoring. One reason is that there is a relationship between a factored polynomial and the horizontal intercepts of its graph. For example in the graph of y=(x+2)(x3), the horizontal intercepts are (2,0) and (3,0). Note the x-values are 2 and 3, and think about what happens when you subsitutue those numbers in for x in y=(x+2)(x3). We will explore this more fully in Section 13.2.
Figure 10.1.2. A graph of y=(x+2)(x3)

Subsection 10.1.2 Identifying the Greatest Common Factor

The most basic technique for factoring involves recognizing the greatest common factor between two expressions, which is the largest factor that goes in evenly to both expressions. For example, the greatest common factor between 6 and 8 is 2, since 2 divides nicely into both 6 and 8 and no larger number would divide nicely into both 6 and 8.
Similarly, the greatest common factor between 4x and 3x2 is x. If you write 4x as a product of its factors, you have 22x. And if you fully factor 3x2, you have 3xx. The only factor they have in common is x, so that is the greatest common factor. No larger expression goes in nicely to both expressions.

Example 10.1.3. Finding the Greatest Common Factor.

What is the common factor between 6x2 and 70x? Break down each of these into its factors:
6x2=23xx70x=257x
And identify the common factors:
6x2=23xx70x=257x
With 2 and x in common, the greatest common factor is 2x.

Checkpoint 10.1.4.

  1. The greatest common factor between 6x and 8x is .
  2. The greatest common factor between 14x2 and 10x is .
  3. The greatest common factor between 6y2 and 7y2 is .
  4. The greatest common factor between 12xy2 and 9xy is .
  5. The greatest common factor between 6x3, 2x2, and 8x is .
Explanation.
  1. Since 6x completely factors as 23x ... and 8x completely factors as 222x, ...
    ... the greatest common factor is 2x.
  2. Since 14x2 completely factors as 27xx ... and 10x completely factors as 25x, ...
    ... the greatest common factor is 2x.
  3. Since 6y2 completely factors as 23yy ... and 7y2 completely factors as 7yy, ...
    ... the greatest common factor is y2.
  4. Since 12xy2 completely factors as 223xyy ... and 9xy completely factors as 33xy, ...
    ... the greatest common factor is 3xy.
  5. Since 6x3 completely factors as 23xxx ... 2x2 completely factors as 2xx, ...and 8x completely factors as 222x, ...
    ... the greatest common factor is 2x.

Subsection 10.1.3 Factoring Out the Greatest Common Factor

We have learned the distributive property: a(b+c)=ab+ac. Perhaps you have thought of this as a way to “distribute” the number a to each of b and c. In this section, we will use the distributive property in the opposite way. If you have an expression ab+ac, it is equal to a(b+c). In that example, we factored out a, which is the common factor between ab and ac.
The following steps use the distributive property to factor out the greatest common factor between two or more terms.

Example 10.1.6.

To factor 12x2+15x:
  1. The greatest common factor between 12x2 and 15x is 3x.
  2. 3x(4x+5)
  3. 3x(4x+5)

Example 10.1.7.

Factor the polynomial 3x3+3x29.
  1. We identify the greatest common factor as 3, because 3 is the only common factor between 3x3, 3x2 and 9.
  2. We write:
    3x3+3x29=3(x2+x23).
  3. We ask the question “3 times what gives 3x3?” The answer is x3. Now we have:
    3x3+3x29=3(x3+x23).
    We ask the question “3 times what gives 3x2?” The answer is x2. Now we have:
    3x3+3x29=3(x3+x23).
    We ask the question “3 times what gives 9?” The answer is 3. Now we have:
    3x3+3x29=3(x3+x23).
To check that this is correct, multiplying through 3(x3+x23) should give the original expression 3x3+3x29. We check this, and it does.

Checkpoint 10.1.8.

Factor the polynomial 4x3+12x212x.
Explanation.
In this exercise, 4x is the greatest common factor. We find
4x3+12x212x=4x(x2+3x3)=4x(x2+3x3)=4x(x2+3x3)=4x(x2+3x3)
Note that you might fail to recognize that 4x is the greatest common factor. At first you might only find that, say, 4 is a common factor. This is OK—you can factor out the 4 and continue from there:
4x3+12x212x=4(x3+3x23)=4(x3+3x23x)=4(x3+3x23x)=4(x3+3x23x)
Now examine the second factor here and there is still a common factor, x. Factoring this out too.
=4x(x2+3x3)=4x(x2+3x3)=4x(x2+3x3)=4x(x2+3x3)
So there is more than one way to find the answer.

Subsection 10.1.4 Visualizing With Rectangles

In Section 5.4, we learned one way to multiply polynomials using rectangle diagrams. Similarly, we can factor a polynomial with a rectangle diagram.

Example 10.1.10.

We will factor 12x2+15x, the same polynomial from the example in Algorithm 5, so that you may compare the two styles.
12x2 15x
3x 12x2 15x
4x 5
3x 12x2 15x
So 12x2+15x factors as 3x(4x+5).

Subsection 10.1.5 More Examples of Factoring out the Common Factor

Previous examples did not cover every nuance with factoring out the greatest common factor. Here are a few more factoring examples that attempt to do so.

Example 10.1.11.

Factor 35m5+5m410m3.
First, we identify the common factor. The number 5 is the greatest common factor of the three coefficients (which were 35, 5, and 10) and also m3 is the largest expression that divides m5, m4, and m3. Therefore the greatest common factor is 5m3.
In this example, the leading term is a negative number. When this happens, we will make it common practice to take that negative as part of the greatest common factor. So we will proceed by factoring out 5m3. Note the signs change inside the parentheses.
35m5+5m410m3=5m3(7m2m+2)=5m3(7m2m+2)=5m3(7m2m+2)=5m3(7m2m+2)

Example 10.1.12.

Factor 147n2+28n421n.
Notice that the terms are not in a standard order, with powers of n decreasing as you read left to right. It is usually a best practice to rearrange the terms into the standard order first.
147n2+28n421n=28n47n221n+14.
The number 7 divides all of the numerical coefficients. Separately, no power of n is part of the greatest common factor because the 14 term has no n factors. So the greatest common factor is just 7. We proceed by factoring that out:
147n2+28n421n=28n47n221n+14=7(4n4n23n+2)

Example 10.1.13.

Factor 24ab2+16a2b312a3b2.
There are two variables in this polynomial, but that does not change the factoring strategy. The greatest numerical factor between the three terms is 4. The variable a divides all three terms, and b2 divides all three terms. So we have:
24ab2+16a2b312a3b2=4ab2(6+4ab3a2)

Example 10.1.14.

Factor 4m2n3xy.
There are no common factors in those two terms (unless you want to count 1 or 1, but we do not count these for the purposes of identifying a greatest common factor). In this situation we can say the polynomial is prime or irreducible, and leave it as it is.

Example 10.1.15.

Factor x3+2x+18.
There are no common factors in those three terms, and it would be correct to state that this polynomial is prime or irreducible. However, since its leading coefficient is negative, it may be wise to factor out a negative sign. So, it could be factored as (x32x18). Note that every term is negated as the leading negative sign is extracted.

Reading Questions 10.1.6 Reading Questions

1.

Given two terms, how would you describe their “greatest common factor?”

2.

If a simplified polynomial has four terms, and you factor out its greatest common factor, how many terms will remain inside a set of parentheses?

Exercises 10.1.7 Exercises

Review and Warmup.

1.
Multiply the polynomials.
7x(x+8)=
2.
Multiply the polynomials.
9x(x4)=
3.
Multiply the polynomials.
2x(6x2)=
4.
Multiply the polynomials.
3x(10x+2)=
5.
Multiply the polynomials.
5x2(x4)=
6.
Multiply the polynomials.
3x2(x+10)=
7.
Multiply the polynomials.
7y2(2y2+5y)=
8.
Multiply the polynomials.
4r2(8r2+9r)=

Identifying Common Factors.

9.
Find the greatest common factor of the following terms.
9 and 27r
10.
Find the greatest common factor of the following terms.
6 and 24t
11.
Find the greatest common factor of the following terms.
3t and 30t2
12.
Find the greatest common factor of the following terms.
9x and 45x2
13.
Find the greatest common factor of the following terms.
6x3 and 24x4
14.
Find the greatest common factor of the following terms.
3y3 and 27y4
15.
Find the greatest common factor of the following terms.
9y15 and 27y14
16.
Find the greatest common factor of the following terms.
6y20 and 36y19
17.
Find the greatest common factor of the following terms.
2r14, 16r13, 10r6
18.
Find the greatest common factor of the following terms.
8r18, 16r17, 72r9
19.
Find the greatest common factor of the following terms.
8x19y4, 56x15y12, 80x12y18
20.
Find the greatest common factor of the following terms.
5x19y6, 15x16y9, 10x2y20

Factoring out the Common Factor.

21.
Factor the given polynomial.
8x+8=
22.
Factor the given polynomial.
5x+5=
23.
Factor the given polynomial.
2x2=
24.
Factor the given polynomial.
8y8=
25.
Factor the given polynomial.
4y4=
26.
Factor the given polynomial.
10r10=
27.
Factor the given polynomial.
7r42=
28.
Factor the given polynomial.
4t40=
29.
Factor the given polynomial.
80t2+50=
30.
Factor the given polynomial.
60x2+18=
31.
Factor the given polynomial.
54x2+81x+63=
32.
Factor the given polynomial.
45x2+10x+35=
33.
Factor the given polynomial.
48y480y3+56y2=
34.
Factor the given polynomial.
24y48y3+8y2=
35.
Factor the given polynomial.
60r5+30r4+70r3=
36.
Factor the given polynomial.
28r512r4+16r3=
37.
Factor the given polynomial.
28t+35t2+21t3=
38.
Factor the given polynomial.
15t+15t2+50t3=
39.
Factor the given polynomial.
15x217=
40.
Factor the given polynomial.
5x2+29=
41.
Factor the given polynomial.
4xy+4y=
42.
Factor the given polynomial.
5xy+5y=
43.
Factor the given polynomial.
6x5y712y7=
44.
Factor the given polynomial.
7x13y7+56y7=
45.
Factor the given polynomial.
50x5y4+5x4y4+20x3y4=
46.
Factor the given polynomial.
6x5y10+2x4y10+12x3y10=
47.
Factor the given polynomial.
30x5y10z4+25x4y10z3+15x3y10z2=
48.
Factor the given polynomial.
24x5y6z10+6x4y6z9+15x3y6z8=
You have attempted 1 of 3 activities on this page.