Skip to main content
Logo image

Section 10.6 Factoring Strategies

Figure 10.6.1. Alternative Video Lesson

Subsection 10.6.1 Factoring Strategies

Deciding which method to use when factoring a random polynomial can seem like a daunting task. Understanding all of the techniques that we have learned and how they fit together can be done using a decision tree.
A decision tree to help factoring.
Figure 10.6.2. Factoring Decision Tree
Using the decision tree can guide us when we are given an expression to factor.

Example 10.6.3.

Factor the expression \(4k^2+12k-40\) completely.
Explanation.
Start by noting that the GCF is \(4\text{.}\) Factoring this out, we get
\begin{equation*} 4k^2+12k-40=4\left(k^2+3k-10\right)\text{.} \end{equation*}
Following the decision tree, we now have a trinomial where the leading coefficient is \(1\) and we need to look for factors of \(-10\) that add to \(3\text{.}\) We find that \(-2\) and \(5\) work. So, the full factorization is:
\begin{align*} 4k^2+12k-40\amp=4\left(k^2+3k-10\right)\\ \amp=4(k-2)(k+5) \end{align*}

Example 10.6.4.

Factor the expression \(64d^2+144d+81\) completely.
Explanation.
Start by noting that the GCF is \(1\text{,}\) and there is no GCF to factor out. We continue along the decision tree for a trinomial. Notice that both \(64\) and \(81\) are perfect squares and that this expression might factor using the pattern \(A^2+2AB+B^2=(A+B)^2\text{.}\) To find \(A\) and \(B\text{,}\) take the square roots of the first and last terms, so \(A=8d\) and \(B=9\text{.}\) We have to check that the middle term is correct: since \(2AB=2(8d)(9)=144d\) matches our middle term, the expression must factor as
\begin{equation*} 64d^2+144d+81=(8d+9)^2\text{.} \end{equation*}

Example 10.6.5.

Factor the expression \(10x^2y-12xy^2\) completely.
Explanation.
Start by noting that the GCF is \(2xy\text{.}\) Factoring this out, we get
\begin{equation*} 10x^2y-12xy^2=2xy(5x-6y)\text{.} \end{equation*}
Since we have a binomial inside the parentheses, the only options on the decision tree for a binomial involve squares or cubes. Since there are none, we conclude that \(2xy(5x-6y)\) is the complete factorization.

Example 10.6.6.

Factor the expression \(9b^2-25y^2\) completely.
Explanation.
Start by noting that the GCF is \(1\text{,}\) and there is no GCF to factor out. We continue along the decision tree for a binomial and notice that we now have a difference of squares, \(A^2-B^2=(A-B)(A+B)\text{.}\) To find the values for \(A\) and \(B\) that fit the patterns, just take the square roots. So \(A=3b\) since \((3b)^2=9b^2\) and \(B=5y\) since \((5y)^2=25y^2\text{.}\) So, the expression must factor as
\begin{equation*} 9b^2-25y^2=(3b-5y)(3b+5y)\text{.} \end{equation*}

Example 10.6.7.

Factor the expression \(24w^3+6w^2-9w\) completely.
Explanation.
Start by noting that the GCF is \(3w\text{.}\) Factoring this out, we get
\begin{equation*} 24w^3+6w^2-9w=3w\left(8w^2+2w-3\right)\text{.} \end{equation*}
Following the decision tree, we now have a trinomial inside the parentheses where \(a\neq1\text{.}\) We should try the AC method because neither \(8\) nor \(-3\) are perfect squares. In this case, \(ac=-24\) and we must find two factors of \(-24\) that add to be \(2\text{.}\) The numbers \(6\) and \(-4\) work in this case. The rest of the factoring process is:
\begin{align*} 24w^3+6w^2-9w\amp=3w\left(8w^2\overbrace{{}+2w}-3\right)\\ \amp=3w\left(8w^2\overbrace{{}+6w-4w}-3\right)\\ \amp=3w\left(\left(8w^2+6w\right)+\left(-4w-3\right)\right)\\ \amp=3w\left(2w\highlight{(4w+3)}-1\highlight{(4w+3)}\right)\\ \amp=3w\highlight{(4w+3)}(2w-1) \end{align*}

Example 10.6.8.

Factor the expression \(-6xy+9y+2x-3\) completely.
Explanation.
Start by noting that the GCF is \(1\text{,}\) and there is no GCF to factor out. We continue along the decision tree. Since we have a four-term polynomial, we should try to factor by grouping. The full process is:
\begin{align*} -6xy+9y+2x-3\amp=(-6xy+9y)+(2x-3)\\ \amp=-3y\highlight{(2x-3)}+1\highlight{(2x-3)}\\ \amp=\highlight{(2x-3)}(-3y+1)\\ \end{align*}
Note that the negative sign in front of the \(3y\) can be factored out if you wish. That would look like:
\begin{align*} \amp=-(2x-3)(3y-1) \end{align*}

Example 10.6.9.

Factor the expression \(4w^3-20w^2+24w\) completely.
Explanation.
Start by noting that the GCF is \(4w\text{.}\) Factoring this out, we get
\begin{equation*} 4w^3-20w^2+24w=4w\left(w^2-5w+6\right)\text{.} \end{equation*}
Following the decision tree, we now have a trinomial with \(a=1\) inside the parentheses. So, we can look for factors of \(6\) that add up to \(-5\text{.}\) Since \(-3\) and \(-2\) fit the requirements, the full factorization is:
\begin{align*} 4w^3-20w^2+24w\amp=4w\left(w^2-5w+6\right)\\ \amp=4w(w-3)(w-2) \end{align*}

Example 10.6.10.

Factor the expression \(9-24y+16y^2\) completely.
Explanation.
Start by noting that the GCF is \(1\text{,}\) and there is no GCF to factor out. Continue along the decision tree. We now have a trinomial where both the first term, \(9\text{,}\) and last term, \(16y^2\text{,}\) look like perfect squares. To use the perfect squares difference pattern, \(A^2-2AB+B^2=(A-B)^2\text{,}\) recall that we need to mentally take the square roots of these two terms to find \(A\) and \(B\text{.}\) So, \(A=3\) since \(3^2=9\text{,}\) and \(B=4y\) since \((4y)^2=16y^2\text{.}\) Now we have to check that \(2AB\) matches \(24y\text{:}\)
\begin{equation*} 2AB=2(3)(4y)=24y\text{.} \end{equation*}
So the full factorization is:
\begin{equation*} 9-24y+16y^2=(3-4y)^2\text{.} \end{equation*}

Example 10.6.11.

Factor the expression \(9-25y+16y^2\) completely.
Explanation.
Start by noting that the GCF is \(1\text{,}\) and there is no GCF to factor out. Since we now have a trinomial where both the first term and last term are perfect squares in exactly the same way as in Example 10. However, we cannot apply the perfect squares method to this problem because it worked when \(2AB=24y\text{.}\) Since our middle term is \(25y\text{,}\) we can be certain that it won’t be a perfect square.
Continuing on with the decision tree, our next option is to use the AC method. You might be tempted to rearrange the order of the terms, but that is unnecessary. In this case, \(ac=144\) and we need to come up with two factors of \(144\) that add to be \(-25\text{.}\) After a brief search, we conclude that those values are \(-16\) and \(-9\text{.}\) The remainder of the factorization is:
\begin{align*} 9\overbrace{{}-25y}+16y^2\amp=9\overbrace{{}-16y-9y}+16y^2\\ \amp=\left(9-16y\right)+\left(-9y+16y^2\right)\\ \amp=1\highlight{\left(9-16y\right)}-y\highlight{\left(9+16y\right)}\\ \amp=\highlight{\left(9-16y\right)}(1-y) \end{align*}

Example 10.6.12.

Factor the expression \(20x^4+13x^3-21x^2\) completely.
Explanation.
Start by noting that the GCF is \(x^2\text{.}\) Factoring this out, we get
\begin{equation*} 20x^4+13x^3-21x^2=x^2\left(20x^2+13x-21\right)\text{.} \end{equation*}
Following the decision tree, we now have a trinomial inside the parentheses where \(a\neq1\) and we should try the AC method. In this case, \(ac=-420\) and we need factors of \(-420\) that add to \(13\text{.}\)
Factor Pair Sum
\(1\cdot-420\) \(-419\)
\(2\cdot-210\) \(-208\)
\(3\cdot-140\) \(-137\)
\(4\cdot-105\) \(-101\)
Factor Pair Sum
\(5\cdot-84\) \(-79\)
\(6\cdot-70\) \(-64\)
\(7\cdot-60\) \(-53\)
\(10\cdot-42\) \(-32\)
Factor Pair Sum
\(12\cdot-35\) \(-23\)
\(14\cdot-30\) \(-16\)
\(15\cdot-28\) \(-13\)
\(20\cdot-21\) \(-1\)
In the table of the factor pairs of \(-420\) we find \(15+(-28)=-13\text{,}\) the opposite of what we want, so we want the opposite numbers: \(-15\) and \(28\text{.}\) The rest of the factoring process is shown:
\begin{align*} 20x^4+13x^3-21x^2\amp=x^2\left(20x^2\overbrace{{}+13x}-21\right)\\ \amp=x^2\left(20x^2\overbrace{-15x+28x}-21\right)\\ \amp=x^2\left(\left(20x^2-15x\right)+\left(28x-21\right)\right)\\ \amp=x^2\left(5x\highlight{(4x-3)}+7\highlight{(4x-3)}\right)\\ \amp=x^2\highlight{(4x-3)}(5x+7) \end{align*}

Reading Questions 10.6.2 Reading Questions

1.

Do you find a factoring flowchart helpful?

Exercises 10.6.3 Exercises

Strategies.

1.
Which factoring techniques/tools will be useful for factoring the polynomial below? Check all that apply.
  • Factoring out a GCF
  • Factoring by grouping
  • Finding two numbers that multiply to the constant term and sum to the linear coefficient
  • The AC Method
  • Difference of Squares
  • Difference of Cubes
  • Sum of Cubes
  • Perfect Square Trinomial
  • None of the above
\({30y^{2}-29y+4}\)
2.
Which factoring techniques/tools will be useful for factoring the polynomial below? Check all that apply.
  • Factoring out a GCF
  • Factoring by grouping
  • Finding two numbers that multiply to the constant term and sum to the linear coefficient
  • The AC Method
  • Difference of Squares
  • Difference of Cubes
  • Sum of Cubes
  • Perfect Square Trinomial
  • None of the above
\({8t^{3}+4096}\)
3.
Which factoring techniques/tools will be useful for factoring the polynomial below? Check all that apply.
  • Factoring out a GCF
  • Factoring by grouping
  • Finding two numbers that multiply to the constant term and sum to the linear coefficient
  • The AC Method
  • Difference of Squares
  • Difference of Cubes
  • Sum of Cubes
  • Perfect Square Trinomial
  • None of the above
\({x^{2}-81}\)
4.
Which factoring techniques/tools will be useful for factoring the polynomial below? Check all that apply.
  • Factoring out a GCF
  • Factoring by grouping
  • Finding two numbers that multiply to the constant term and sum to the linear coefficient
  • The AC Method
  • Difference of Squares
  • Difference of Cubes
  • Sum of Cubes
  • Perfect Square Trinomial
  • None of the above
\({c^{2}-25}\)
5.
Which factoring techniques/tools will be useful for factoring the polynomial below? Check all that apply.
  • Factoring out a GCF
  • Factoring by grouping
  • Finding two numbers that multiply to the constant term and sum to the linear coefficient
  • The AC Method
  • Difference of Squares
  • Difference of Cubes
  • Sum of Cubes
  • Perfect Square Trinomial
  • None of the above
\({147A^{2}-378AB+243B^{2}}\)
6.
Which factoring techniques/tools will be useful for factoring the polynomial below? Check all that apply.
  • Factoring out a GCF
  • Factoring by grouping
  • Finding two numbers that multiply to the constant term and sum to the linear coefficient
  • The AC Method
  • Difference of Squares
  • Difference of Cubes
  • Sum of Cubes
  • Perfect Square Trinomial
  • None of the above
\({C^{2}-9Ct+8t^{2}}\)
7.
Which factoring techniques/tools will be useful for factoring the polynomial below? Check all that apply.
  • Factoring out a GCF
  • Factoring by grouping
  • Finding two numbers that multiply to the constant term and sum to the linear coefficient
  • The AC Method
  • Difference of Squares
  • Difference of Cubes
  • Sum of Cubes
  • Perfect Square Trinomial
  • None of the above
\({1125m^{3}+72p^{3}}\)
8.
Which factoring techniques/tools will be useful for factoring the polynomial below? Check all that apply.
  • Factoring out a GCF
  • Factoring by grouping
  • Finding two numbers that multiply to the constant term and sum to the linear coefficient
  • The AC Method
  • Difference of Squares
  • Difference of Cubes
  • Sum of Cubes
  • Perfect Square Trinomial
  • None of the above
\({pA-2p-7A+14}\)
9.
Which factoring techniques/tools will be useful for factoring the polynomial below? Check all that apply.
  • Factoring out a GCF
  • Factoring by grouping
  • Finding two numbers that multiply to the constant term and sum to the linear coefficient
  • The AC Method
  • Difference of Squares
  • Difference of Cubes
  • Sum of Cubes
  • Perfect Square Trinomial
  • None of the above
\({1458x^{3}-2r^{3}}\)
10.
Which factoring techniques/tools will be useful for factoring the polynomial below? Check all that apply.
  • Factoring out a GCF
  • Factoring by grouping
  • Finding two numbers that multiply to the constant term and sum to the linear coefficient
  • The AC Method
  • Difference of Squares
  • Difference of Cubes
  • Sum of Cubes
  • Perfect Square Trinomial
  • None of the above
\({63n-81}\)
11.
Which factoring techniques/tools will be useful for factoring the polynomial below? Check all that apply.
  • Factoring out a GCF
  • Factoring by grouping
  • Finding two numbers that multiply to the constant term and sum to the linear coefficient
  • The AC Method
  • Difference of Squares
  • Difference of Cubes
  • Sum of Cubes
  • Perfect Square Trinomial
  • None of the above
\({30t^{2}-43t+15}\)
12.
Which factoring techniques/tools will be useful for factoring the polynomial below? Check all that apply.
  • Factoring out a GCF
  • Factoring by grouping
  • Finding two numbers that multiply to the constant term and sum to the linear coefficient
  • The AC Method
  • Difference of Squares
  • Difference of Cubes
  • Sum of Cubes
  • Perfect Square Trinomial
  • None of the above
\({7a^{3}+5103}\)
13.
Which factoring techniques/tools will be useful for factoring the polynomial below? Check all that apply.
  • Factoring out a GCF
  • Factoring by grouping
  • Finding two numbers that multiply to the constant term and sum to the linear coefficient
  • The AC Method
  • Difference of Squares
  • Difference of Cubes
  • Sum of Cubes
  • Perfect Square Trinomial
  • None of the above
\({40c^{3}-35c^{2}-32c+28}\)
14.
Which factoring techniques/tools will be useful for factoring the polynomial below? Check all that apply.
  • Factoring out a GCF
  • Factoring by grouping
  • Finding two numbers that multiply to the constant term and sum to the linear coefficient
  • The AC Method
  • Difference of Squares
  • Difference of Cubes
  • Sum of Cubes
  • Perfect Square Trinomial
  • None of the above
\({5A^{3}-625}\)

Factoring.

15.
Factor the given polynomial.
\(3r+3=\)
16.
Factor the given polynomial.
\(-8t-8=\)
17.
Factor the given polynomial.
\(72t^2+40=\)
18.
Factor the given polynomial.
\({63t^{4}+36t^{3}+54t^{2}}=\)
19.
Factor the given polynomial.
\({72x+48x^{2}+16x^{3}}=\)
20.
Factor the given polynomial.
\({3xy+3y}=\)
21.
Factor the given polynomial.
\({90x^{5}y^{4}+100x^{4}y^{4}+60x^{3}y^{4}}=\)
22.
Factor the given polynomial.
\({y^{2}+8y+6y+48}=\)
23.
Factor the given polynomial.
\({xy-6x-5y+30}=\)
24.
Factor the given polynomial.
\({x^{3}+7+9x^{3}y+63y}=\)
25.
Factor the given polynomial.
\({t^{2}+3t-70}=\)
26.
Factor the given polynomial.
\({2t^{2}-t-10}=\)
27.
Factor the given polynomial.
\({2t^{2}x^{2}-3tx-5}=\)
28.
Factor the given polynomial.
\({3x^{2}-x+7}=\)
29.
Factor the given polynomial.
\({4x^{2}-15x-4}=\)
30.
Factor the given polynomial.
\({6y^{2}+17y+5}=\)
31.
Factor the given polynomial.
\({6y^{2}-29y+9}=\)
32.
Factor the given polynomial.
\({2r^{2}+13rx+15x^{2}}=\)
33.
Factor the given polynomial.
\({3r^{2}-11rt+6t^{2}}=\)
34.
Factor the given polynomial.
\({6t^{2}-13tr-15r^{2}}=\)
35.
Factor the given polynomial.
\({6t^{2}+19tx+8x^{2}}=\)
36.
Factor the given polynomial.
\({10t^{2}-17tr+3r^{2}}=\)
37.
Factor the given polynomial.
\({6x^{2}+2x-20}=\)
38.
Factor the given polynomial.
\({27x^{2}r^{2}+18xr-9}=\)
39.
Factor the given polynomial.
\({20y^{8}+30y^{7}+10y^{6}}=\)
40.
Factor the given polynomial.
\({10y^{9}-22y^{8}+4y^{7}}=\)
41.
Factor the given polynomial.
\({4x^{2}+22xy+18y^{2}}=\)
42.
Factor the given polynomial.
\({15x^{2}-25xy+10y^{2}}=\)
43.
Factor the given polynomial.
\({t^{2}+12t+32}=\)
44.
Factor the given polynomial.
\({t^{2}-3t+2}=\)
45.
Factor the given polynomial.
\({t^{2}+8tr+12r^{2}}=\)
46.
Factor the given polynomial.
\({x^{2}y^{2}+2xy-15}=\)
47.
Factor the given polynomial.
\({x^{2}-7xt+12t^{2}}=\)
48.
Factor the given polynomial.
\({2y^{2}r^{2}+10yr+12}=\)
49.
Factor the given polynomial.
\({7y^{2}-21y-28}=\)
50.
Factor the given polynomial.
\({2r^{6}+22r^{5}+20r^{4}}=\)
51.
Factor the given polynomial.
\({9r^{10}-27r^{9}+18r^{8}}=\)
52.
Factor the given polynomial.
\({3x^{2}y+15xy+18y}=\)
53.
Factor the given polynomial.
\({9x^{2}y-27xy+18y}=\)
54.
Factor the given polynomial.
\({4x^{2}y^{3}-24xy^{2}+20y}=\)
55.
Factor the given polynomial.
\({x^{2}y^{2}+7x^{2}yz-8x^{2}z^{2}}=\)
56.
Factor the given polynomial.
\({x^{2}+1.1x+0.24}=\)
57.
Factor the given polynomial.
\({y^{2}-49}=\)
58.
Factor the given polynomial.
\({y^{2}x^{2}-144}=\)
59.
Factor the given polynomial.
\({25-r^{2}}=\)
60.
Factor the given polynomial.
\({r^{4}-49}=\)
61.
Factor the given polynomial.
\({t^{6}-9}=\)
62.
Factor the given polynomial.
\({x^{14}-121y^{12}}=\)
63.
Factor the given polynomial.
\({16t^{4}-1}=\)
64.
Factor the given polynomial.
\({7x^{3}-28x}=\)
65.
Factor the given polynomial.
\({x^{2}+81}=\)
66.
Factor the given polynomial.
\({125-5y^{2}}=\)
67.
Factor the given polynomial.
\({y^{2}+2y+1}=\)
68.
Factor the given polynomial.
\({r^{2}-20rx+100x^{2}}=\)
69.
Factor the given polynomial.
\({r^{2}-10r+25}=\)
70.
Factor the given polynomial.
\({144t^{2}-24t+1}=\)
71.
Factor the given polynomial.
\({t^{2}+10tr+25r^{2}}=\)
72.
Factor the given polynomial.
\({25t^{2}+30ty+9y^{2}}=\)
73.
Factor the given polynomial.
\({80x^{2}t^{2}+40xt+5}=\)
74.
Factor the given polynomial.
\({64x^{8}+16x^{7}+x^{6}}=\)
75.
Factor the given polynomial.
\({32y^{9}+16y^{8}+2y^{7}}=\)
76.
Factor the given polynomial.
\({y-y^{3}}=\)
77.
Factor the given polynomial.
\({5r^{4}-80}=\)
78.
Factor the given polynomial.
\({x^{2}+6x+9-16y^{2}}=\)
You have attempted of activities on this page.