0:00 / 0:00

Factoring Polynomials

Factoring is the process of breaking down an expression into smaller expressions that are multiplied. These smaller expressions are known as factors.

Example 1

The following numbers and expressions have been broken down into factors.

1. 30=23530 = 2 \cdot 3 \cdot 5

2. 3x26x=3x(x2)3x^2 -6x=3x(x - 2)

3. x33x+2=(x+2)(x1)2x^3 - 3x + 2=(x+2)(x-1)^2



PAGE BREAK

Greatest Common Factor

The greatest common factor of a polynomial is the largest term that can divide into all of the terms of a polynomial.

Example 2

Write the expression in a factored form by factoring out the greatest common factor.

1. 12x56x4+15x212x^5 - 6x^4 + 15x^2

=3x2(4x32x2+5) = 3x^2(4x^3 - 2x^2 + 5)

2. 5y3z2+10y2z310yz25y^3z^2 + 10y^2z^3 - 10yz^2

=5yz2(2yz+y22)=5yz^2(2yz + y^2 - 2)


Watch Out!
Don't let the name fool you! The degree of the greatest common term must less than or equal to the degree of any term in the polynomial. This will ensure that it can divide into original terms properly.

PAGE BREAK

Factor by Grouping

Some polynomials do not have a greatest common factor, but instead have smaller groups of terms that share a common factor.
In these instances we can group these terms and then find the greatest common factor of the groups.

Example 3

Group terms that have a greatest common factor, and then factor those groups.

1. x23x+2x6x^2-3x+2x-6

=(x23x)+(2x6)=x(x3)+2(x3)=(x+2)(x3)\begin{aligned} &=(x^2 - 3x) + (2x - 6) \\ &=x(x-3) + 2(x-3) \\ &=(x + 2)(x - 3) \end{aligned}

2. 2x3+8x+x2+42x^3 + 8x + x^2 + 4

=(2x3+x2)+(8x+4)=x2(2x+1)+4(2x+1)=(x2+4)(2x+1)\begin{aligned} &=(2x^3 + x^2) + (8x + 4) \\ &=x^2(2x + 1) + 4(2x+1) \\ &=(x^2 + 4)(2x + 1) \end{aligned}


0:00 / 0:00

Factoring Trinomials

There are several methods that can help us factor trinomials, such as
  • Guess and check
  • AC method
  • Recognizing Special forms
A trinomial is usually factored into two binomials. Factoring can be a difficult process that takes practice to master fully.

Example 1

The following trinomials have been factored

1. 8x22x15=(2x3)(4x+5)8x^2 - 2x - 15 = (2x-3)(4x+5)

2. 9x21=(3x1)(3x+1)9x^2 - 1 = (3x-1)(3x+1)


Wize Tip
No matter what method you use, always start by factoring out the greatest common term.


PAGE BREAK

Guess and Check

In the guess and check method for trinomials we work to recreate the binomials that were originally multiplied together.
  1. Make an educated guess on the possible terms
  2. Check to see if they multiply to form the correct polynomial
  3. Make adjustments to the terms if it doesn't work and try again
Example 2

Factor the following trinomial

6x2x356x^2 - x - 35

Possible numbers for the first terms include 1,61, 6 and 2,32, 3.
Possible numbers for the last terms include 1,351, 35 and 5,75, 7.
The outside and inside terms must combine to give us a 1-1.
Trying different combinations we arrive at the following:

=(3x+7)(2x5)\begin{aligned} = (3x + 7)(2x-5) \end{aligned}

PAGE BREAK

AC Method

The AC method is a process works by
  1. Multiplying the first and last coefficients of a trinomial, often called "A" and "C"
  2. Finding two numbers that multiply to give us this result, but add to the middle term "B"
  3. The middle term is split into the two number found
  4. Factor by grouping is used to factor the now four terms
Example 3

Factor the following trinomial

3x2+16x+213x^2 + 16x + 21

  1. AC=321=63AC = 3\cdot21 = 63
  2. There are many possibilities for numbers that multiply to 63.63. The pair that also adds to 1616 would be 77 and 99.
  3. Splitting the middle term: 16x=7x+9x16x = 7x + 9x
  4. 3x2+16x+21=3x2+7x+9x+21=x(3x+7)+3(3x+7)=(x+3)(3x+7)\begin{aligned} 3x^2 + 16x + 21 &= 3x^2 + 7x + 9x + 21 \\ &=x(3x + 7) + 3(3x + 7) \\ &=(x+3)(3x + 7) \end{aligned}


Watch Out!
Some trinomials can not be factored. We call these prime.
Using a methodical approach can help you better identify if a trinomial is truly prime.

0:00 / 0:00

Example: Factoring Polynomials



There are two servers at a large data center.
These servers keep track of customer information for a movie subscription website.
New files are created when customers sign up, and files are deleted when customers cancel their subscription.

A programmer at the center can model how many customers a server might gain or lose for the week using the following functions.

A(x)=10x4100x3B(x)=30x3+100x2\begin{aligned} A(x) &= 10x^4 - 100x^3 \\ B(x) &= 30x^3 + 100x^2 \end{aligned}
Here x=0x = 0is the first week of the year, or simply week 1, and A(x)A(x) and B(x)B(x) represent the number of new customers expected for the week on server A and B.


1. Combine these polynomials to create one function that models the total expected subscriptions per week.

For total new subscriptions we can add the two functions together:

T(x)=A(x)+B(x)=10x4100x3+30x3+100x2=10x470x3+100x2\begin{aligned} T(x) &= A(x) + B(x) \\ &= 10x^4 - 100x^3 + 30x^3 + 100x^2 \\ &= 10x^4 - 70x^3 + 100x^2 \end{aligned}

2. Factor this polynomial using any technique

This factors into:

T(x)=10x470x3+100x2=10x2(x5)(x2)\begin{aligned} T(x) &= 10x^4 - 70x^3 + 100x^2 \\ &= 10x^2(x-5)(x-2) \end{aligned}

3. When does this new function for total subscribers equal zero? Interpret what this means in the context of the problem.

The function T(x)T(x) will be equal to zero if any of its factors are equal to zero. This happens when
x=0,2,5x = 0, 2, 5
This means during week 1, 3, and 6 the servers are not expected to gain or lose any new customers.

Practice: Factoring Trinomials

What is the greatest common factor of the polynomial

5x5y10x4y2+5x3y35x^5y - 10x^4y^2 + 5x^3y^3

Practice: Factoring Trinomials

Use any method to factor the following trinomials.
Don't forget to first factor out any greatest common factors.

1. 6x25x216x^2 - 5x - 21

2. 16x362x2+8x-16x^3 - 62x^2 + 8x

3. 16x2916x^2 - 9

Practice: Factoring Trinomials

Factor the following polynomial
8(3x1)2+14(3x1)98(3x - 1)^2 + 14(3x - 1) - 9