Factoring Polynomials Reviewer


Understanding Polynomials Before We Factor

Before we factor, we need to understand what a polynomial is. A polynomial is an expression made up of terms added or subtracted together. Each term has a coefficient (number) and variables with exponents.

Example: 3x2 + 7x - 5

When we factor, we're finding what we can pull out of all terms. Think of it like finding common ingredients in a recipe.


Method 1: Greatest Common Factor (GCF)

What is GCF?

The Greatest Common Factor is the largest number or variable that divides evenly into all terms. It's like finding the biggest piece that all terms share.

Understanding GCF

Look at 12x2 + 8x

Both terms also have at least one x, so our GCF is 4x.

Steps for GCF Factoring

  1. Find the GCF of all coefficients
  2. Find the lowest power of each variable that appears in every term
  3. Factor out the GCF
  4. Write what's left in parentheses

Detailed Example

Factor 6x3 + 9x2 - 12x

Step 1: GCF of numbers (6, 9, 12)

Step 2: Each term has at least one x → x1

Step 3: GCF = 3x

Step 4: 6x3 + 9x2 - 12x = 3x(2x2 + 3x - 4)

Practice Problem

Factor each polynomial using GCF:

  1. 5a + 10b
  2. 4x2 + 8x
  3. 15m3 + 10m2 - 5m

Method 2: Difference of Two Squares (DOTS)

What is DOTS?

DOTS stands for Difference Of Two Squares. This is when you have two perfect squares being subtracted.

The pattern: a2 - b2 = (a + b)(a - b)

Recognizing Perfect Squares

A perfect square is a number or expression that can be written as something times itself.

Perfect Square Recognition

How to Factor Using DOTS

  1. Confirm both terms are perfect squares
  2. Confirm there's a minus sign between them
  3. Take the square root of each term
  4. Write as (square root 1 + square root 2)(square root 1 - square root 2)

Detailed Example

Factor x2 - 25

Step 1: Is x2 a perfect square? Yes, square root is x

Step 2: Is 25 a perfect square? Yes, square root is 5

Step 3: Do we have a minus sign? Yes ✓

Step 4: x2 - 25 = (x + 5)(x - 5)

More Complex Example

Factor 9a4 - 16b2

Step 1: Square root of 9a4 = 3a2

Step 2: Square root of 16b2 = 4b

Step 3: Both are perfect squares with minus sign ✓

Step 4: 9a4 - 16b2 = (3a2 + 4b)(3a2 - 4b)

Practice Problem

Factor each polynomial using DOTS:

  1. x2 - 16
  2. 4a2 - 9
  3. m2 - 100n2

Method 3: Sum and Difference of Cubes (SDOTC)

What is SDOTC?

SDOTC handles Sum and Difference of cubes. These are similar to DOTS but with cubes instead of squares.

Recognizing Perfect Cubes

A perfect cube is something multiplied by itself three times.

Perfect Cube Recognition

How to Factor Using Sum of Cubes

For a3 + b3:

  1. Find the cube roots: find a and b
  2. Write the first binomial: (a + b)
  3. For the trinomial: (a2 - ab + b2)
  4. Answer: (a + b)(a2 - ab + b2)

Sum of Cubes Example

Factor x3 + 8

Step 1: Cube root of x3 = x and cube root of 8 = 2

Step 2: First binomial: (x + 2)

Step 3: Trinomial: (x2 - 2x + 4)

Step 4: x3 + 8 = (x + 2)(x2 - 2x + 4)

How to Factor Using Difference of Cubes

For a3 - b3:

  1. Find the cube roots: find a and b
  2. Write the first binomial: (a - b)
  3. For the trinomial: (a2 + ab + b2) ← Note: plus signs here
  4. Answer: (a - b)(a2 + ab + b2)

Difference of Cubes Example

Factor 27m3 - 64

Step 1: Cube root of 27m3 = 3m and cube root of 64 = 4

Step 2: First binomial: (3m - 4)

Step 3: Trinomial: (9m2 + 12m + 16)

Step 4: 27m3 - 64 = (3m - 4)(9m2 + 12m + 16)

Practice Problem

Factor each polynomial using SDOTC:

  1. a3 + 27
  2. b3 - 125
  3. 8x3 + 1

Method 4: Perfect Square Trinomials (PST)

What is a Perfect Square Trinomial?

A perfect square trinomial is when a binomial is squared. It follows a pattern:

When factoring, we reverse this process to find the original binomial.

Recognizing PST

Look for:

  1. First term is a perfect square
  2. Last term is a perfect square
  3. Middle term equals 2 × square root of first × square root of last

Recognizing PST

Is x2 + 6x + 9 a perfect square trinomial?

This IS a perfect square trinomial!

How to Factor PST

  1. Take the square root of the first term
  2. Take the square root of the last term
  3. Determine the sign from the middle term
  4. Write as (a ± b)2

PST Factoring Examples

Example 1: x2 + 8x + 16

Example 2: 4a2 - 12a + 9

Practice Problem

Factor each polynomial if it's a perfect square trinomial:

  1. m2 + 10m + 25
  2. 4b2 - 4b + 1
  3. x2 + 5x + 4 (Is this PST?)

Method 5: Quadratic Trinomials (QT)

What are Quadratic Trinomials?

A quadratic trinomial is a polynomial with three terms in the form ax2 + bx + c where a, b, and c are numbers.

When we can't use the other methods, we use the quadratic trinomial method.

The AC Method (Most Reliable)

Step 1: Multiply a × c

Step 2: Find two numbers that multiply to give ac and add to give b

Step 3: Rewrite the middle term using these two numbers

Step 4: Factor by grouping

AC Method - Simple Example

Factor x2 + 5x + 6

Step 1: a = 1, c = 6 → a × c = 6

Step 2: We need two numbers that:

Step 3: Rewrite: x2 + 2x + 3x + 6

Step 4: Factor by grouping:

AC Method - More Complex

Factor 2x2 + 7x + 3

Step 1: a = 2, c = 3 → a × c = 6

Step 2: Two numbers that multiply to 6 and add to 7:

Step 3: Rewrite: 2x2 + 1x + 6x + 3

Step 4: Factor by grouping:

Check: (2x + 1)(x + 3) = 2x2 + 6x + x + 3 = 2x2 + 7x + 3 ✓

When the Leading Coefficient is 1

When a = 1 (so we have x2 + bx + c), we can use a simpler method:

Find two numbers that multiply to c and add to b.

Simple Trinomial Factoring

Factor x2 - 7x + 10

We need two numbers that:

Answer: (x - 2)(x - 5)

Practice Problem

Factor each quadratic trinomial:

  1. x2 + 7x + 12
  2. 2x2 + 11x + 5
  3. x2 - 6x + 8

Putting It All Together: Factoring Strategy

When you see a polynomial to factor, follow these steps:

  1. Always check for GCF first! If there's a common factor, pull it out.
  2. Count the terms:
    • 2 terms? Check for DOTS or SDOTC
    • 3 terms? Check for PST or use QT method
    • 4+ terms? Try factoring by grouping
  3. After factoring, check if you can factor again. Sometimes a factor can be factored further!

Complete Factoring Example

Factor completely: 2x3 - 50x

Step 1: GCF → 2x(x2 - 25)

Step 2: We have (x2 - 25) with 2 terms. Is this DOTS?

Step 3: Factor DOTS: (x - 5)(x + 5)

Final Answer: 2x(x - 5)(x + 5)

Practice Problem

Factor each polynomial completely:

  1. 3a2 - 27
  2. x3 + 6x2 + 9x
  3. 4b4 - 16b2

Practice Review Problems

Directions: Factor each polynomial completely. State which method(s) you used.

  1. 6x + 12
  2. a2 - 49
  3. x2 + 10x + 25
  4. 2x2 + 5x + 2
  5. m3 - 27
  6. 5x2 - 20x
  7. 9x2 - 1
  8. x2 - 8x + 12
  9. a3 + 125
  10. 6x3 + 12x2 + 6x

Answer Key

  1. 6x + 12 = 6(x + 2) [GCF]
  2. a2 - 49 = (a + 7)(a - 7) [DOTS]
  3. x2 + 10x + 25 = (x + 5)2 [PST]
  4. 2x2 + 5x + 2 = (2x + 1)(x + 2) [QT]
  5. m3 - 27 = (m - 3)(m2 + 3m + 9) [SDOTC]
  6. 5x2 - 20x = 5x(x - 4) [GCF]
  7. 9x2 - 1 = (3x + 1)(3x - 1) [DOTS]
  8. x2 - 8x + 12 = (x - 2)(x - 6) [QT]
  9. a3 + 125 = (a + 5)(a2 - 5a + 25) [SDOTC]
  10. 6x3 + 12x2 + 6x = 6x(x2 + 2x + 1) = 6x(x + 1)2 [GCF, then PST]