Skip to main content

Section 7.6 Factoring Strategies

Figure 7.6.1 Alternative Video Lesson

Subsection 7.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.

Figure 7.6.2 Factoring Decision Tree

Using the decision tree can guide us when we are given an expression to factor.

Example 7.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 7.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 7.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 7.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 7.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 7.6.8

Factor the expression \(q^5+q^2\) completely.

Explanation

Start by noting that the GCF is \(q^2\text{.}\) Factoring this out, we find

\begin{equation*} q^5+q^2=\highlight{q^2}\left(q^3+1\right)\text{.} \end{equation*}

Following the decision tree, we now have a binomial with a sum of cubes. (Notice that \(1^3=1\text{.}\)) So using the sum of cubes formula, we have the complete factorization:

\begin{align*} q^5+q^2\amp=q^2\left(q^3+1\right)\\ \amp=q^2(q+1)\left(q^2-q+1\right)\text{.} \end{align*}
Example 7.6.9

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 7.6.10

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 7.6.11

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 7.6.12

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ย 11. 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 7.6.13

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*}

Subsection 7.6.2 Exercises

Strategies
1

In factoring \(7x^{3}-2401y^{3}\), which factoring techniques/tools will be useful? Check all that apply.

  • Factoring out a GCF

  • Factoring by grouping

  • Finding two numbers that multiply to \(c\) and sum to \(b\)

  • The AC Method

  • Difference of Squares

  • Difference of Cubes

  • Sum of Cubes

  • Perfect Square Trinomial

  • None of the above

2

In factoring \(-7r-4\), which factoring techniques/tools will be useful? Check all that apply.

  • Factoring out a GCF

  • Factoring by grouping

  • Finding two numbers that multiply to \(c\) and sum to \(b\)

  • The AC Method

  • Difference of Squares

  • Difference of Cubes

  • Sum of Cubes

  • Perfect Square Trinomial

  • None of the above

3

In factoring \(8a^{2}-8\), which factoring techniques/tools will be useful? Check all that apply.

  • Factoring out a GCF

  • Factoring by grouping

  • Finding two numbers that multiply to \(c\) and sum to \(b\)

  • The AC Method

  • Difference of Squares

  • Difference of Cubes

  • Sum of Cubes

  • Perfect Square Trinomial

  • None of the above

4

In factoring \(16b^{2}+8b+1\), which factoring techniques/tools will be useful? Check all that apply.

  • Factoring out a GCF

  • Factoring by grouping

  • Finding two numbers that multiply to \(c\) and sum to \(b\)

  • The AC Method

  • Difference of Squares

  • Difference of Cubes

  • Sum of Cubes

  • Perfect Square Trinomial

  • None of the above

5

In factoring \(A^{2}-16A+64\), which factoring techniques/tools will be useful? Check all that apply.

  • Factoring out a GCF

  • Factoring by grouping

  • Finding two numbers that multiply to \(c\) and sum to \(b\)

  • The AC Method

  • Difference of Squares

  • Difference of Cubes

  • Sum of Cubes

  • Perfect Square Trinomial

  • None of the above

6

In factoring \(2560B^{3}+3645\), which factoring techniques/tools will be useful? Check all that apply.

  • Factoring out a GCF

  • Factoring by grouping

  • Finding two numbers that multiply to \(c\) and sum to \(b\)

  • The AC Method

  • Difference of Squares

  • Difference of Cubes

  • Sum of Cubes

  • Perfect Square Trinomial

  • None of the above

7

In factoring \(mx-m-5x+5\), which factoring techniques/tools will be useful? Check all that apply.

  • Factoring out a GCF

  • Factoring by grouping

  • Finding two numbers that multiply to \(c\) and sum to \(b\)

  • The AC Method

  • Difference of Squares

  • Difference of Cubes

  • Sum of Cubes

  • Perfect Square Trinomial

  • None of the above

8

In factoring \(200n^{2}-32C^{2}\), which factoring techniques/tools will be useful? Check all that apply.

  • Factoring out a GCF

  • Factoring by grouping

  • Finding two numbers that multiply to \(c\) and sum to \(b\)

  • The AC Method

  • Difference of Squares

  • Difference of Cubes

  • Sum of Cubes

  • Perfect Square Trinomial

  • None of the above

9

In factoring \(q^{2}-4qa+4a^{2}\), which factoring techniques/tools will be useful? Check all that apply.

  • Factoring out a GCF

  • Factoring by grouping

  • Finding two numbers that multiply to \(c\) and sum to \(b\)

  • The AC Method

  • Difference of Squares

  • Difference of Cubes

  • Sum of Cubes

  • Perfect Square Trinomial

  • None of the above

10

In factoring \(-36n-6\), which factoring techniques/tools will be useful? Check all that apply.

  • Factoring out a GCF

  • Factoring by grouping

  • Finding two numbers that multiply to \(c\) and sum to \(b\)

  • The AC Method

  • Difference of Squares

  • Difference of Cubes

  • Sum of Cubes

  • Perfect Square Trinomial

  • None of the above

11

In factoring \(9r^{3}+9C^{3}\), which factoring techniques/tools will be useful? Check all that apply.

  • Factoring out a GCF

  • Factoring by grouping

  • Finding two numbers that multiply to \(c\) and sum to \(b\)

  • The AC Method

  • Difference of Squares

  • Difference of Cubes

  • Sum of Cubes

  • Perfect Square Trinomial

  • None of the above

12

In factoring \(56ta+21t+8a+3\), which factoring techniques/tools will be useful? Check all that apply.

  • Factoring out a GCF

  • Factoring by grouping

  • Finding two numbers that multiply to \(c\) and sum to \(b\)

  • The AC Method

  • Difference of Squares

  • Difference of Cubes

  • Sum of Cubes

  • Perfect Square Trinomial

  • None of the above

13

In factoring \(4b^{4}-4b\), which factoring techniques/tools will be useful? Check all that apply.

  • Factoring out a GCF

  • Factoring by grouping

  • Finding two numbers that multiply to \(c\) and sum to \(b\)

  • The AC Method

  • Difference of Squares

  • Difference of Cubes

  • Sum of Cubes

  • Perfect Square Trinomial

  • None of the above

14

In factoring \(16A^{2}+72A+81\), which factoring techniques/tools will be useful? Check all that apply.

  • Factoring out a GCF

  • Factoring by grouping

  • Finding two numbers that multiply to \(c\) and sum to \(b\)

  • The AC Method

  • Difference of Squares

  • Difference of Cubes

  • Sum of Cubes

  • Perfect Square Trinomial

  • None of the above

Factoring
15

Factor the given polynomial.

\(4r+4=\)

16

Factor the given polynomial.

\(-10r-10=\)

17

Factor the given polynomial.

\(14t^2 - 35=\)

18

Factor the given polynomial.

\({30t^{4}+80t^{3}+80t^{2}}=\)

19

Factor the given polynomial.

\({20x-50x^{2}+90x^{3}}=\)

20

Factor the given polynomial.

\({3xy+3y}=\)

21

Factor the given polynomial.

\({64x^{5}y^{8}-24x^{4}y^{8}+72x^{3}y^{8}}=\)

22

Factor the given polynomial.

\({y^{2}+9y+8y+72}=\)

23

Factor the given polynomial.

\({xy-6x-10y+60}=\)

24

Factor the given polynomial.

\({x^{3}-7-5x^{3}y+35y}=\)

25

Factor the given polynomial.

\({r^{2}-2r-80}=\)

26

Factor the given polynomial.

\({5t^{2}-23t-10}=\)

27

Factor the given polynomial.

\({3t^{2}x^{2}+tx-4}=\)

28

Factor the given polynomial.

\({3x^{2}+x+8}=\)

29

Factor the given polynomial.

\({6x^{2}-17x-3}=\)

30

Factor the given polynomial.

\({4y^{2}+16y+7}=\)

31

Factor the given polynomial.

\({9y^{2}-15y+4}=\)

32

Factor the given polynomial.

\({3y^{2}+5yr+2r^{2}}=\)

33

Factor the given polynomial.

\({2r^{2}-9rx+9x^{2}}=\)

34

Factor the given polynomial.

\({8r^{2}-17ry-21y^{2}}=\)

35

Factor the given polynomial.

\({20t^{2}+13ty+2y^{2}}=\)

36

Factor the given polynomial.

\({12t^{2}-7ty+y^{2}}=\)

37

Factor the given polynomial.

\({4x^{2}+6x-28}=\)

38

Factor the given polynomial.

\({15x^{2}y^{2}+27xy-6}=\)

39

Factor the given polynomial.

\({8y^{10}+28y^{9}+20y^{8}}=\)

40

Factor the given polynomial.

\({10y^{5}-22y^{4}+4y^{3}}=\)

41

Factor the given polynomial.

\({9x^{2}+24xy+15y^{2}}=\)

42

Factor the given polynomial.

\({9x^{2}-24xy+12y^{2}}=\)

43

Factor the given polynomial.

\({r^{2}+9r+18}=\)

44

Factor the given polynomial.

\({t^{2}-9t+14}=\)

45

Factor the given polynomial.

\({t^{2}+10tx+24x^{2}}=\)

46

Factor the given polynomial.

\({x^{2}y^{2}-xy-30}=\)

47

Factor the given polynomial.

\({x^{2}-7xt+10t^{2}}=\)

48

Factor the given polynomial.

\({2y^{2}t^{2}+10yt+8}=\)

49

Factor the given polynomial.

\({3y^{2}-12y-36}=\)

50

Factor the given polynomial.

\({10y^{7}+30y^{6}+20y^{5}}=\)

51

Factor the given polynomial.

\({10r^{6}-30r^{5}+20r^{4}}=\)

52

Factor the given polynomial.

\({2x^{2}y+10xy+12y}=\)

53

Factor the given polynomial.

\({2x^{2}y-16xy+14y}=\)

54

Factor the given polynomial.

\({3x^{2}y^{3}-15xy^{2}+12y}=\)

55

Factor the given polynomial.

\({x^{2}y^{2}+2x^{2}yz-3x^{2}z^{2}}=\)

56

Factor the given polynomial.

\({x^{2}+0.9x+0.14}=\)

57

Factor the given polynomial.

\({y^{2}-64}=\)

58

Factor the given polynomial.

\({y^{2}r^{2}-100}=\)

59

Factor the given polynomial.

\({36-y^{2}}=\)

60

Factor the given polynomial.

\({r^{4}-64}=\)

61

Factor the given polynomial.

\({r^{14}-100}=\)

62

Factor the given polynomial.

\({x^{14}-121y^{10}}=\)

63

Factor the given polynomial.

\({16t^{4}-81}=\)

64

Factor the given polynomial.

\({2x^{3}-18x}=\)

65

Factor the given polynomial.

\({x^{2}+121}=\)

66

Factor the given polynomial.

\({40-10y^{2}}=\)

67

Factor the given polynomial.

\({y^{2}+6y+9}=\)

68

Factor the given polynomial.

\({y^{2}-18yt+81t^{2}}=\)

69

Factor the given polynomial.

\({r^{2}-12r+36}=\)

70

Factor the given polynomial.

\({9r^{2}-6r+1}=\)

71

Factor the given polynomial.

\({t^{2}+6tx+9x^{2}}=\)

72

Factor the given polynomial.

\({16t^{2}+40ty+25y^{2}}=\)

73

Factor the given polynomial.

\({48x^{2}t^{2}+24xt+3}=\)

74

Factor the given polynomial.

\({100x^{5}+20x^{4}+x^{3}}=\)

75

Factor the given polynomial.

\({12y^{10}+12y^{9}+3y^{8}}=\)

76

Factor the given polynomial.

\({y^{3}+8}=\)

77

Factor the given polynomial.

\({512y^{3}+1}=\)

Hint: \(512 = 8^3\text{.}\)

78

Factor the given polynomial.

\({125r^{3}+729}=\)

Hint: \(729=9^3\text{.}\)

79

Factor the given polynomial.

\({x^{3}y^{3}+729}=\)

Hint: \(729=9^3\text{.}\)

80

Factor the given polynomial.

\({343t^{4}+512t}=\)

Hint: \(343=7^3\text{,}\) \(512=8^3\text{.}\)

81

Factor the given polynomial.

\({0.16t-t^{3}}=\)

82

Factor the given polynomial.

\({3x^{4}-243}=\)

83

Factor the given polynomial.

\({x^{2}-14x+49-64y^{2}}=\)

84

Factor the given polynomial.

\({30x^{2}\!\left(y+2\right)+36x\!\left(y+2\right)+6\!\left(y+2\right)}=\)

Challenge
85

Select the expression which is equivalent to the following expression: \(333^{2} - 888^{2}\)

  • 1221(1221)

  • 1221(-555)

  • -555(-555)

  • none of the above