This is “Multiplying Polynomials”, section 5.4 from the book Beginning Algebra (v. 1.0). For details on it (including licensing), click here.

For more information on the source of this book, or why it is available for free, please see the project's home page. You can browse or download additional books there. To download a .zip file containing this book to use offline, simply click here.

Has this book helped you? Consider passing it on:
Creative Commons supports free culture from music to education. Their licenses helped make this book available to you.
DonorsChoose.org helps people like you help teachers fund their classroom projects, from art supplies to books to calculators.

5.4 Multiplying Polynomials

Learning Objectives

  1. Multiply a polynomial by a monomial.
  2. Multiply a polynomial by a binomial.
  3. Multiply a polynomial by any size polynomial.
  4. Recognize and calculate special products.
  5. Multiply polynomial functions.

Multiplying by a Monomial

Recall the product rule for exponents: if m and n are positive integers, then

In other words, when multiplying two expressions with the same base, add the exponents. This rule applies when multiplying a monomial by a monomial. To find the product of monomials, multiply the coefficients and add the exponents of variable factors with the same base. For example,

To multiply a polynomial by a monomial, apply the distributive property and then simplify each term.

 

Example 1: Multiply: 5x(4x2).

Solution: In this case, multiply the monomial, 5x, by the binomial, 4x2. Apply the distributive property and then simplify.

Answer: 20x2+10x

 

Example 2: Multiply: 2x2(3x25x+1).

Solution: Apply the distributive property and then simplify.

Answer: 6x410x3+2x2

 

Example 3: Multiply: 3ab2(a2b3+2a3b6ab4).

Solution:

Answer: 3a3b56a4b3+18a2b3+12ab2

 

To summarize, multiplying a polynomial by a monomial involves the distributive property and the product rule for exponents. Multiply all of the terms of the polynomial by the monomial. For each term, multiply the coefficients and add exponents of variables where the bases are the same.

 

Try this! Multiply: 5x2y(2xy23xy+6x2y1).

Answer: 10x3y3+15x3y230x4y2+5x2y

Video Solution

(click to see video)

Multiplying by a Binomial

In the same way that we used the distributive property to find the product of a monomial and a binomial, we will use it to to find the product of two binomials.

Here we apply the distributive property multiple times to produce the final result. This same result is obtained in one step if we apply the distributive property to a and b separately as follows:

This is often called the FOILWhen multiplying binomials we apply the distributive property multiple times in such a way as to multiply the first terms, outer terms, inner terms, and last terms. method. We add the products of the first terms of each binomial ac, the outer terms ad, the inner terms bc, and finally the last terms bd. This mnemonic device only works for products of binomials; hence it is best to just remember that the distributive property applies.

 

Example 4: Multiply: (2x+3)(5x2).

Solution: Distribute 2x and then distribute 3.

Simplify by combining like terms.

Answer: 10x2+11x6

 

Example 5: Multiply: (12x14)(12x+14).

Solution: Distribute 12x and then distribute 14.

Answer: 14x2116

 

Example 6: Multiply: (3y21)(2y+1).

Solution:

Answer: 6y3+3y22y1

 

After applying the distributive property, combine any like terms.

 

Example 7: Multiply: (x25)(3x22x+2).

Solution: After multiplying each term of the trinomial by x2 and 5, simplify.

Answer: 3x42x313x2+10x10

 

Example 8: Multiply: (2x1)3.

Solution: Perform one product at a time.

Answer: 8x312x2+6x1

 

At this point, it is worth pointing out a common mistake:

The confusion comes from the product to a power rule of exponents, where we apply the power to all factors. Since there are two terms within the parentheses, that rule does not apply. Care should be taken to understand what is different in the following two examples:

 

Try this! Multiply: (2x3)(7x25x+4).

Answer: 14x331x2+23x12

Video Solution

(click to see video)

Product of Polynomials

When multiplying polynomials, we apply the distributive property many times. Multiply all of the terms of each polynomial and then combine like terms.

 

Example 9: Multiply: (2x2+x3)(x22x+5).

Solution: Multiply each term of the first trinomial by each term of the second trinomial and then combine like terms.

Aligning like terms in columns, as we have here, aids in the simplification process.

Answer: 2x43x3+5x2+11x15

 

Notice that when multiplying a trinomial by a trinomial, we obtain nine terms before simplifying. In fact, when multiplying an n-term polynomial by an m-term polynomial, we will obtain n × m terms.

In the previous example, we were asked to multiply and found that

Because it is easy to make a small calculation error, it is a good practice to trace through the steps mentally to verify that the operations were performed correctly. Alternatively, we can check by evaluatingWe can be fairly certain that we have multiplied the polynomials correctly if we check that a few values evaluate to the same results in the original expression and in the answer. any value for x in both expressions to verify that the results are the same. Here we choose x = 2:

Because the results could coincidentally be the same, a check by evaluating does not necessarily prove that we have multiplied correctly. However, after verifying a few values, we can be fairly confident that the product is correct.

 

Try this! Multiply: (x22x3)2.

Answer: x44x32x2+12x+9

Video Solution

(click to see video)

Special Products

In this section, the goal is to recognize certain special products that occur often in our study of algebra. We will develop three formulas that will be very useful as we move along. The three should be memorized. We begin by considering the following two calculations:

This leads us to two formulas that describe perfect square trinomialsThe trinomials obtained by squaring the binomials (a+b)2=a2+2ab+b2 and (ab)2=a22ab+b2.:

We can use these formulas to quickly square a binomial.

 

Example 10: Multiply: (3x+5)2.

Solution: Here a=3x and b=5. Apply the formula:

Answer: 9x2+30x+25

 

This process should become routine enough to be performed mentally.

 

Example 11: Multiply: (x4)2.

Solution: Here a=x and b=4. Apply the appropriate formula as follows:

Answer: x28x+16

 

Our third special product follows:

This product is called difference of squaresa2b2=(a+b)(ab), where a and b represent algebraic expressions.:

The binomials (a+b) and (ab) are called conjugate binomialsThe binomials (a+b) and (ab).. Therefore, when conjugate binomials are multiplied, the middle term eliminates, and the product is itself a binomial.

 

Example 12: Multiply: (7x+4)(7x4).

Solution:

Answer: 49x216

 

Try this! Multiply: (5x+2)2.

Answer: 25x220x+4

Video Solution

(click to see video)

Multiplying Polynomial Functions

We use function notation to indicate multiplication as follows:

Multiplication of functions: (fg)(x)=f(x)g(x)

 

Example 13: Calculate: (fg)(x), given f(x)=5x2 and g(x)=x2+2x3.

Solution: Multiply all terms of the trinomial by the monomial function f(x).

Answer: (fg)(x)=5x4+10x315x2

 

Example 14: Calculate: (fg)(1), given f(x)=x+3 and g(x)=4x23x+6.

Solution: First, determine (fg)(x).

We have

Next, substitute −1 for the variable x.

Answer: (fg)(1)=52

 

Because (fg)(1)=f(1)g(1), we could alternatively calculate f(1) and g(1) separately and then multiply the results (try this as an exercise). However, if we were asked to evaluate multiple values for the function (fg)(x), it would be best to first determine the general form, as we have in the previous example.

Key Takeaways

  • To multiply a polynomial by a monomial, apply the distributive property and then simplify each of the resulting terms.
  • To multiply polynomials, multiply each term in the first polynomial with each term in the second polynomial. Then combine like terms.
  • The product of an n-term polynomial and an m-term polynomial results in an m × n term polynomial before like terms are combined.
  • Check results by evaluating values in the original expression and in your answer to verify that the results are the same.
  • Use the formulas for special products to quickly multiply binomials that occur often in algebra.

Topic Exercises

Part A: Product of a Monomial and a Polynomial

Multiply.

1. 5x(3x2y)

2. (2x3y2)(3xy4)

3. 12(4x3)

4. 34(23x6)

5. 3x(5x2)

6. 4x(2x1)

7. x2(3x+2)

8. 6x2(5x+3)

9. 2ab(4a2b)

10. 5a2b(a2b2)

11. 6x2y3(3x3y+xy2)

12. 3ab3(5ab3+6a2b)

13. 12x2y(4xy10)

14. 3x4y2(3x8y3)

15. 2x2(5x3)(3x4)

16. 4ab(a2b3c)(a4b2c4)

17. 2(5x23x+4)

18. 45(25x250xy+5y2)

19. 3x(5x22x+3)

20. x(x2+x1)

21. x2(3x25x7)

22. x3(4x27x+9)

23. 14x4(8x32x2+12x5)

24. 13x3(32x523x3+92x1)

25. a2b(a23ab+b2)

26. 6a2bc3(2a3b+c2)

27. 23xy2(9x3y27xy+3xy3)

28. 3x2y2(12x210xy6y2)

29. Find the product of 3x and 2x23x+5.

30. Find the product of 8y and y22y+12.

31. Find the product of 4x and x43x3+2x27x+8.

32. Find the product of 3xy2 and 2x2y+4xyxy2.

Part B: Product of a Binomial and a Polynomial

Multiply.

33. (3x2)(x+4)

34. (x+2)(x3)

35. (x1)(x+1)

36. (3x1)(3x+1)

37. (2x5)(x+3)

38. (5x2)(3x+4)

39. (3x+1)(x1)

40. (x+5)(x+1)

41. (y23)(y+23)

42. (12x+13)(32x23)

43. (34x+15)(14x+25)

44. (15x+310)(35x52)

45. (y22)(y+2)

46. (y31)(y2+2)

47. (a2b2)(a2+b2)

48. (a23b)2

49. (x5)(2x2+3x+4)

50. (3x1)(x24x+7)

51. (2x3)(4x2+6x+9)

52. (5x+1)(25x25x+1)

53. (x12)(3x2+4x1)

54. (13x14)(3x2+9x3)

55. (x+3)3

56. (x2)3

57. (3x1)3

58. (2x+y)3

59. (5x2)(2x34x2+3x2)

60. (x22)(x32x2+x+1)

Part C: Product of Polynomials

Multiply.

61. (x2x+1)(x2+2x+1)

62. (3x22x1)(2x2+3x4)

63. (2x23x+5)(x2+5x1)

64. (a+b+c)(abc)

65. (a+2bc)2

66. (x+y+z)2

67. (x3)4

68. (x+y)4

69. Find the volume of a rectangular solid with sides measuring x , x+2, and x+4 units.

70. Find the volume of a cube where each side measures x5 units.

Part D: Special Products

Multiply.

71. (x+2)2

72. (x3)2

73. (2x+5)2

74. (3x7)2

75. (x+2)2

76. (9x+1)2

77. (a+6)2

78. (2a3b)2

79. (23x+34)2

80. (12x35)2

81. (x2+2)2

82. (x2+y2)2

83. (x+4)(x4)

84. (2x+1)(2x1)

85. (5x+3)(5x3)

86. (15x13)(15x+13)

87. (32x+25)(32x25)

88. (2x3y)(2x+3y)

89. (4xy)(4x+y)

90. (a3b3)(a3+b3)

91. A box is made by cutting out the corners and folding up the edges of a square piece of cardboard. A template for a cardboard box with a height of 2 inches is given. Find a formula for the volume, if the initial piece of cardboard is a square with sides measuring x inches.

92. A template for a cardboard box with a height of x inches is given. Find a formula for the volume, if the initial piece of cardboard is a square with sides measuring 12 inches.

Part E: Multiplying Polynomial Functions

For each problem, calculate (fg)(x), given the functions.

93. f(x)=8x and g(x)=3x5

94. f(x)=x2 and g(x)=5x+1

95. f(x)=x7 and g(x)=6x1

96. f(x)=5x+3 and g(x)=x2+2x3

97. f(x)=x2+6x3 and g(x)=2x23x+5

98. f(x)=3x2x+1 and g(x)=x2+2x1

Given f(x)=2x3 and g(x)=3x1, find the following.

99. (fg)(x)

100. (gf)(x)

101. (fg)(0)

102. (fg)(1)

103. (fg)(1)

104. (fg)(12)

Given f(x)=5x1 and g(x)=2x24x+5, find the following.

105. (fg)(x)

106. (gf)(x)

107. (fg)(0)

108. (fg)(1)

109. (fg)(1)

110. (fg)(12)

111. (ff)(x)

112. (gg)(x)

Part F: Discussion Board Topics

113. Explain why (x+y)2x2+y2.

114. Explain how to quickly multiply a binomial with its conjugate. Give an example.

115. What are the advantages and disadvantages of using the mnemonic device FOIL?

Answers

1: 15x3y

3: 2x32

5: 15x26x

7: 3x3+2x2

9: 8a2b4ab2

11: 18x5y4+6x3y5

13: 2x3y2+5x2y

15: 30x9

17: 10x2+6x8

19: 15x36x2+9x

21: 3x45x37x2

23: 2x712x6+18x554x4

25: a4b3a3b2+a2b3

27: 6x4y318x2y3+2x2y5

29: 6x39x2+15x

31: 4x5+12x48x3+28x232x

33: 3x2+10x8

35: x21

37: 2x2+x15

39: 3x2+4x1

41: y249

43: 316x2+720x+225

45: y3+2y22y4

47: a4b4

49: 2x37x211x20

51: 8x327

53: 3x3+52x23x+12

55: x3+9x2+27x+27

57: 27x327x2+9x1

59: 10x424x3+23x216x+4

61: x4+x3+x+1

63: 2x4+7x312x2+28x5

65: a2+4ab2ac+4b24bc+c2

67: x412x3+54x2108x+81

69: x3+6x2+8x

71: x2+4x+4

73: 4x2+20x+25

75: x24x+4

77: a2+12a+36

79: 49x2+x+916

81: x4+4x2+4

83: x216

85: 25x29

87: 94x2425

89: 16x2y2

91: V=2x216x+32 cubic inches

93: (fg)(x)=24x240x

95: (fg)(x)=6x243x+7

97: (fg)(x)=2x4+9x319x2+39x15

99: (fg)(x)=6x211x+3

101: (fg)(0)=3

103: (fg)(1)=2

105: (fg)(x)=10x322x2+29x5

107: (fg)(0)=5

109: (fg)(1)=12

111: (ff)(x)=25x210x+1