1.4 General Strategy for Factoring Polynomials

Learning Objectives

By the end of this section, you will be able to:

  • Recognize and use the appropriate method to factor a polynomial completely

Recognize and Use the Appropriate Method to Factor a Polynomial Completely

You have now become acquainted with all the methods of factoring that you will need in this course. The following chart summarizes all the factoring methods we have covered, and outlines a strategy you should use when factoring polynomials.

General Strategy for Factoring Polynomials

Binomial Trinomial More than 3 terms
Difference of Squares

[latex]a^2-b^2=(a-b)(a+b)[/latex]

  • [latex]\begin{array}{c}x^2+bx+c\\(x\;\;\;\;)(x\;\;\;\;)\end{array}[/latex]
Grouping
Sum of Squares

Sums of squares do not factor

[latex]ax^2+bx+c[/latex]

‘[latex]a[/latex]‘ and ‘[latex]c[/latex]‘ squares

[latex](a+b)^2=a^2+2ab+b^2[/latex]
[latex](a-b)^2=a^2-2ab+b^2[/latex]

Sum of Cubes

[latex]a^3+b^3=(a-b)(a^2+ab+b^2)[/latex]

[latex]ax^2+bx+c[/latex]

‘[latex]ac[/latex]‘ method

HOW TO

Use a general strategy for factoring polynomials.

Step 1: Is there a greatest common factor?

Factor it out.

Step 2: Is the polynomial a binomial, trinomial, or are there more than three terms?

If it is a binomial:

    • Is it a sum?
      • Of squares? Sums of squares do not factor.
      • Of cubes? Use the sum of cubes pattern.
    • Is it a difference?
      • Of squares? Factor as the product of conjugates.
      • Of cubes? Use the difference of cubes pattern.

If it is a trinomial:

    • Is it of the form [latex]x^2+bx+c[/latex]? Undo FOIL.
    • Is it of the form [latex]ax^2+bx+c[/latex]?
      If [latex]a[/latex] and [latex]c[/latex] are squares, check if it fits the trinomial square pattern.
      Use the trial and error or “[latex]ac[/latex]” method.

If it has more than three terms:

      • Use the grouping method.

Step 3: Check.

      • Is it factored completely?
      • Do the factors multiply back to the original polynomial?

Remember, a polynomial is completely factored if, other than monomials, its factors are prime!

Example 1.4.1

Factor completely: [latex]7x^3-21x^2-70x[/latex].

Solution

Step 1: Is there a GCF?

Yes, [latex]7x[/latex].

Step 2: Factor out the GCF.

[latex]7x(x^2-3x-10)[/latex]

Step 3: In the parentheses, is it a binomial, trinomial, or are there more terms?

Trinomial with leading coefficient [latex]1[/latex].

Step 4: “Undo” FOIL.

[latex]\begin{array}{c}7x(x\;\;\;\;\;)(x\;\;\;\;\;)\\7x(x+2)(x-5)\end{array}[/latex]

Step 5: Is the expression factored completely?

Yes. Neither binomial can be factored completely.

Step 6: Check your answer. Multiply.

[latex]\begin{array}{rcl}&=&7x(x+2)(x-5)\\&=&7x(x^2-5x+2x-10)\\&=&7x(x^2-3x-10)\\&=&7x^3-21x^2-70x\;\checkmark\end{array}[/latex]

Try It

1) Factor completely: [latex]8{y}^{3}+16{y}^{2}-24y[/latex].

Solution

[latex]8y\left(y-1\right)\left(y+3\right)[/latex]

Try It

2) Factor completely: [latex]5{y}^{3}-15{y}^{2}-270y[/latex].

Solution

[latex]5y\left(y-9\right)\left(y+6\right)[/latex]

Be careful when you are asked to factor a binomial as there are several options!

Example 1.4.2

Factor completely: [latex]24y^2-150[/latex].

Solution

Step 1: Is there a GCF?

Yes, [latex]6[/latex].

Step 2: Factor out the GCF.

[latex]6(4y^2-25)[/latex]

Step 3: In the parentheses, is it a binomial, trinomial, or are there more than three terms?

Binomial.

Step 4: Is it a sum?

No.

Step 5: Is it a difference? Of squares or cubes?

Yes, squares.

Step 6: Write as a product of conjugates.

[latex]\begin{array}{rcl}&&6\left((2y)^2-(5)^2\right)\\&&6(2y-5)(2y+5)\end{array}[/latex]

Step 7: Is the expression factored completely?

Yes. Neither binomial can be factored.

Step 8: Check by multiplying.

[latex]\begin{array}{rcl}&=&6(2y-5)(2y+5)\\&=&6(4y^2-25)\\&=&24y^2-150\;\checkmark\end{array}[/latex]

Try It

3) Factor completely: [latex]16{x}^{3}-36x[/latex].

Solution

[latex]4x\left(2x-3\right)\left(2x+3\right)[/latex]

Try It

4) Factor completely: [latex]27{y}^{2}-48[/latex].

Solution

[latex]3\left(3y-4\right)\left(3y+4\right)[/latex]

The next example can be factored using several methods. Recognizing the trinomial squares pattern will make your work easier.

Example 1.4.3

Factor completely: [latex]4a^2-12ab+9b^2[/latex].

Solution

Step 1: Is there a GCF?

No.

Step 2: Is it a binomial, trinomial, or are there more terms?

Trinomial with [latex]a\neq1[/latex], but the first term is a perfect square.

Step 3: Is the last term a perfect square?

Yes.

[latex](2a)^2-12ab+(3b)^2[/latex]

Step 4: Does it fit the pattern [latex]a^2-2ab+b^2[/latex]?

Yes.

[latex](2a)^2-\underset{\color{Red}{2(2a)(3b)}}{12ab}+(3b)^2[/latex]

Step 5: Write it as a square.

[latex](2a-3b)^2[/latex]

Step 6: Is the expression factored completely?

Yes. The binomial cannot be factored.

Step 7: Check your answer. Multiply.

[latex]\begin{array}{rcl}&=&(2a-3b)^2\\&=&(2a)^2-2\cdot2a\cdot3b+(3b)^2\\&=&4a^2-12ab+9b^2\;\checkmark\end{array}[/latex]

 

Try It

5) Factor completely: [latex]4{x}^{2}+20xy+25{y}^{2}[/latex].

Solution

[latex]{\left(2x+5y\right)}^{2}[/latex]

Try It

6) Factor completely: [latex]9{x}^{2}-24xy+16{y}^{2}[/latex].

Solution

[latex]{\left(3x-4y\right)}^{2}[/latex]

Remember, sums of squares do not factor, but sums of cubes do!

Example 1.4.4

Factor completely [latex]12x^3y^2+75xy^2[/latex].

Solution

Step 1: Is there a GCF?

Yes, [latex]3xy^2[/latex].

Step 2: Factor out the GCF.

[latex]3xy^2(4x^2+25)[/latex]

Step 3: In the parentheses, is it a binomial, trinomial, or are there more than three terms?

Binomial.

Step 4: Is it a sum? Of squares?

Yes. Sums of squares are prime.

Step 5: Is the expression factored completely?

Yes.

Step 6: Check by multiplying.

[latex]\begin{array}{rcl}&=&3xy^2(4x^2+25)\\&=&12x^3y^2+75xy^2\;\checkmark\end{array}[/latex]

Try It

7) Factor completely: [latex]50{x}^{3}y+72xy[/latex].

Solution

[latex]2xy\left(25{x}^{2}+36\right)[/latex]

Try It

8) Factor completely: [latex]27x{y}^{3}+48xy[/latex].

Solution

[latex]3xy\left(9{y}^{2}+16\right)[/latex]

When using the sum or difference of cubes pattern, being careful with the signs.

Example 1.4.5

Factor completely: [latex]24{x}^{3}+81{y}^{3}[/latex].

Solution

Step 1: Is there a GCF?

Yes, [latex]3[/latex].

Step 2: Factor it out.

[latex]3\left(8x^3+27y^3\right)[/latex]

Step 3: In the parentheses, is it a binomial, trinomial, of are there more than three terms?

Binomial.

Step 4: Is it a sum or a difference?

Sum.

Step 5: Of squares or cubes?

Sum of cubes.

[latex]3\overset{\color{Red}{(a^3\;+\;b^3)}}{\left((2x)^3+(3y)^3\right)}[/latex]

Step 6: Write it using the sum of cubes pattern.

[latex]3\overset{\color{Red}{(a\;+\;b)}}{(2x+3y)}\overset{\color{Red}{(a^2\;-\;ab\;+\;b^2)}}{(2x)^2-2x\cdot3y+(3y)^2)}[/latex]

Step 7: Is the expression factored completely?

Yes.

[latex]3(2x+3y)(4x^2-6xy+9y^2)[/latex]

Step 8:  Check by multiplying.

We leave the check for you!

Try It

9) Factor completely: [latex]250{m}^{3}+432{n}^{3}[/latex].

Solution

[latex]2\left(5m+6n\right)\left(25{m}^{2}-30mn+36{n}^{2}\right)[/latex]

Try It

10) Factor completely: [latex]2{p}^{3}+54{q}^{3}[/latex].

Solution

[latex]2\left(p+3q\right)\left({p}^{2}-3pq+9{q}^{2}\right)[/latex]

Example 1.4.6

Factor completely: [latex]3x^5y-48xy[/latex].

Solution

Step 1: Is there a GCF?

Yes, [latex]3xy[/latex].

Step 2: Factor it out.

[latex]3xy(x^4-16)[/latex]

Step 3: Is the binomial a sum or difference? Of squares or cubes?

Difference of squares.

Step 4: Write it as a difference of squares.

[latex]3xy((x^2)^2-(4)^2)[/latex]

Step 5: Factor it as a product of conjugates.

[latex]3xy(x^2-4)(x^2+4)[/latex]

Step 6: The first binomial is again a difference of squares.

[latex]3xy((x)^2-(2)^2)(x^2+4)[/latex]

Step 7: Factor it as a product of conjugates.

[latex]3xy(x-2)(x+2)(x^2+4)[/latex]

Step 8: Is the expression factored completely?

Yes.

Step 9: Check your answer. Multiply.

[latex]\begin{array}{rcl}&=&3xy(x-2)(x+2)(x^2+4)\\&=&3xy(x^2-4)(x^2+4)\\&=&3xy(x^4-16)\\&=&3x^5y-48xy\;\checkmark\end{array}[/latex]

Try It

11) Factor completely: [latex]4{a}^{5}b-64ab[/latex].

Solution

[latex]4ab\left({a}^{2}+4\right)\left(a-2\right)\left(a+2\right)[/latex]

Try It

12) Factor completely: [latex]7x{y}^{5}-7xy[/latex].

Solution

[latex]7xy\left({y}^{2}+1\right)\left(y-1\right)\left(y+1\right)[/latex]

Example 1.4.7

Factor completely: [latex]4x^2+8bx-4ax-8ab[/latex].

Solution

Step 1: Is there a GCF?

Yes, [latex]4[/latex].

Step 2: Factor it out.

[latex]4(x^2+2bx-ax-2ab)[/latex]

Step 3: There are four terms. Use grouping.

[latex]\begin{array}{rcl}&&4\left[x(x+2b)-a(x+2b)\right]\\&&4(x+2b)(x-a)\end{array}[/latex]

Step 4: Is the expression factored completely?

Yes.

Step 5: Check your answer. Multiply.

[latex]\begin{array}{rcl}&=&4(x+2b)(x-a)\\&=&4(x^2-ax+2bx-2ab)\\&=&4x^2+8bx-4ax-8ab\;\checkmark\end{array}[/latex]

Try It

13) Factor completely: [latex]6{x}^{2}-12xc+6bx-12bc[/latex].

Solution

[latex]6\left(x+b\right)\left(x-2c\right)[/latex]

Try It

14) Factor completely: [latex]16{x}^{2}+24xy-4x-6y[/latex].

Solution

[latex]2\left(4x-1\right)\left(2x+3y\right)[/latex]

Taking out the complete GCF in the first step will always make your work easier.

Example 1.4.8

Factor completely: [latex]40x^2y+44xy-24y[/latex].

Solution

Step 1: Is there a GCF?

Yes, [latex]4y[/latex].

Step 2: Factor it out.

[latex]4y(10x^2+11x-6)[/latex]

Step 3: Factor the trinomial with [latex]a\neq1[/latex].

[latex]4y(5x-2)(2x+3)[/latex]

Step 4: Is the expression factored completely?

Yes.

Step 5: Check your answer. Multiply.

[latex]\begin{array}{rcl}&=&4y(5x-2)(2x+3)\\&=&4y(10x^2+11x-6)\\&=&40x^2y+44xy-24y\;\checkmark\end{array}[/latex]

Try It

15) Factor completely: [latex]4{p}^{2}q-16pq+12q[/latex].

Solution

[latex]4q\left(p-3\right)\left(p-1\right)[/latex]

Try It

16) Factor completely: [latex]6p{q}^{2}-9pq-6p[/latex].

Solution

[latex]3p\left(2q+1\right)\left(q-2\right)[/latex]

When we have factored a polynomial with four terms, most often we separated it into two groups of two terms. Remember that we can also separate it into a trinomial and then one term.

Example 1.4.9

Factor completely: [latex]9x^2-12xy+4y^2-49[/latex].

Solution

Step 1: Is there a GCF?

No.

Step 2: With more than 3 terms, use grouping.

Last 2 terms have no GCF. Try grouping first 3 terms.

[latex]9x^2-12xy+4y^2-49[/latex]

Step 3: Factor the trinomial with [latex]a\neq1[/latex].

The first term is a perfect square.

[latex](3x)^2-12xy+(2y)^2-49[/latex]

Step 4: Is the last term of the trinomial a perfect square?

Yes.

Step 5: Does the trinomial fit the pattern [latex]a^2-2ab+b^2[/latex]?

Yes.

[latex](3x)^2-\underset{\color{Red}{2(3x)(2y)}}{12xy}+(2y)^2-49[/latex]

Step 6: Write the trinomial as a square.

[latex](3x-2y)^2-49[/latex]

Step 7: Is this binomial a sum or difference? Of squares or cubes?

Difference of squares.

Step 8: Write it as a difference of squares.

[latex](3x-2y)^2-7^2[/latex]

Step 9: Write it as a product of conjugates.

[latex]\begin{array}{rcl}&=&\left((3x-2y)-7\right)\left((3x-2y)+7\right)\\&=&(3x-2y-7)(3x-2y+7)\end{array}[/latex]

Step 10: Is the expression factored completely?

Yes.

Step 11: Check your answer. Multiply.

[latex]\begin{array}{rcl}&=&(3x-2y-7)(3x-2y+7)\\&=&9x^2-6xy-21x-6xy+4y^2+14y+21x-14y-49\\&=&9x^2-12xy+4y^2-49\;\checkmark\end{array}[/latex]

Try It

17) Factor completely: [latex]4{x}^{2}-12xy+9{y}^{2}-25[/latex].

Solution

[latex]\left(2x-3y-5\right)\left(2x-3y+5\right)[/latex]

Try It

18) Factor completely: [latex]16{x}^{2}-24xy+9{y}^{2}-64[/latex].

Solution

[latex]\left(4x-3y-8\right)\left(4x-3y+8\right)[/latex]

Key Concepts

  • General Strategy for Factoring Polynomials
Binomial Trinomial More than 3 terms
Difference of Squares

[latex]a^2-b^2=(a-b)(a+b)[/latex]

[latex]\begin{array}{c}x^2+bx+c\\(x\;\;\;\;)(x\;\;\;\;)\end{array}[/latex] Grouping
Sum of Squares

Sums of squares do not factor

[latex]ax^2+bx+c[/latex]

‘[latex]a[/latex]‘ and ‘[latex]c[/latex]‘ squares

[latex](a+b)^2=a^2+2ab+b^2[/latex]

[latex](a-b)^2=a^2-2ab+b^2[/latex]

Sum of Cubes

[latex]a^3+b^3=(a-b)(a^2+ab+b^2)[/latex]

[latex]ax^2+bx+c[/latex]

‘[latex]ac[/latex]‘ method

  • How to use a general strategy for factoring polynomials.

    Step 1: Is there a greatest common factor?

    Factor it out.

    Step 2: Is the polynomial a binomial, trinomial, or are there more than three terms?

    If it is a binomial:

      • Is it a sum?
        • Of squares? Sums of squares do not factor.
        • Of cubes? Use the sum of cubes pattern.
      • Is it a difference?
        • Of squares? Factor as the product of conjugates.
        • Of cubes? Use the difference of cubes pattern.

    If it is a trinomial:

      • Is it of the form [latex]x^2+bx+c[/latex]? Undo FOIL.
      • Is it of the form [latex]ax^2+bx+c[/latex]?
        If [latex]a[/latex] and [latex]c[/latex] are squares, check if it fits the trinomial square pattern.
        Use the trial and error or “[latex]ac[/latex]” method.

    If it has more than three terms:

        • Use the grouping method.

    Step 3: Check.

        • Is it factored completely?
        • Do the factors multiply back to the original polynomial?

Self Check

a) After completing the exercises, use this checklist to evaluate your mastery of the objectives of this section.

b) On a scale of 1-10, how would you rate your mastery of this section in light of your responses on the checklist? How can you improve this?

License

Icon for the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License

Fanshawe Pre-Health Sciences Mathematics 2 Copyright © 2022 by Domenic Spilotro, MSc is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License, except where otherwise noted.

Share This Book