Factoring Techniques
Factoring Techniques
Factoring Techniques
"To factor" means "to write as an indicated product." The following is a list of the techniques for factoring
polynomials that you are expected to know when you begin a college credit math course such as MATH
1314 College Algebra. Each technique is accompanied by an example that illustrates the technique.
First, factor out the greatest common factor (GCF) from all of the terms.
2
Example: Factor 15x 35x .
Solution: Both terms contain factors of 5 and x, and have no other factors in common. Therefore the GCF is
2
5x. So 15x 35x = 5x 3x 5x 7 = 5x(3x7).
The other factoring techniques depend on how many terms there are.
If there are two terms, use the Difference of Two Squares pattern.
Difference of Two Squares Pattern: a 2 b2 = (a + b)(a b)
Example: Factor 25x 2 49y 2 .
Solution: This binomial is the difference of two squares. The first term is the square of 5x and the second
term is the square of 7y. So 25x 2 49y 2 = (5x)2 (7y)2 = (5x +7y)(5x 7y).
Note: The sum of two squares cannot be factored using real numbers.
2 2
Example: 81v + 16z is the sum of two squares and cannot be factored using real numbers.
If there are three terms in which the first and third terms are squares of numbers or
expressions, it may be a perfect square trinomial.
There are two Perfect Square Trinomial Patterns:
Square of a Sum Pattern: a 2 + 2ab + b2 = (a + b)2
Square of a Difference Pattern : a 2 2ab + b2 = (a b)2
Notice that in the first of these patterns, the middle term of the trinomial is plus twice the product of the
quantities being squared in the first and third terms while in the second of these patterns, the middle term of
the trinomial is minus twice the product of the quantities being squared in the first and third terms. It is this
distinction that determines whether the perfect square trinomial factors into the square of a sum or into the
square of a difference.
Example: Factor 9x 2 + 30xy + 25y 2 .
Solution: Notice that the first term of this trinomial is the square of 3x and that the third term is the square of
5y. Furthermore, the middle term is plus twice the product of 3x and 5y. That is +2(3x)(5y) = +30xy. So
using the square of a sum pattern we get
9x 2 + 30xy + 25y 2 = (3x)2 + 2(3x)(5y) + (5y)2 = (3x + 5y)2 .
2 2
Example: Factor 4t 36tw + 81w .
Solution: Notice that the first term of this trinomial is the square of 2t and that the third term is the square of
9w. Furthermore, the middle term is minus twice the product of 2t and 9w. That is 2(2t)(9w) = 36tw. So
using the square of a difference pattern we get
2 2
4t 36tw + 81w = (2t) 2 2(2t)(9w) + (9w) 2 (2t 9w) 2 .
2
Example: Factor x 2x 15 .
Solution: This is a trinomial with a first coefficient of 1, so we need to find factors of 15 that add up to 2.
Those factors are 5 and 3. (If you aren't particularly good with doing arithmetic in your head, you may
want to write down a list of the different ways of factoring 15 as the product of two numbers.) Then
x 2 2x 15 = (x 5)(x + 3) .
2
To factor ax + bx + c , when a1, we can use a procedure that is frequently called the ac Method (also
called the Master Product Method). This method consists of four steps:
Step 1: Determine the product of the first coefficient, a, and the constant term, c. This product, a c , is
called the Master Product.
Step 2: Find two numbers whose product is the Master Product and whose sum is the middle coefficient, b.
Step 3: Use the two number determined in Step 2 to write the middle term of the original trinomial as two
terms.
Step 4: Then there will be four terms which can be factored by grouping.
2
Example: Factor 6x 23x + 20 .
Solution: This is a trinomial with a first coefficient that is not 1, so we can use the
ac Method.
Step 1: ac = (6)(20), which is 120.
Step 2: Now we must find two numbers whose product is 120 and whose sum is 23. Those numbers are
15 and 8. (Even if you are pretty good with doing arithmetic in your head, you will probably need to write
down a list of the different ways of factoring 120 in order to determine the pair of factors that adds up to
23.)
Step 3: We use 15 and 8 to write the middle term of the given trinomial as two terms:
2 2
6x 23x + 20 = 6x 15x 8x + 20
Step 4: Now that we have four terms we can factor by grouping:
2
6x 15x 8x + 20 = 3x(2x 5) 4(2x 5) = (2x 5)(3x 4) .