0% found this document useful (0 votes)
15 views

Factoring_Methods

Notes

Uploaded by

tabolodavid441
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
15 views

Factoring_Methods

Notes

Uploaded by

tabolodavid441
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 13

Factoring Methods

Factoring is a process used to solve algebraic expressions. An essential aspect of factoring is learning
how to find the greatest common factor (GCF) of a given algebraic problem. Once the GCF is
determined, students will be able to simplify a given expression into a solvable form. This handout will
explain how to find the greatest common factor as well as demonstrate the following methods of
factoring: grouping, slide and divide, difference of perfect squares, sum and difference of cubes, and
substitution.

You can navigate to specific sections of this handout by clicking the links below.
Finding the Greatest Common Factor (GCF): pg. 1
Factor by Grouping: pg. 2
Factoring by Grouping: Quadratic Expressions: pg. 3
Factoring by the Slide and Divide Method: pg. 5
Factoring by the Difference of Perfect Squares: pg. 7
Factoring Cubic Expressions: pg. 7
The SOFAS Method: pg. 8
Factoring by Substitution: pg. 9
Sample Problems: pg. 12

Finding the Greatest Common Factor (GCF)


A greatest common factor (GCF) is the largest number or variable that can be evenly divided from each
term within an algebraic expression. When solving algebraic expressions, always check for a common
factor. If there is one, factor out the GCF before trying to factor with any other method. This can be
done by breaking an expression’s terms into the smallest factors possible. Next, the GCF should be
moved from the original terms so that it is multiplied by the remaining expression. The number 1
cannot serve as a GCF.

Provided by the Academic Center for Excellence 1 Factoring Methods


Updated April 2020
GCF Steps
1. Break the terms into the smallest factors possible to determine
the GCF.
2. Factor out the GCF.

Example 1: Determine the GCF and factor.


5x 4 − 35x 3 + 10x 2
Step 1: Break the terms into the smallest factors possible to determine the GCF.
5x 4 = (𝟓𝟓)(𝐱𝐱)(𝐱𝐱)(x)(x)
35x 3 = (7)(𝟓𝟓)(𝐱𝐱)(𝐱𝐱)(x)
10x 2 = (𝟓𝟓)(2)(𝐱𝐱)(𝐱𝐱)
The GCF is (𝟓𝟓)(𝐱𝐱)(𝐱𝐱) or 𝟓𝟓𝟓𝟓 𝟐𝟐 .
Step 2: Factor out the GCF.
𝟓𝟓𝟓𝟓 𝟐𝟐 (x 2 − 7x + 2)

Factoring by Grouping
If a four-term polynomial is present, and there is no GCF shared by all four terms, the terms can
be grouped into pairs that have a GCF. This method is called factoring by grouping.

Grouping Steps
1. Check for a GCF.
2. Group the terms so that two identical sets of
parentheses are left after factoring.
3. Factor out the new GCF.
4. Replace the brackets with parentheses.

Example 2: Factor the following expression using the grouping method.


10abx − 8ax + 15bx − 12x
Step 1: Check for a GCF. Every term in the expression has an x, so it is the first GCF.

Provided by the Academic Center for Excellence 1 Factoring Methods


Updated April 2020
𝐱𝐱(10ab − 8a + 15b − 12)
Step 2: Group the terms so that two identical sets of parentheses are left after factoring.
The matching parentheses will become the new GCF. Rearrange the terms if the
parentheses sets do not match.
x[(10ab + 15b) + (−8a − 12)]
x[5b(𝟐𝟐𝟐𝟐 + 𝟑𝟑) + −4(𝟐𝟐𝟐𝟐 + 𝟑𝟑)]
Step 3: Factor out the new GCF. The GCF is the matching set of parentheses.
x(𝟐𝟐𝟐𝟐 + 𝟑𝟑)[5b − 4]
Step 4: Replace the brackets with parentheses.
x(2a + 3)(5b − 4)

Additionally, at least one group must share a common factor other than the number one. These
conditions are not met in Example 3A, so the groups must be changed. If the terms cannot be
rearranged to find a GCF, the expression is not factorable by grouping.

Example 3:
Factor the following expression using the grouping method.
3A. 6xy − 5 − 15x + 2y 3B. 6xy − 5 − 15x + 2y
(6xy − 5) + (−15x + 2y) (6xy − 15x) + (−5 + 2y)
1(6xy − 5) + 1(−15x + 2y) 3x(2y − 5) + 1(−5 + 2y)
(2y − 5)(3x + 1)

Factoring by Grouping: Quadratic Expressions


Factoring by grouping can also be used to factor problems in the form ax 2 + bx + c. The letters
a, b, and c represent numbers, and their order in the expression can vary (i.e. bx + ax 2 + c). If
there is no number in front of an x term, then the number is 1. When a is not 1, another
factoring method mentioned later in this handout may need to be used.

Provided by the Academic Center for Excellence 3 Factoring Methods


Updated April 2020
Grouping Steps: Quadratics
1. Identify the values that will represent a, b, and c.
2. Find the factors of c.
3. Determine which factors of c add up to equal b.
4. Replace the b term of the original expression with the chosen factors.
5. Group the new expression into pairs.
6. Factor out common terms.
7. Simplify.

Example 4: Factor the following polynomial using the grouping method.


x 2 − 5x + 6
Step 1: Identify the values that will represent a, b, and c.
a=1 b = −5 c=6
Step 2: Find the factors of c.

Factors Multiply to c
1 6 1×6=6
-1 -6 (−1) × (−6) = 6
2 3 2×3=6
-2 -3 (−2) × (−3) = 6

Step 3: Determine which factors add up to equal b.


Factors Sum to b
-2 -3 (−2) + (−3) = −5

Step 4: Replace the b term of the original expression with the chosen factors.
x 2 − 𝟑𝟑𝟑𝟑 − 𝟐𝟐𝟐𝟐 + 6
Step 5: Group the new expression into pairs.
(x 2 − 3x) + (−2x + 6)
Step 6: Factor out common terms.
x(x − 3) + −2(x − 3)
Step 7: Simplify.
(x − 3)(x − 2)

Provided by the Academic Center for Excellence 4 Factoring Methods


Updated April 2020
Factoring by the Slide and Divide Method
The slide and divide method is used when the a term is not 1 in a three-term polynomial. This
method converts the a term to 1, making it easier to factor.
Slide and Divide Steps
1. Identify the values of a, b, and c.
2. Slide a over to be multiplied by c.
3. Identify the modified values of a, b, and c.
4. Find the factors of c.
5. Determine which factors add up to equal b.
6. Replace the b term of the original expression with the chosen factors.
7. Group the new expression into pairs.
8. Factor out common terms.
9. Rewrite the factors.
10. Divide both new factors by the a value of the original expression.
11. Simplify.

Example 5: Factor the following quadratic using the slide and divide method.
2x 2 + 5x + 3
Step 1: Identify the values of a, b, and c.
a=2 b=5 c=3
Step 2: Slide a over to be multiplied by c. This reduces a to 1 and allows one of the other
factoring methods to be used.

2x 2 + 5x + 3
(2) × (3) = 6
Expression: x 2 + 5x + 6
Step 3: Identify the modified values of a, b, and c.
a=1 b=5 c=6

Provided by the Academic Center for Excellence 5 Factoring Methods


Updated April 2020
Step 4: Find the factors of c.
Factors Multiply to c
1 6 1×6=6
-1 -6 (−1) × (−6) = 6
2 3 2×3=6
-2 -3 (−2) × (−3) = 6

Step 5: Determine which factors add up to equal b.


Factors Sum to b
2 3 2+3=5

Step 6: Replace the b term of the original expression with the chosen factors.
x 2 + 2x + 3x + 6
Step 7: Group the new expression into pairs.
(x 2 + 2x) + (3x + 6)
Step 8: Factor out common terms.
x(x + 2) + 3(x + 2)
Step 9: Rewrite the factors.
(x + 2)(x + 3)

Step 10: Divide both new factors by the a value in the original expression.
2 3
a=2 �x + � �x + �
𝟐𝟐 𝟐𝟐
Step 11: Simplify. Because 3 is not evenly divided by 2, move the 2 over to be multiplied
by x. Thus, if a does not evenly divide into a term’s numerator, move it over to be
multiplied by the first term instead.
(𝑥𝑥 + 1)(2𝑥𝑥 + 3)

Provided by the Academic Center for Excellence 6 Factoring Methods


Updated April 2020
Factoring by the Difference of Perfect Squares
When working with expressions containing perfect squares, the difference of perfect squares
formula can be used. Perfect squares are numbers times themselves. An example is 9, which is
3 × 3, or 32 .
The Difference of Perfect Squares Formula

Difference of Perfect Squares


a2 − b2 = (a + b)(a − b)

Example 6: Factor using the difference of perfect squares formula: a2 − b2 = (a +


b)(a − b).
x2 − 4
Step 1: Factor both terms in the expression to see if they are perfect squares.
x 2 = x × x and 4 = 2 × 2 = 22 or b2
Step 2: Both x 2 and 4 are perfect squares, so the second term can be replaced by b2 .
x 2 − 22
Step 3: Break the terms up according to the formula.
(x + 2)(x − 2)

Factoring Cubic Expressions


When working with expressions containing perfect cubes, the sum of cubes and difference of
cubes formulas can be used. If the cubed terms are being added, use the sum of cubes formula.
If the cubed terms are being subtracted, use the difference of cubes formula.
The Sum and Difference of Cubes Formulas

Sum of Cubes Difference of Cubes


a3 + b3 = (a + b)(a2 − ab + b2 ) a3 − b3 = (a − b)(a2 + ab + b2 )

Example 7: Factor using the correct cube formula.


x 3 + 27

Provided by the Academic Center for Excellence 7 Factoring Methods


Updated April 2020
Step 1: Break the terms apart to see if they are perfect cubes.
x 3 = x × x × x and 27 = 3 × 3 × 3 = 33 so… x 3 + 33
Step 2: Both terms are perfect cubes, and there is a plus sign between the two original
terms, so use the sum of cubes formula: a3 + b3 = (a + b)(a2 − ab + b2 ).
(x + 3)(x 2 − 3x + 9)

The SOFAS Method


SOFAS stands for square, opposite, first, always positive, and square the back. It is another
method for factoring when cubed terms are present in an expression.

SOFAS Steps
1. Cube root both terms to obtain the first factor.
2. For the second factor, Square the first term of the first
factor.
3. Place the Opposite sign of what is between the terms in
the first factor.
4. Multiply the First term by the last term.
5. Always positive: add a positive sign to the expression.
6. Square the back term.
7. Ensure that all parts of the expression are put together.

Example 8: Factor this expression using the SOFAS method.


x 9 + 216
Step 1: Cube root both terms to obtain the first factor.
Note: The second factor is dependent on the terms in the first factor.
3 3
�x 9 = x 3 and √216 = 6
Expression: (x 3 + 6)(x 6 − 6x 3 + 36)
Step 2: For the second factor, Square the first term of the first factor.
(x 3 )2 = x 6
Expression: (x 3 + 6)(x 6 − 6x 3 + 36)

Provided by the Academic Center for Excellence 8 Factoring Methods


Updated April 2020
Step 3: Place the Opposite sign of what is between the terms in the first factor.
x6 −
Expression: (x 3 + 6)(x 6 − 6x 3 + 36)
Step 4: Multiply the First term by the last term.
x 3 × 6 = 6x 3
Expression: (x 3 + 6)(x 6 − 6x 3 + 36)
Step 5: Always positive: add a positive sign to the expression.
x 6 − 6x 3 +
Expression: (x 3 + 6)(x 6 − 6x 3 + 36)
Step 6: Square the back term.
62 = 36
Expression: (x 3 + 6)(x 6 − 6x 3 + 36)
Step 7: Ensure that all parts of the expression are put together.
(x 3 + 6)(x 6 − 6x 3 + 36)

Factoring by Substitution
Substitution is used to factor expressions with large exponents. The goal is to simplify the
expression so that one of the other factoring methods can be used.

Substitution Steps
1. Identify the largest variable that is squared or cubed.
2. Substitute that term with a different variable.
3. Factor using one of the other factoring methods.
4. Reverse the substitution.
5. Simplify.

Example 9: Factor the following expression using substitution.


x 4 − 4x 2 − 45
Step 1: Identify the largest variable that is squared or cubed.
x 4 = (𝑥𝑥 2 )2

Provided by the Academic Center for Excellence 9 Factoring Methods


Updated April 2020
Step 2: Substitute that term with a different variable, in this case u.
u = x2
Expression: u2 − 4u − 45
Step 3: Factor using one of the other factoring methods.
Note: The grouping method was used here. Please review page 2 for information on the
grouping method.
a=1 b = −4 c = −45

Factors Multiply to c
1 -45 1 × (−45) = −45
-1 45 (−1) × 45 = −45
3 -15 3 × (−15) = −45
-3 15 (−3) × 15 = −45
5 -19 5 × (−19) = −45
-5 19 (−5) × 19 = −45

Factors Sum to b
5 -9 5 + (−9) = −4

u2 − 9u + 5u − 45
(u2 − 9u) + (5u – 45)

u(u − 9) + 5(u − 9)
(u + 5)(u − 9)
Step 4: Reverse the substitution.
Substitute the x 2 back into the expression.
(x 2 + 5)(x 2 − 9)
Step 5: Simplify.
Factor x 2 − 9 using the difference of perfect squares formula discussed on page 6.
(x 2 + 5)(x + 3)(x − 3)

Provided by the Academic Center for Excellence 10 Factoring Methods


Updated April 2020
The quadratic formula and the complete the square method can also be used for factoring
algebraic expressions. Please refer to the Academic Center for Excellence’s The Quadratic
Formula and the Discriminant and Complete the Square handouts on our website at
https://www.germanna.edu/academic-center-for-excellence/helpful-handouts/.

Provided by the Academic Center for Excellence 11 Factoring Methods


Updated April 2020
Sample Problems:
1. 2x 2 − 18 23. x 2 − 4x + 3
2. 3y 2 − 48 24. n2 + 5n + 6
3. a4 − 16 25. n2 − 10n + 25
4. 5a2 − 30a + 45 26. m2 + 3ms − 4s2
5. 4a2 + 16a + 16 27. y 2 + 4y − 12
6. −x 2 + 50x − 625 28. y 2 − y − 30
7. ax − bx + ay − by 29. t 2 − 14t − 72
8. 2ax + 3 + x + 6a 30. 6 − x − x 2
9. m3 + n3 31. 36 + 5x − x 2
10. r 3 − s3 32. 36s2 + 12s + 1
11. 64x 3 − 1 33. 6x 2 + 30x − 900
12. 8x 3 + 1 34. 2a4 − 10a3 − 72a2
13. 27y 3 − 1 35. 2x 3 − 3x 2 − 2x + 3
14. 125y 3 − 1 36. (x − 1)2 − 4
15. 3a2 − 2ax − 3a + 2x 37. (x + 2)2 − (y − 3)2
16. a2 − 2a + ab − 2b 38. 16 − (2x − 1)2
17. 125 − y 3 39. 4a2 − 4ab − 36 + b2
18. x 6 − 27 40. 2a3 − 16a2 + 32a
19. x 6 + 125
20. m3 n6 + d3
21. a3 − a2 b − a + b
22. x 2 + 6x + 5

Provided by the Academic Center for Excellence 12 Factoring Methods


Updated April 2020
Answers:
1. 2(x − 3)(x + 3) 21. (a − 1)(a + 1)(a − b)
2. 3(y − 4)(y + 4) 22. (x + 5)(x + 1)
3. (a − 2)(a + 2)(a2 + 4) 23. (x − 3)(x − 1)
4. 5(a − 3)2 24. (n + 2)(n + 3)
5. 4(a + 2)2 25. (n − 5)2
6. −(x − 25)2 26. (m − s)(m + 4s)
7. (x + y)(a − b) 27. (y + 6)(y − 2)
8. (x + 3)(2a + 1) 28. (y − 6)(y + 5)
9. (m + n)(m2 − mn + n2 ) 29. (t − 18)(t + 4)
10. (r − s)(r 2 + rs + s2 ) 30. −(x − 2)(x + 3)
11. (4x − 1)(16x 2 + 4x + 1) 31. −(x − 9)(x + 4)
12. (2x + 1)(4x 2 − 2x + 1) 32. (6s + 1)2
13. (3y − 1)(9y 2 + 3y + 1) 33. 6(x + 15)(x − 10)
14. (5y − 1)(25y 2 + 5y + 1) 34. 2a2 (a − 9)(a + 4)
15. (a − 1)(3a − 2x) 35. (x − 1)(x + 1)(2x − 3)
16. (a − 2)(a + b) 36. (x + 1)(x − 3)
17. (5 − y)(25 + 5y + y 2 ) 37. (x − y + 5)(x + y − 1)
18. (x 2 − 3)(x 4 + 3x 2 + 9) 38. −(2x − 5)(2x + 3)
19. (x 2 + 5)(x 4 − 5x 2 + 25) 39. (2a − b + 6)(2a − b − 6)
20. (mn2 + d)(m2 n4 − mn2 d + d2 ) 40. 2a(a − 4)2

Provided by the Academic Center for Excellence 13 Factoring Methods


Updated April 2020

You might also like