Factor Polynomials


Factor Polynomials


To factor an expression means to treat the expression as a product, and write the factors which, when multiplied, yield that expression. Factoring is important because it can be used to solve equations and perform operations on fractions.

When factoring, there are three steps to keep in mind:

1.  Always factor out the Greatest Common Factor (GCF).

2.  Factor what is left.

3.  If there are four terms, consider factoring by grouping.

 

Example

Factor the expression 6x4y + 15x3y − 9x2y.


To follow step 1, look for the greatest common factor among the terms.  We see that each coefficient (the number in front of each term) is evenly divisible by 3-- that is, 6, 15, and −9 all divide into 3 evenly.  Let's factor it out and place it on the outside, and on the inside, the coefficients all get divided by 3:

3(2x4y + 5x3y − 3x2y)

But we're not done.  You can find the GCF among the variables by looking at each one's lowest exponent.  In this case, the lowest exponent for x is 2 (seen in the third term), and the lowest exponent for y is 1 (technically, it's a three-way tie since all three terms have the same exponent for y, but it still counts).  So factor out the x2y along with the 3, and divide each term by that as well:

3x2y(2x2 + 5x − 3)

Now we can move on to step 2.  We need to factor 2x2 + 5x − 3.  There are a number of strategies you can take to factor a three-term expression (trinomial) like this, so here's one possible solution:

Multiply the leading coefficient (2) by the constant term (−3):


2x2 + 5x − 3:   (2)(−3) = −6

Now find two numbers that multiply to create this result, and at the same time, add together to make the middle coefficient (5).  This may take a bit of guesswork:

−6 = −6 × 1;  −6 + 1 = −5   NO

−6 = −2 × 3;  −2 + 3 = 1   NO

−6 = −1 × 6;  −1 + 6 = 5   YES!

Our numbers are −1 and 6.  Now take the middle term (5x) and break it apart into −1x and 6x:

2x2 + 5x - 3 = 2x2 − 1x + 6x − 3

This is a popular method for factoring because it also involves step 3, using the 4-term expression for factoring by grouping.  To factor by grouping, group the four terms into the sum of two 2-term expressions (binomials):

2x2 − 1x + 6x − 3  =  (2x2 − 1x) + (6x − 3)

Now factor out the GCF from each binomial in the same way you did for step 1:

(2x2 − 1x) + (6x − 3)  =  x(2x − 1) + 3(2x − 1)

If you did this right, the two binomials you get should be exactly the same.  All that's left to do now is factor the binomial out as if it were a GCF (which it is):

x(2x − 1) + 3(2x − 1)  =  (2x − 1)(x + 3)

Combine this with the GCF you took out of the original expression, and you have the fully factored result:

6x4y + 15x3y − 9x2y  =  3x2y(2x − 1)(x + 3)


There are many types of factorable (or unfactorable) expressions.  With practice, you'll get to know these different types and be able to perform these steps rather quickly.  You may even find your own method of factoring that works even better for you.  Try it!


Practice

Factor the following expressions completely.

1.  5x2 + 30xy 


2.  12p3 − 8p2 


3.  x2 + 7x + 10


4.  3x2 − 10x + 8


5.  2t2 + 10t − 72


6.  10xy3 − 55xy2 + 75xy 













Answers

1.  5x(x + 6y)

2.  4p2(3p − 2)

3.  (x + 5)(x + 2)

4.  (x − 2)(3x − 4)

5.  2(t + 9)(t − 4)

6.  5xy(2y − 5)(y − 3)