Factoring the Greatest Common Factor of a Polynomial

When we study fractions, we learn that the greatest common factor (GCF) of two numbers is the largest number that divides evenly into both numbers. For instance, 4 is the GCF of 16 and 20 because it is the largest number that divides evenly into both 16 and 20 The GCF of polynomials works the same way: 4x is the GCF of 16x and 20x2 because it is the largest polynomial that divides evenly into both 16x and 20x2.

When factoring a polynomial expression, our first step should be to check for a GCF. Look for the GCF of the coefficients, and then look for the GCF of the variables.

A General Note: Greatest Common Factor

The greatest common factor (GCF) of polynomials is the largest polynomial that divides evenly into the polynomials.

How To: Given a polynomial expression, factor out the greatest common factor.

  1. Identify the GCF of the coefficients.
  2. Identify the GCF of the variables.
  3. Combine to find the GCF of the expression.
  4. Determine what the GCF needs to be multiplied by to obtain each term in the expression.
  5. Write the factored expression as the product of the GCF and the sum of the terms we need to multiply by.

Example 1: Factoring the Greatest Common Factor

Factor 6x3y3+45x2y2+21xy.

Solution

First, find the GCF of the expression. The GCF of 6,45, and 21 is 3. The GCF of x3,x2, and x is x. (Note that the GCF of a set of expressions in the form xn will always be the exponent of lowest degree.) And the GCF of y3,y2, and y is y. Combine these to find the GCF of the polynomial, 3xy.

Next, determine what the GCF needs to be multiplied by to obtain each term of the polynomial. We find that 3xy(2x2y2)=6x3y3,3xy(15xy)=45x2y2, and 3xy(7)=21xy.

Finally, write the factored expression as the product of the GCF and the sum of the terms we needed to multiply by.

(3xy)(2x2y2+15xy+7)

Analysis of the Solution

After factoring, we can check our work by multiplying. Use the distributive property to confirm that (3xy)(2x2y2+15xy+7)=6x3y3+45x2y2+21xy.

Try It 1

Factor x(b2a)+6(b2a) by pulling out the GCF.

Solution