Learning

open
close

Factoring Polynomials

June 12, 2024 | by Bloom Code Studio

Learning Objectives

In this section, you will:

  • Factor the greatest common factor of a polynomial.
  • Factor a trinomial.
  • Factor by grouping.
  • Factor a perfect square trinomial.
  • Factor a difference of squares.
  • Factor the sum and difference of cubes.
  • Factor expressions using fractional or negative exponents.

Imagine that we are trying to find the area of a lawn so that we can determine how much grass seed to purchase. The lawn is the green portion in Figure 1.

A large rectangle with smaller squares and a rectangle inside. The length of the outer rectangle is 6x and the width is 10x. The side length of the squares is 4 and the height of the width of the inner rectangle is 4.

Figure 1

The area of the entire region can be found using the formula for the area of a rectangle.

A===lw10xβ‹…6x60x2units2𝐴=𝑙𝑀=10π‘₯β‹…6π‘₯=60π‘₯2units2

The areas of the portions that do not require grass seed need to be subtracted from the area of the entire region. The two square regions each have an area of A=s2=42=16𝐴=𝑠2=42=16 units2. The other rectangular region has one side of length 10xβˆ’810π‘₯βˆ’8 and one side of length 4,4, giving an area of A=lw=4(10xβˆ’8)=40xβˆ’32𝐴=𝑙𝑀=4(10π‘₯βˆ’8)=40π‘₯βˆ’32 units2. So the region that must be subtracted has an area of 2(16)+40xβˆ’32=40×2(16)+40π‘₯βˆ’32=40π‘₯ units2.

The area of the region that requires grass seed is found by subtracting 60×2βˆ’40×60π‘₯2βˆ’40π‘₯ units2. This area can also be expressed in factored form as 20x(3xβˆ’2)20π‘₯(3π‘₯βˆ’2) units2. We can confirm that this is an equivalent expression by multiplying.

Many polynomial expressions can be written in simpler forms by factoring. In this section, we will look at a variety of methods that can be used to factor polynomial expressions.

Factoring the Greatest Common Factor of a Polynomial

When we study fractions, we learn that the greatest common factor (GCF) of two numbers is the largest number that divides evenly into both numbers. For instance, 44 is the GCF of 1616 and 2020 because it is the largest number that divides evenly into both 1616 and 2020 The GCF of polynomials works the same way: 4×4π‘₯ is the GCF of 16×16π‘₯ and 20×220π‘₯2 because it is the largest polynomial that divides evenly into both 16×16π‘₯ and 20×2.20π‘₯2.

When factoring a polynomial expression, our first step should be to check for a GCF. Look for the GCF of the coefficients, and then look for the GCF of the variables.

GREATEST COMMON FACTOR

The greatest common factor (GCF) of polynomials is the largest polynomial that divides evenly into the polynomials.

HOW TO

Given a polynomial expression, factor out the greatest common factor.

  1. Identify the GCF of the coefficients.
  2. Identify the GCF of the variables.
  3. Combine to find the GCF of the expression.
  4. Determine what the GCF needs to be multiplied by to obtain each term in the expression.
  5. Write the factored expression as the product of the GCF and the sum of the terms we need to multiply by.

EXAMPLE 1

Factoring the Greatest Common Factor

FactorΒ 6x3y3+45x2y2+21xy.6π‘₯3𝑦3+45π‘₯2𝑦2+21π‘₯𝑦.

Analysis

After factoring, we can check our work by multiplying. Use the distributive property to confirm that (3xy)(2x2y2+15xy+7)=6x3y3+45x2y2+21xy.(3π‘₯𝑦)(2π‘₯2𝑦2+15π‘₯𝑦+7)=6π‘₯3𝑦3+45π‘₯2𝑦2+21π‘₯𝑦.

TRY IT #1

Factor x(b2βˆ’a)+6(b2βˆ’a)π‘₯(𝑏2βˆ’π‘Ž)+6(𝑏2βˆ’π‘Ž) by pulling out the GCF.

Factoring a Trinomial with Leading Coefficient 1

Although we should always begin by looking for a GCF, pulling out the GCF is not the only way that polynomial expressions can be factored. The polynomial x2+5x+6π‘₯2+5π‘₯+6 has a GCF of 1, but it can be written as the product of the factors (x+2)(π‘₯+2) and (x+3).(π‘₯+3).

Trinomials of the form x2+bx+cπ‘₯2+𝑏π‘₯+𝑐 can be factored by finding two numbers with a product of c𝑐 and a sum of b.𝑏. The trinomial x2+10x+16,π‘₯2+10π‘₯+16, for example, can be factored using the numbers 22 and 88 because the product of those numbers is 1616 and their sum is 10.10. The trinomial can be rewritten as the product of (x+2)(π‘₯+2) and (x+8).(π‘₯+8).

FACTORING A TRINOMIAL WITH LEADING COEFFICIENT 1

A trinomial of the form x2+bx+cπ‘₯2+𝑏π‘₯+𝑐 can be written in factored form as (x+p)(x+q)(π‘₯+𝑝)(π‘₯+π‘ž) where pq=cπ‘π‘ž=𝑐 and p+q=b.𝑝+π‘ž=𝑏.

Q&A

Can every trinomial be factored as a product of binomials?

No. Some polynomials cannot be factored. These polynomials are said to be prime.

HOW TO

Given a trinomial in the form x2+bx+c,π‘₯2+𝑏π‘₯+𝑐, factor it.

  1. List factors ofΒ c.𝑐.
  2. FindΒ p𝑝 andΒ q,π‘ž,Β a pair of factors ofΒ c𝑐 with a sum ofΒ b.𝑏.
  3. Write the factored expressionΒ (x+p)(x+q).(π‘₯+𝑝)(π‘₯+π‘ž).

EXAMPLE 2

Factoring a Trinomial with Leading Coefficient 1

FactorΒ x2+2xβˆ’15.π‘₯2+2π‘₯βˆ’15.

Analysis

We can check our work by multiplying. Use FOIL to confirm that (xβˆ’3)(x+5)=x2+2xβˆ’15.(π‘₯βˆ’3)(π‘₯+5)=π‘₯2+2π‘₯βˆ’15.

Q&A

Does the order of the factors matter?

No. Multiplication is commutative, so the order of the factors does not matter.

TRY IT #2

Factor x2βˆ’7x+6.π‘₯2βˆ’7π‘₯+6.

Factoring by Grouping

Trinomials with leading coefficients other than 1 are slightly more complicated to factor. For these trinomials, we can factor by grouping by dividing the x term into the sum of two terms, factoring each portion of the expression separately, and then factoring out the GCF of the entire expression. The trinomial 2×2+5x+32π‘₯2+5π‘₯+3 can be rewritten as (2x+3)(x+1)(2π‘₯+3)(π‘₯+1) using this process. We begin by rewriting the original expression as 2×2+2x+3x+32π‘₯2+2π‘₯+3π‘₯+3 and then factor each portion of the expression to obtain 2x(x+1)+3(x+1).2π‘₯(π‘₯+1)+3(π‘₯+1). We then pull out the GCF of (x+1)(π‘₯+1) to find the factored expression.

FACTOR BY GROUPING

To factor a trinomial in the form ax2+bx+cπ‘Žπ‘₯2+𝑏π‘₯+𝑐 by grouping, we find two numbers with a product of acπ‘Žπ‘ and a sum of b.𝑏. We use these numbers to divide the xπ‘₯ term into the sum of two terms and factor each portion of the expression separately, then factor out the GCF of the entire expression.

HOW TO

Given a trinomial in the form ax2+bx+c,π‘Žπ‘₯2+𝑏π‘₯+𝑐, factor by grouping.

  1. List factors ofΒ ac.π‘Žπ‘.
  2. FindΒ p𝑝 andΒ q,π‘ž,Β a pair of factors ofΒ acπ‘Žπ‘Β with a sum ofΒ b.𝑏.
  3. Rewrite the original expression asΒ ax2+px+qx+c.π‘Žπ‘₯2+𝑝π‘₯+π‘žπ‘₯+𝑐.
  4. Pull out the GCF ofΒ ax2+px.π‘Žπ‘₯2+𝑝π‘₯.
  5. Pull out the GCF ofΒ qx+c.π‘žπ‘₯+𝑐.
  6. Factor out the GCF of the expression.

EXAMPLE 3

Factoring a Trinomial by Grouping

FactorΒ 5×2+7xβˆ’65π‘₯2+7π‘₯βˆ’6Β by grouping.

Analysis

We can check our work by multiplying. Use FOIL to confirm that (5xβˆ’3)(x+2)=5×2+7xβˆ’6.(5π‘₯βˆ’3)(π‘₯+2)=5π‘₯2+7π‘₯βˆ’6.

TRY IT #3

Factor

  1. ⓐ 2×2+9x+92π‘₯2+9π‘₯+9
  2. β“‘Β 6×2+xβˆ’16π‘₯2+π‘₯βˆ’1

Factoring a Perfect Square Trinomial

A perfect square trinomial is a trinomial that can be written as the square of a binomial. Recall that when a binomial is squared, the result is the square of the first term added to twice the product of the two terms and the square of the last term.

a2+2ab+b2a2βˆ’2ab+b2=and=(a+b)2(aβˆ’b)2π‘Ž2+2π‘Žπ‘+𝑏2=(π‘Ž+𝑏)2andπ‘Ž2βˆ’2π‘Žπ‘+𝑏2=(π‘Žβˆ’π‘)2

We can use this equation to factor any perfect square trinomial.

PERFECT SQUARE TRINOMIALS

A perfect square trinomial can be written as the square of a binomial:

a2+2ab+b2=(a+b)2π‘Ž2+2π‘Žπ‘+𝑏2=(π‘Ž+𝑏)2

HOW TO

Given a perfect square trinomial, factor it into the square of a binomial.

  1. Confirm that the first and last term are perfect squares.
  2. Confirm that the middle term is twice the product ofΒ ab.π‘Žπ‘.
  3. Write the factored form asΒ (a+b)2.(π‘Ž+𝑏)2.

EXAMPLE 4

Factoring a Perfect Square Trinomial

FactorΒ 25×2+20x+4.25π‘₯2+20π‘₯+4.

TRY IT #4

Factor 49×2βˆ’14x+1.49π‘₯2βˆ’14π‘₯+1.

Factoring a Difference of Squares

A difference of squares is a perfect square subtracted from a perfect square. Recall that a difference of squares can be rewritten as factors containing the same terms but opposite signs because the middle terms cancel each other out when the two factors are multiplied.

a2βˆ’b2=(a+b)(aβˆ’b)π‘Ž2βˆ’π‘2=(π‘Ž+𝑏)(π‘Žβˆ’π‘)

We can use this equation to factor any differences of squares.

DIFFERENCES OF SQUARES

A difference of squares can be rewritten as two factors containing the same terms but opposite signs.

a2βˆ’b2=(a+b)(aβˆ’b)π‘Ž2βˆ’π‘2=(π‘Ž+𝑏)(π‘Žβˆ’π‘)

HOW TO

Given a difference of squares, factor it into binomials.

  1. Confirm that the first and last term are perfect squares.
  2. Write the factored form asΒ (a+b)(aβˆ’b).(π‘Ž+𝑏)(π‘Žβˆ’π‘).

EXAMPLE 5

Factoring a Difference of Squares

FactorΒ 9×2βˆ’25.9π‘₯2βˆ’25.

TRY IT #5

Factor 81y2βˆ’100.81𝑦2βˆ’100.

Q&A

Is there a formula to factor the sum of squares?

No. A sum of squares cannot be factored.

Factoring the Sum and Difference of Cubes

Now, we will look at two new special products: the sum and difference of cubes. Although the sum of squares cannot be factored, the sum of cubes can be factored into a binomial and a trinomial.

a3+b3=(a+b)(a2βˆ’ab+b2)π‘Ž3+𝑏3=(π‘Ž+𝑏)(π‘Ž2βˆ’π‘Žπ‘+𝑏2)

Similarly, the difference of cubes can be factored into a binomial and a trinomial, but with different signs.

a3βˆ’b3=(aβˆ’b)(a2+ab+b2)π‘Ž3βˆ’π‘3=(π‘Žβˆ’π‘)(π‘Ž2+π‘Žπ‘+𝑏2)

We can use the acronym SOAP to remember the signs when factoring the sum or difference of cubes. The first letter of each word relates to the signs: Same Opposite Always Positive. For example, consider the following example.

x3βˆ’23=(xβˆ’2)(x2+2x+4)π‘₯3βˆ’23=(π‘₯βˆ’2)(π‘₯2+2π‘₯+4)

The sign of the first 2 is the same as the sign between x3βˆ’23.π‘₯3βˆ’23. The sign of the 2×2π‘₯ term is opposite the sign between x3βˆ’23.π‘₯3βˆ’23. And the sign of the last term, 4, is always positive.

SUM AND DIFFERENCE OF CUBES

We can factor the sum of two cubes as

a3+b3=(a+b)(a2βˆ’ab+b2)π‘Ž3+𝑏3=(π‘Ž+𝑏)(π‘Ž2βˆ’π‘Žπ‘+𝑏2)

We can factor the difference of two cubes as

a3βˆ’b3=(aβˆ’b)(a2+ab+b2)π‘Ž3βˆ’π‘3=(π‘Žβˆ’π‘)(π‘Ž2+π‘Žπ‘+𝑏2)

HOW TO

Given a sum of cubes or difference of cubes, factor it.

  1. Confirm that the first and last term are cubes,Β a3+b3π‘Ž3+𝑏3Β orΒ a3βˆ’b3.π‘Ž3βˆ’π‘3.
  2. For a sum of cubes, write the factored form asΒ (a+b)(a2βˆ’ab+b2).(π‘Ž+𝑏)(π‘Ž2βˆ’π‘Žπ‘+𝑏2).Β For a difference of cubes, write the factored form asΒ (aβˆ’b)(a2+ab+b2).(π‘Žβˆ’π‘)(π‘Ž2+π‘Žπ‘+𝑏2).

EXAMPLE 6

Factoring a Sum of Cubes

Factor x3+512.π‘₯3+512.

Analysis

After writing the sum of cubes this way, we might think we should check to see if the trinomial portion can be factored further. However, the trinomial portion cannot be factored, so we do not need to check.

TRY IT #6

Factor the sum of cubes: 216a3+b3.216π‘Ž3+𝑏3.

EXAMPLE 7

Factoring a Difference of Cubes

FactorΒ 8×3βˆ’125.8π‘₯3βˆ’125.

Analysis

Just as with the sum of cubes, we will not be able to further factor the trinomial portion.

TRY IT #7

Factor the difference of cubes: 1,000×3βˆ’1.1,000π‘₯3βˆ’1.

Factoring Expressions with Fractional or Negative Exponents

Expressions with fractional or negative exponents can be factored by pulling out a GCF. Look for the variable or exponent that is common to each term of the expression and pull out that variable or exponent raised to the lowest power. These expressions follow the same factoring rules as those with integer exponents. For instance, 2×14+5×342π‘₯14+5π‘₯34 can be factored by pulling out x14π‘₯14 and being rewritten as x14(2+5×12).π‘₯14(2+5π‘₯12).

EXAMPLE 8

Factoring an Expression with Fractional or Negative Exponents

FactorΒ 3x(x+2)βˆ’13+4(x+2)23.3π‘₯(π‘₯+2)βˆ’13+4(π‘₯+2)23.

TRY IT #8

Factor 2(5aβˆ’1)34+7a(5aβˆ’1)βˆ’14.2(5π‘Žβˆ’1)34+7π‘Ž(5π‘Žβˆ’1)βˆ’14.

MEDIA

Access these online resources for additional instruction and practice with factoring polynomials.

  • Identify GCF
  • Factor Trinomials when a Equals 1
  • Factor Trinomials when a is not equal to 1
  • Factor Sum or Difference of Cubes

1.5 Section Exercises

Verbal

1.

If the terms of a polynomial do not have a GCF, does that mean it is not factorable? Explain.

2.

A polynomial is factorable, but it is not a perfect square trinomial or a difference of two squares. Can you factor the polynomial without finding the GCF?

3.

How do you factor by grouping?

Algebraic

For the following exercises, find the greatest common factor.

4.

14x+4xyβˆ’18xy214π‘₯+4π‘₯π‘¦βˆ’18π‘₯𝑦2

5.

49mb2βˆ’35m2ba+77ma249π‘šπ‘2βˆ’35π‘š2π‘π‘Ž+77π‘šπ‘Ž2

6.

30x3yβˆ’45x2y2+135xy330π‘₯3π‘¦βˆ’45π‘₯2𝑦2+135π‘₯𝑦3

7.

200p3m3βˆ’30p2m3+40m3200𝑝3π‘š3βˆ’30𝑝2π‘š3+40π‘š3

8.

36j4k2βˆ’18j3k3+54j2k436𝑗4π‘˜2βˆ’18𝑗3π‘˜3+54𝑗2π‘˜4

9.

6y4βˆ’2y3+3y2βˆ’y6𝑦4βˆ’2𝑦3+3𝑦2βˆ’π‘¦

For the following exercises, factor by grouping.

10.

6×2+5xβˆ’46π‘₯2+5π‘₯βˆ’4

11.

2a2+9aβˆ’182π‘Ž2+9π‘Žβˆ’18

12.

6c2+41c+636𝑐2+41𝑐+63

13.

6n2βˆ’19nβˆ’116𝑛2βˆ’19π‘›βˆ’11

14.

20w2βˆ’47w+2420𝑀2βˆ’47𝑀+24

15.

2p2βˆ’5pβˆ’72𝑝2βˆ’5π‘βˆ’7

For the following exercises, factor the polynomial.

16.

7×2+48xβˆ’77π‘₯2+48π‘₯βˆ’7

17.

10h2βˆ’9hβˆ’910β„Ž2βˆ’9β„Žβˆ’9

18.

2b2βˆ’25bβˆ’2472𝑏2βˆ’25π‘βˆ’247

19.

9d2βˆ’73d+89𝑑2βˆ’73𝑑+8

20.

90v2βˆ’181v+9090𝑣2βˆ’181𝑣+90

21.

12t2+tβˆ’1312𝑑2+π‘‘βˆ’13

22.

2n2βˆ’nβˆ’152𝑛2βˆ’π‘›βˆ’15

23.

16×2βˆ’10016π‘₯2βˆ’100

24.

25y2βˆ’19625𝑦2βˆ’196

25.

121p2βˆ’169121𝑝2βˆ’169

26.

4m2βˆ’94π‘š2βˆ’9

27.

361d2βˆ’81361𝑑2βˆ’81

28.

324×2βˆ’121324π‘₯2βˆ’121

29.

144b2βˆ’25c2144𝑏2βˆ’25𝑐2

30.

16a2βˆ’8a+116π‘Ž2βˆ’8π‘Ž+1

31.

49n2+168n+14449𝑛2+168𝑛+144

32.

121×2βˆ’88x+16121π‘₯2βˆ’88π‘₯+16

33.

225y2+120y+16225𝑦2+120𝑦+16

34.

m2βˆ’20m+100π‘š2βˆ’20π‘š+100

35.

25p2βˆ’120p+14425𝑝2βˆ’120𝑝+144

36.

36q2+60q+2536π‘ž2+60π‘ž+25

For the following exercises, factor the polynomials.

37.

x3+216π‘₯3+216

38.

27y3βˆ’827𝑦3βˆ’8

39.

125a3+343125π‘Ž3+343

40.

b3βˆ’8d3𝑏3βˆ’8𝑑3

41.

64×3βˆ’12564π‘₯3βˆ’125

42.

729q3+1331729π‘ž3+1331

43.

125r3+1,728s3125π‘Ÿ3+1,728𝑠3

44.

4x(xβˆ’1)βˆ’23+3(xβˆ’1)134π‘₯(π‘₯βˆ’1)βˆ’23+3(π‘₯βˆ’1)13

45.

3c(2c+3)βˆ’14βˆ’5(2c+3)343𝑐(2𝑐+3)βˆ’14βˆ’5(2𝑐+3)34

46.

3t(10t+3)13+7(10t+3)433𝑑(10𝑑+3)13+7(10𝑑+3)43

47.

14x(x+2)βˆ’25+5(x+2)3514π‘₯(π‘₯+2)βˆ’25+5(π‘₯+2)35

48.

9y(3yβˆ’13)15βˆ’2(3yβˆ’13)659𝑦(3π‘¦βˆ’13)15βˆ’2(3π‘¦βˆ’13)65

49.

5z(2zβˆ’9)βˆ’32+11(2zβˆ’9)βˆ’125𝑧(2π‘§βˆ’9)βˆ’32+11(2π‘§βˆ’9)βˆ’12

50.

6d(2d+3)βˆ’16+5(2d+3)566𝑑(2𝑑+3)βˆ’16+5(2𝑑+3)56

Real-World Applications

For the following exercises, consider this scenario:

Charlotte has appointed a chairperson to lead a city beautification project. The first act is to install statues and fountains in one of the city’s parks. The park is a rectangle with an area of 98×2+105xβˆ’2798π‘₯2+105π‘₯βˆ’27 m2, as shown in the figure below. The length and width of the park are perfect factors of the area.A rectangle that’s textured to look like a field. The field is labeled: l times w = ninety-eight times x squared plus one hundred five times x minus twenty-seven.

51.

Factor by grouping to find the length and width of the park.

52.

A statue is to be placed in the center of the park. The area of the base of the statue is 4×2+12x+9 m2.4π‘₯2+12π‘₯+9 m2. Factor the area to find the lengths of the sides of the statue.

53.

At the northwest corner of the park, the city is going to install a fountain. The area of the base of the fountain is 9×2βˆ’25 m2.9π‘₯2βˆ’25 m2. Factor the area to find the lengths of the sides of the fountain.

For the following exercise, consider the following scenario:

A school is installing a flagpole in the central plaza. The plaza is a square with side length 100 yd. as shown in the figure below. The flagpole will take up a square plot with area x2βˆ’6x+9π‘₯2βˆ’6π‘₯+9 yd2.A square that’s textured to look like a field with a missing piece in the shape of a square in the center. The sides of the larger square are labeled: 100 yards. The center square is labeled: Area: x squared minus six times x plus nine.

54.

Find the length of the base of the flagpole by factoring.

Extensions

For the following exercises, factor the polynomials completely.

55.

16×4βˆ’200×2+62516π‘₯4βˆ’200π‘₯2+625

56.

81y4βˆ’25681𝑦4βˆ’256

57.

16z4βˆ’2,401a416𝑧4βˆ’2,401π‘Ž4

58.

5x(3x+2)βˆ’24+(12x+8)325π‘₯(3π‘₯+2)βˆ’24+(12π‘₯+8)32

59.

(32×3+48×2βˆ’162xβˆ’243)βˆ’1

RELATED POSTS

View all

view all