Method of Factoring
Method of Factoring
To factor means to find two or more quantities whose product equals the original quantity.
FACTORING OUT A COMMON FACTOR
To factor out a common factor,
(1) find the largest common monomial factor of each term and
(2) divide the original polynomial by this factor to obtain the second factor.
1
FACTORING POLYNOMIALS HAVING THREE TERMS OF THE FORM 𝒂𝒙𝟐 + 𝒃𝒙 + 𝒄
To factor polynomials having three terms of the form 𝑎𝑥 2 + 𝑏𝑥 + 𝑐,
(1) check to see whether you can monomial factor (factor out common terms).
Then if 𝑎 = 1 (that is, the first term is simply 𝑥 2 2), use double parentheses and factor
the first term.
Place these factors in the left sides of the parentheses.
For example,
( 𝑥 )( 𝑥 )
(2) Factor the last term and place the factors in the right sides of the parentheses.
To decide on the signs of the numbers, do the following.
If the sign of the last term is negative,
(1) find two numbers (one will be a positive number and the other a negative number)
whose product is the last term and whose difference is the coefficient (number in front) of the
middle term and
(2) give the larger of these two numbers the sign of the middle term and
the opposite sign to the other factor.
If the sign of the last term is positive,
(1) find two numbers (both will be positive or both will be negative) whose product is
the last term and whose sum is the coefficient of the middle term and
(2) give both factors the sign of the middle term.
EXAMPLE 3
Factor 𝑥 2 – 3 𝑥 – 10.
First check to see whether you can monomial factor (factor out common terms).
Because this is not possible, use double parentheses and factor the first term as follows:
(𝑥 )(𝑥 ).
Next, factor the last term, 10, into 2 times 5 (5 must take the negative sign and 2 must
take the positive sign because they will then total the coefficient of the middle term,
which is –3) and add the proper signs, leaving
( 𝑥 – 5)( 𝑥 + 2)
2
Multiply means (inner terms) and extremes (outer terms) to check.
EXAMPLE 4
Factor 𝑥 2 + 8 𝑥 + 15.
15 = 3 ∙ 5 and it is positive ∴ ( 𝑥 + 3)( 𝑥 + 5)
Notice that 3 × 5 = 15 and 3 + 5 = 8, the coefficient of the middle term.
Also note that the signs of both factors are +, the sign of the middle term. To check,
3
EXAMPLE 5
Factor 𝑥 2 – 5 𝑥 – 14.
( 𝑥 – 7)( 𝑥 + 2)
Notice that 7 × 2 = 14 and 7 – 2 = 5, the coefficient of the middle term.
Also note that the sign of the larger factor, 7, is –, while the other factor, 2, has a + sign.
To check,
If, however, a ≠ 1 (that is, the first term has a coefficient—for example, 4 x2 +5 x + 1), then
additional trial and error will be necessary.
EXAMPLE 6
Factor 4 𝑥 2 + 5 𝑥 + 1.
(2 𝑥 + )(2 𝑥 + ) might work for the first term.
But when 1s are used as factors to get the last term, (2 𝑥 + 1)(2 𝑥 + 1), the middle term
comes out as 4 x instead of 5 x.
Therefore, try (4 𝑥 + )( 𝑥 + ).
Now using 1s as factors to get the last terms gives (4 x + 1)( x + 1).
4
Checking for the middle term,
Therefore, 4𝑥 2 + 5 𝑥 + 1 = (4 𝑥 + 1)( 𝑥 + 1).
EXAMPLE 7
Factor 4 𝑎2 + 6 𝑎 + 2.
Factoring out a 2 leaves
2(2𝑎2 + 3𝑎 + 1)
Now factor as usual, giving
2(2 𝑎 + 1)( 𝑎 + 1)
To check,
5
EXAMPLE 8
Factor 5𝑥 3 + 6 𝑥 2 + 𝑥.
Factoring out an 𝑥 leaves
𝑥(5 𝑥 2 + 6 𝑥 + 1)
Now factor as usual, giving
𝑥(5 𝑥 + 1)( 𝑥 + 1)
To check,
EXAMPLE 9
Factor 5 + 7 𝑏 + 2𝑏 2 (a slight twist).
(5 + 2 𝑏)(1 + 𝑏)
To check,
Note that (5 + 𝑏)(1 + 2 𝑏) is incorrect because it gives the wrong middle term.
6
EXAMPLE 10
Factor 𝑥 2 + 2 𝑥𝑦 + 𝑦 2 .
( 𝑥 + 𝑦)( 𝑥 + 𝑦)
To check,
EXAMPLE 11
Factor 3 𝑥 2 – 48.
Factoring out a 3 leaves
3( 𝑥 2 – 16)
But 𝑥 2 – 16 is the difference between two squares and can be further factored into ( 𝑥 +
4)( 𝑥 – 4).
Therefore, when completely factored, 3 𝑥 2 – 48 = 3(𝑥 + 4)(𝑥 − 4)
FACTORING BY GROUPING
Some polynomials have binomial, trinomial, and other polynomial factors.
EXAMPLE 12
Factor 𝑥 + 2 + 𝑥𝑦 + 2 𝑦.
Since there is no monomial factor, you should attempt rearranging the terms and looking for
binomial factors.
𝑥 + 2 + 𝑥𝑦 + 2 𝑦 = 𝑥 + 𝑥𝑦 + 2 + 2 𝑦
Grouping gives
( 𝑥 + 𝑥𝑦) + (2 + 2 𝑦)
7
Now factoring gives
𝑥(1 + 𝑦) + 2(1 + 𝑦)
Using the distributive property gives
( 𝑥 + 2)(1 + 𝑦)
You could rearrange them differently, but you would still come up with the same factoring.