Factoring Techniques#

Pull out Common Factors#

Common Factors

The act of pulling out common factors from a sum can be thought of as applying the distributive property of multiplication in reverse.

AB+AC=A(B+C)

For example, 21+14=73+72=7(3+2).

Video Resource

UnderstandTheMath

Factor Polynomials Using the Greatest Common Factor Method (Links to an external site)
A review of identifying and pulling out the greatest common factors when factoring a polynomial.

Video Resource

UnderstandTheMath

Factoring Algebraic Expressions with Rational Exponents (Links to an external site)
A review of identifying and pulling out the greatest common factors when factoring expressions with rational exponents.

Example 1#

Factoring

Factor 10x5+15x4 by pulling out common factors.

Step 1:   Determine the factors common to both terms.
  • Constant factors: 10 and 15 are both multiples of 5.

  • Powers of x: the smallest power of x is 4.

Therefore, the factor common to both terms is 5x4.

Step 2:   Pull out the common factor of   5x4.
10x5+15x4=5x42x+5x43write each term as a multiple of 5x4=5x4(2x+3)pull out common factor

Example 2#

Factoring

Factor 4x3(2x3+1)5+30x6(2x3+1)4 by first pulling out common factors.

Step 1:   Determine the factors common to both terms.
  • Constant factors: 4 and 30 are both multiples of 2.

  • Powers of x: the smallest power of x is 3.

  • Powers of 2x3+1: the smallest power of 2x3+1 is 4.

Therefore, the factor common to both terms is 2x3(2x3+1)4.

Step 2:   Pull out the common factor of   2x3(2x3+1)4.
4x3(2x3+1)5+30x6(2x3+1)4=2x3(2x3+1)42(2x3+1)+2x3(2x3+1)415x3=2x3(2x3+1)4[2(2x3+1)+15x3]pull out common factor=2x3(2x3+1)4(4x3+2+15x3)simplify expression inside [ ]=2x3(2x3+1)4(19x3+2)

Example 3#

Factoring

Factor 4x3(2x3+1)1/2+3x6(2x3+1)1/2 by first pulling out common factors.

Step 1:   Determine the factors common to both terms.
  • Constant factors: 4 and 3 do not have any factors in common.

  • Powers of x: the smallest power of x is 3.

  • Powers of 2x3+1: the smallest power of 2x3+1 is 1/2.

Therefore, the factor common to both terms is x3(2x3+1)1/2.

Step 2:   Pull out the common factor of   x3(2x3+1)1/2.
4x3(2x3+1)1/2+3x6(2x3+1)1/2=x3(2x3+1)1/24(2x3+1)+x3(2x3+1)1/23x3=x3(2x3+1)1/2[4(2x3+1)+3x3]pull out common factor=x3(2x3+1)1/2(8x3+4+3x3)simplify expression inside [ ]=x3(2x3+1)1/2(11x3+4)combine like terms=x3(11x3+4)2x3+1

Difference of Squares#

Applying the FOIL Method to the Product (A+B)(AB).

When applying the FOIL technique to a product of the form (A+B)(AB), we get the following result.

(A+B)(AB)=AAAB+BABB=A2AB+ABB2=A2B2

We refer to A2B2 as a difference of squares, which can always be factored in the following manner.

A2B2=(A+B)(AB)

Example 4#

Applying difference of squares

Factor x225.

Step 1:   Rewrite the expression as a difference of squares.
x225=x252
Step 2:   Apply the difference of squares formula with   A=x   and   B=5.
x225=x252Step 1=(x+5)(x5)difference of squares

Example 5#

Applying difference of squares

Factor 9x34x5.

Step 1:   Determine the factors common to both terms.
  • Constant factors: 9 and 4 do not have any factors in common.

  • Powers of x: the smallest power of x is 3.

Therefore, the factor common to both terms is x3.

Step 2:   Pull out the common factor of   x3.
9x34x5=x3(9)x3(4x2)=x3(94x2)pull out common factor
Step 3:   Rewrite   94x2   as a difference of squares.
x3(94x2)=x3[32(2x)2]
Step 4:   Apply difference of squares with   A=3   and   B=2x.
9x34x5=x3(94x2)Step 2=x3[32(2x)2]Step 3=x3(3+2x)(32x)difference of squares

AC Grouping Method#

Steps of the AC Grouping Method.

The AC grouping method is a technique for factoring certain quadratic expressions of the form

ax2+bx+c.

The process is broken down into the following five steps.

  1. Find two integers, r and s, that multiply to a×c and sum to b.

  2. Replace bx with rx + sx.

  3. Group the first two terms and the last two terms of ax2+rx+sx+c.

  4. Pull out common factors from each group.

  5. Pull out common factor.

Example 6#

Applying AC grouping

Factor 6x2+7x5 using the AC grouping method.

Step 1:   Find two integers that multiply to   6(5)=30   and sum to   7.

Since the product is negative, the two numbers must have opposite signs. And since the sum is positive, the larger number in absolute value, must be positive.

Product equals 30

Sum equals 7?

1×30=30

1+30=29     NO

2×15=30

2+15=13     NO

3×10=30

3+10=7     YES

Step 2:   Since   7=3+10, replace the linear term,   7x, with   3x+10x.
6x23x+10x5
Step 3:   Group the first two terms and the last two terms.
(6x23x)+(10x5)
Step 4:   Pull out common factors from each group.
3x(2x1)+5(2x1)
Step 5:   Pull out common factor of   2x1.
(2x1)(3x+5)

Therefore,

6x2+7x5=(2x1)(3x+5)
Check Our Work.

After factoring a polynomial, it’s always a good idea to check our work by expanding the product and making sure we get back what we started with.

(2x1)(3x+5)=(2x)(3x)+(2x)(5)+(1)(3x)+(1)(5)FOIL=6x2+10x3x5simplify=6x2+7x5combine like terms

Example 7#

Applying AC grouping

Factor x213x+36 using the AC grouping method.

Step 1:   Find two integers that multiply to   1×36=36   and sum to   13.

Since the product is positive, the two numbers must have the same sign. And since the sum is negative, both numbers must be negative.

Product equals 36

Sum equals 13?

1×36

NO

2×18

NO

3×12

NO

4×9

YES

Step 2:   Since   13=49, replace the linear term,   13x, with   4x9x.
x24x9x+36
Step 3:   Group the first two terms and the last two terms.
(x24x)+(9x+36)
Step 4:   Pull out common factors from each group.
x(x4)+(9)(x4)
Step 5:   Pull out common factor of   x4.
(x4)(x9)

Therefore,

x213x+36=(x4)(x9)
Check Our Work.
(x4)(x9)=x29x4x+36FOIL=x213x+36combine like terms

A Special Case of the AC Grouping Method#

Important Observation

If the coefficient of x2 is one (i.e., a=1 in ax2+bx+c), then Step 1 of the AC grouping method is to find two numbers that multiply to c and sum to b. If those numbers exist, call them r and s, then the factorization can be written as

x2+bx+c=(x+r)(x+s)

where r+s=b and rs=c.

Example 8#

AC grouping

Factor x24x12.

Step 1:   Find two integers that multiply to   12   and sum to   4.

Since the product is negative, the two numbers must have opposite signs. And since the sum is negative, the larger number in absolute value, must be negative.

Product equals 12

Sum equals 4?

1×12

NO

2×6

YES

Step 2:   Apply special case of AC Grouping.

Since the coefficient of x2 is one, then the factorization is given by

x24x12=(x+2)(x6).
Check Our Work.
(x+2)(x6)=x26x+2x12FOIL=x24x12combine like terms

Example 9#

AC grouping and pulling out common factors

Factor 7x4+35x3+42x2.

Step 1:   Determine the factors common to all three terms.
  • Constant factors: 7, 35, and 42 are all multiples of 7.

  • Powers of x: the smallest power of x is 2.

Therefore, the factor common to all three terms is 7x2.

Step 2:   Pull out the common factor of   7x2.
7x4+35x3+42x2=7x2(x2)+7x2(5x)+7x2(6)=7x2(x2+5x+6)pull out common factor
Step 3:   Factor   x2+5x+6   by finding two integers that multiply to   6   and sum to   5.

Product equals 6

Sum equals 5?

1×6

NO

2×3

YES

Therefore,

7x4+35x3+42x2=7x2(x2+5x+6)Step 2=7x2(x+2)(x+3)AC grouping
Check Our Work.
7x2(x+2)(x+3)=7x2(x2+3x+2x+6)FOIL=7x2(x2+5x+6)combine like terms=7x2(x2)+7x2(5x)+7x2(6)distribute 7x2=7x4+35x3+42x2simplify