section 6.6 Learning Objectives
6.6: Summary of Factoring
- Review the factoring methods presented in this module
- Be able to recognize and apply an appropriate factoring technique to a given problem
- Factor expressions completely
In the previous sections, you have learned several factoring techniques. Now it is time to put it all together.
In this section, we focus on two important questions you should ask yourself when encountering any factoring problem:
- Which factoring technique should I use for this problem?
- Can I factor the polynomial more?
Choosing the Best Factoring Technique
Here, we present a strategy you can apply to any factoring problem.
Factoring strategy
1. If there is a GCF other than [latex]1[/latex], factor it out first. Don’t forget to factor out a [latex]-1[/latex] if the leading coefficient is negative.
2. Count the number of terms in the remaining polynomial and select an appropriate technique.
I. 4 or More Terms: Factor by Grouping (Section 6.2)
II. 3 Terms:
A. If [latex]a=1[/latex], apply the “Product and Sum Method” (Section 6.3)
B. If [latex]a\neq 1[/latex], apply the “AC-Method” (Section 6.4)
C. If it is a perfect square trinomial, use the appropriate formula: [latex]a^2+2ab+b^2=(a+b)^2[/latex] or [latex]a^2-2ab+b^2=(a-b)^2[/latex] (Section 6.5)
III. 2 Terms: If the binomial is a difference of squares, use the following formula: [latex]a^2-b^2=(a+b)(a-b)[/latex] (Section 6.5)
3. If none of the above applies, it is possible that the polynomial is not factorable, or “prime.”
Let us try some examples.
Example 1
Factor [latex]-3x^2-3x+6[/latex].
Show Solution
We first check for a common factor, recognizing that all terms share a factor of [latex]3[/latex]. Moreover, since the leading coefficient is negative, we will factor out a GCF of [latex]-3[/latex].
[latex]-3(x^2+x-2)[/latex]
Next, we examine the resulting polynomial. It has 3 terms and a leading coefficient of [latex]a=1[/latex]. So, we can use the Product and Sum Method, searching for two numbers [latex]r[/latex] and [latex]s[/latex] that multiply to [latex]c=-2[/latex] and add to [latex]b=1[/latex], which are [latex]2[/latex] and [latex]-1[/latex].
[latex]-3(x+2)(x-1)[/latex]
Answer
[latex]-3x^2-3x+6=-3(x+2)(x-1)[/latex]
Example 2
Factor [latex]-3x^2-7x+6[/latex].
Show Solution
Initially, this looks similar to the previous example. However, this time [latex]3[/latex] is no longer in common. We will still begin by factoring out [latex]-1[/latex] though.
[latex]-1(3x^2+7x-6)[/latex]
The resulting polynomial has 3 terms, but a leading coefficient other than 1. So, we use the AC-Method. We need two numbers that multiply to [latex]ac=3(-6)=-18[/latex] and add to [latex]b=7[/latex], which are [latex]9[/latex] and [latex]-2[/latex].
Rewrite the middle term [latex]7x[/latex] as [latex]9x-2x[/latex] and apply the grouping technique.
[latex]-(3x^2+9x-2x-6)[/latex]
[latex]=-\left[ 3x(x+3)-2(x+3)\right][/latex]
[latex]=-(x+3)(3x-2)[/latex]
Answer
[latex]-3x^2-7x+6=-(x+3)(3x-2)[/latex]
The next example includes a perfect square trinomial.
Example 3
Factor [latex]12x^5+60x^4+75x^3[/latex]
Show Solution
We first factor out the GCF of [latex] 3x^3[/latex].
[latex]3x^3(4x^2+20x+25)[/latex]
We could proceed by applying the AC-Method to the resulting trinomial with leading coefficient other than 1, but let us check whether the result is a Perfect Square Trinomial. Comparing to [latex]a^2+2ab+b^2[/latex], we have [latex]a=2x[/latex] and[latex]b=5[/latex]. Since [latex]2ab=2(2x)(5)=20[/latex] matches our middle term, we can apply the formula [latex]a^2+2ab+b^2=(a+b)^2[/latex] to factor as
[latex]3x^3(2x+5)^2[/latex]
Answer
[latex]12x^5+60x^4+75x^3=3x^3(2x+5)^2[/latex]
In the next two examples, we review factoring binomials.
Example 4
Factor [latex]-2x^2+8[/latex]
Show Solution
We first factor out the GCF. Noting that the leading coefficient is negative, we will factor out [latex]-2[/latex].
[latex]-2(x^2-4)[/latex]
The resulting binomial is a difference of squares, which we factor as
[latex]-2(x+2)(x-2)[/latex].
Answer
[latex]-2x^2+8=-2(x+2)(x-2)[/latex]
Example 5
Factor [latex]50x^{2}y^{3}-8y[/latex]
Show Solution
Once again, we start by looking for a common factor. We can factor out a GCF of [latex]2y[/latex].
[latex]2y(25x^{2}y^{2}-4)[/latex]
The resulting polynomial has 2 terms and is in the form of a difference of squares with [latex]a=5xy[/latex] and [latex]b=2[/latex].
[latex]2y(5xy+2)(5xy-2)[/latex]
Answer
[latex]50x^{2}y^{3}-8y=2y(5xy+2)(5xy-2)[/latex]
Don’t forget that we cannot factor every polynomial.
Example 6
Factor [latex]5x^2+8x+4[/latex]
Show Solution
Since there are 3 terms and the leading coefficient is [latex]a=5[/latex] (which is not a common factor), we attempt to use the AC-Method. We need two numbers that multiply to [latex]ac=5(4)=20[/latex] and add to [latex]b=8[/latex]. However, two such integers do not exist. We conclude that the polynomial is not factorable.
Answer
Prime
Note: This example reminds of of the important role that signs play in this process. You may be tempted to conclude that [latex]10[/latex] and [latex]2[/latex] is a potential pair of numbers that would work for this problem. However, to multiply to positive [latex]20[/latex], the numbers must have the same sign (both positive or both negative), and there is no pair of numbers that will then also add to [latex]8[/latex].
Factoring More
Sometimes after we factor, one or more of the resulting polynomials can be factored even further. You will see this more in future classes, but present one example here for you to think about.
think about it
Factor completely: [latex]x^4-16[/latex]
Show Solution
Applying our factoring strategy, we first see that there is no common factor other than 1. Moving onto step 2, the polynomial has two terms and is a difference of squares since it can be written as
[latex](x^2)^2-4^2[/latex]
Thus, in the difference of square equation, [latex]a=x^2[/latex] and [latex]b=4[/latex], which leads to the following factored form:
[latex](x^2+4)(x^2-4)[/latex]
We now have two binomials and should consider whether either of these can be factored using our same factoring strategy again. The first binomial, [latex]x^2+4[/latex] is a sum of squares, which is prime. But, [latex]x^2-4[/latex] is another difference of squares, this time with [latex]a=x[/latex] and [latex]b=2[/latex]. This leads us to
[latex](x^2+4)(x+2)(x-2)[/latex]
We now have three binomials, but none are the difference of squares and therefore we do not know how to factor them any further.
Answer
[latex]x^4-16=(x^2+4)(x+2)(x-2)[/latex]
Now that you have mastered several factoring techniques, we finally explore some applications of factoring in the next section.