- Multiplying a Polynomial by a Monomial
- Simplifying +(a+b) +(a+b) and −(a+b) −(a+b)
- Multiplying a Polynomial by a Polynomial
Multiplying a polynomial by a monomial is a direct application of the distributive property.

The distributive property suggests the following rule.
To multiply a polynomial by a monomial, multiply every term of the polynomial by the monomial and then add the resulting products together.
10a b 2 c(125 a 2 )=1250 a 3 b 2 c 10a b 2 c(125 a 2 )=1250 a 3 b 2 c
Determine the following products.
( a 2 −2b+6)2a ( a 2 −2b+6)2a
2 a 3 −4ab+12a 2 a 3 −4ab+12a
8 a 2 b 3 (2a+7b+3) 8 a 2 b 3 (2a+7b+3)
16 a 3 b 3 +56 a 2 b 4 +24 a 2 b 3 16 a 3 b 3 +56 a 2 b 4 +24 a 2 b 3
4x(2 x 5 +6 x 4 −8 x 3 − x 2 +9x−11) 4x(2 x 5 +6 x 4 −8 x 3 − x 2 +9x−11)
8 x 6 +24 x 5 −32 x 4 −4 x 3 +36 x 2 −44x 8 x 6 +24 x 5 −32 x 4 −4 x 3 +36 x 2 −44x
(3 a 2 b)(2a b 2 +4 b 3 ) (3 a 2 b)(2a b 2 +4 b 3 )
6 a 3 b 3 +12 a 2 b 4 6 a 3 b 3 +12 a 2 b 4
5mn( m 2 n 2 +m+ n 0 ), n≠0 5mn( m 2 n 2 +m+ n 0 ), n≠0
5 m 3 n 3 +5 m 2 n+5mn 5 m 3 n 3 +5 m 2 n+5mn
6.03(2.11 a 3 +8.00 a 2 b) 6.03(2.11 a 3 +8.00 a 2 b)
12.7233 a 3 +48.24 a 2 b 12.7233 a 3 +48.24 a 2 b
Oftentimes, we will encounter multiplications of the form
+1(a+b) +1(a+b) or -1(a+b) -1(a+b)
These terms will actually appear as
+(a+b) +(a+b) and -(a+b) -(a+b)
Using the distributive property, we can remove the parentheses.

The parentheses have been removed and the sign of each term has remained the same.

The parentheses have been removed and the sign of each term has been changed to its opposite.
- To remove a set of parentheses preceded by a " + + " sign, simply remove the parentheses and leave the sign of each term the same.
- To remove a set of parentheses preceded by a “ − − ” sign, remove the parentheses and change the sign of each term to its opposite sign.
Simplify the expressions.
(6x−1) (6x−1) .
This set of parentheses is preceded by a “ + + ’’ sign (implied). We simply drop the parentheses.
(6x−1)=6x−1 (6x−1)=6x−1
(14 a 2 b 3 −6 a 3 b 2 +a b 4 )=14 a 2 b 3 −6 a 3 b 2 +a b 4 (14 a 2 b 3 −6 a 3 b 2 +a b 4 )=14 a 2 b 3 −6 a 3 b 2 +a b 4
−(21 a 2 +7a−18) −(21 a 2 +7a−18) .
This set of parentheses is preceded by a “ − − ” sign. We can drop the parentheses as long as we change the sign of every term inside the parentheses to its opposite sign.
−(21 a 2 +7a−18)=−21 a 2 −7a+18 −(21 a 2 +7a−18)=−21 a 2 −7a+18
−(7 y 3 −2 y 2 +9y+1)=−7 y 3 +2 y 2 −9y−1 −(7 y 3 −2 y 2 +9y+1)=−7 y 3 +2 y 2 −9y−1
Simplify by removing the parentheses.
( a 2 −6a+10) ( a 2 −6a+10)
−(−3 s 2 −7s+9) −(−3 s 2 −7s+9)
Since we can consider an expression enclosed within parentheses as a single quantity, we have, by the distributive property,

For convenience we will use the commutative property of addition to write this expression so that the first two terms contain a a and the second two contain b b .
(a+b)(c+d)=ac+ad+bc+bd (a+b)(c+d)=ac+ad+bc+bd
This method is commonly called the FOIL method.
- F
First terms - O
Outer terms - I
Inner terms - L
Last terms
(a+b)(2+3)= (a+b)+(a+b) ︸ 2 terms + (a+b)+(a+b)+(a+b) ︸ 3 terms (a+b)(2+3)= (a+b)+(a+b) ︸ 2 terms + (a+b)+(a+b)+(a+b) ︸ 3 terms
Rearranging,
=a+a+b+b+a+a+a+b+b+b =2a+2b+3a+3b =a+a+b+b+a+a+a+b+b+b =2a+2b+3a+3b
Combining like terms,
=5a+5b =5a+5b
This use of the distributive property suggests the following rule.
To multiply two polynomials together, multiply every term of one polynomial by every term of the other polynomial.
Perform the following multiplications and simplify.
With some practice, the second and third terms can be combined mentally.
(m−3) 2 = (m−3)(m−3) = m⋅m+m(−3)−3⋅m−3(−3) = m 2 −3m−3m+9 = m 2 −6m+9 (m−3) 2 = (m−3)(m−3) = m⋅m+m(−3)−3⋅m−3(−3) = m 2 −3m−3m+9 = m 2 −6m+9
(x+5) 3 = (x+5)(x+5)(x+5) Associate the first two factors. = [ (x+5)(x+5) ](x+5) = [ x 2 +5x+5x+25 ](x+5) = [ x 2 +10x+25 ](x+5) = x 2 ⋅x+ x 2 ⋅5+10x⋅x+10x⋅5+25⋅x+25⋅5 = x 3 +5 x 2 +10 x 2 +50x+25x+125 = x 3 +15 x 2 +75x+125 (x+5) 3 = (x+5)(x+5)(x+5) Associate the first two factors. = [ (x+5)(x+5) ](x+5) = [ x 2 +5x+5x+25 ](x+5) = [ x 2 +10x+25 ](x+5) = x 2 ⋅x+ x 2 ⋅5+10x⋅x+10x⋅5+25⋅x+25⋅5 = x 3 +5 x 2 +10 x 2 +50x+25x+125 = x 3 +15 x 2 +75x+125
Find the following products and simplify.
2 x 2 +14x+20 2 x 2 +14x+20
(x+y)(2x−3y) (x+y)(2x−3y)
2 x 2 −xy−3 y 2 2 x 2 −xy−3 y 2
(3 a 2 −1)(5 a 2 +a) (3 a 2 −1)(5 a 2 +a)
15 a 4 +3 a 3 −5 a 2 −a 15 a 4 +3 a 3 −5 a 2 −a
(2 x 2 y 3 +x y 2 )(5 x 3 y 2 + x 2 y) (2 x 2 y 3 +x y 2 )(5 x 3 y 2 + x 2 y)
10 x 5 y + 5 7 x 4 y 4 + x 3 y 3 10 x 5 y + 5 7 x 4 y 4 + x 3 y 3
(a+3)( a 2 +3a+6) (a+3)( a 2 +3a+6)
a 3 +6 a 2 +15a+18 a 3 +6 a 2 +15a+18
Perform the following additions and subtractions.
3x+7+(x−3). We must first remove the parentheses. They are preceded by a "+" sign, so we remove them and leave the sign of each term the same. 3x+7+x−3 Combine like terms. 4x+4 3x+7+(x−3). We must first remove the parentheses. They are preceded by a "+" sign, so we remove them and leave the sign of each term the same. 3x+7+x−3 Combine like terms. 4x+4
5 y 3 +11−(12 y 3 −2). We first remove the parentheses. They are preceded by a "-" sign, so we remove them and change the sign of each term inside them. 5 y 3 +11−12 y 3 +2 Combine like terms. −7 y 3 +13 5 y 3 +11−(12 y 3 −2). We first remove the parentheses. They are preceded by a "-" sign, so we remove them and change the sign of each term inside them. 5 y 3 +11−12 y 3 +2 Combine like terms. −7 y 3 +13
Add 4 x 2 +2x−8 4 x 2 +2x−8 to 3 x 2 −7x−10 3 x 2 −7x−10 .
(4 x 2 +2x−8)+(3 x 2 −7x−10) 4 x 2 +2x−8+3 x 2 −7x−10 7 x 2 −5x−18 (4 x 2 +2x−8)+(3 x 2 −7x−10) 4 x 2 +2x−8+3 x 2 −7x−10 7 x 2 −5x−18
Subtract 8 x 2 −5x+2 8 x 2 −5x+2 from 3 x 2 +x−12 3 x 2 +x−12 .
(3 x 2 +x−12)−(8 x 2 −5x+2) 3 x 2 +x−12−8 x 2 +5x−2 −5 x 2 +6x−14 (3 x 2 +x−12)−(8 x 2 −5x+2) 3 x 2 +x−12−8 x 2 +5x−2 −5 x 2 +6x−14
Be very careful not to write this problem as
3 x 2 +x−12−8 x 2 −5x+2 3 x 2 +x−12−8 x 2 −5x+2
This form has us subtracting only the very first term, 8 x 2 8 x 2 , rather than the entire expression. Use parentheses.
Another incorrect form is
8 x 2 −5x+2−(3 x 2 +x−12) 8 x 2 −5x+2−(3 x 2 +x−12)
This form has us performing the subtraction in the wrong order.
Perform the following additions and subtractions.
6 y 2 +2y−1+(5 y 2 −18) 6 y 2 +2y−1+(5 y 2 −18)
11 y 2 +2y−19 11 y 2 +2y−19
(9m−n)−(10m+12n) (9m−n)−(10m+12n)
Add 2 r 2 +4r−1 2 r 2 +4r−1 to 3 r 2 −r−7 3 r 2 −r−7 .
Subtract 4s−3 4s−3 from 7s+8 7s+8 .
For the following problems, perform the multiplications and combine any like terms.
3 x 2 (5 x 2 +4) 3 x 2 (5 x 2 +4)
15
x
4
+12
x
2
15
x
4
+12
x
2
9 y 3 (3 y 2 +2) 9 y 3 (3 y 2 +2)
4 a 4 (5 a 3 +3 a 2 +2a) 4 a 4 (5 a 3 +3 a 2 +2a)
20
a
7
+12
a
6
+8
a
5
20
a
7
+12
a
6
+8
a
5
2 x 4 (6 x 3 −5 x 2 −2x+3) 2 x 4 (6 x 3 −5 x 2 −2x+3)
−5 x 2 (x+2) −5 x 2 (x+2)
−5
x
3
−10
x
2
−5
x
3
−10
x
2
−6 y 3 (y+5) −6 y 3 (y+5)
2 x 2 y(3 x 2 y 2 −6x) 2 x 2 y(3 x 2 y 2 −6x)
6
x
4
y
3
−12
x
3
y
6
x
4
y
3
−12
x
3
y
8 a 3 b 2 c(2a b 3 +3b) 8 a 3 b 2 c(2a b 3 +3b)
b 5 x 2 (2bx−11) b 5 x 2 (2bx−11)
2
b
6
x
3
−11
b
5
x
2
2
b
6
x
3
−11
b
5
x
2
4x(3 x 2 −6x+10) 4x(3 x 2 −6x+10)
9 y 3 (2 y 4 −3 y 3 +8 y 2 +y−6) 9 y 3 (2 y 4 −3 y 3 +8 y 2 +y−6)
18
y
7
−27
y
6
+72
y
5
+9
y
4
−54
y
3
18
y
7
−27
y
6
+72
y
5
+9
y
4
−54
y
3
− a 2 b 3 (6a b 4 +5a b 3 −8 b 2 +7b−2) − a 2 b 3 (6a b 4 +5a b 3 −8 b 2 +7b−2)
(3a−1)(2a−6) (3a−1)(2a−6)
6
a
2
−20a+6
6
a
2
−20a+6
(5a−2)(6a−8) (5a−2)(6a−8)
(6y+11)(3y+10) (6y+11)(3y+10)
18
y
2
+93y+110
18
y
2
+93y+110
(2t+6)(3t+4) (2t+6)(3t+4)
( x 2 +2)(x+1) ( x 2 +2)(x+1)
x
3
+
x
2
+2x+2
x
3
+
x
2
+2x+2
( x 2 +5)(x+4) ( x 2 +5)(x+4)
(3 x 2 −5)(2 x 2 +1) (3 x 2 −5)(2 x 2 +1)
6
x
4
−7
x
2
−5
6
x
4
−7
x
2
−5
(4 a 2 b 3 −2a)(5 a 2 b−3b) (4 a 2 b 3 −2a)(5 a 2 b−3b)
(6 x 3 y 4 +6x)(2 x 2 y 3 +5y) (6 x 3 y 4 +6x)(2 x 2 y 3 +5y)
12
x
5
y
7
+30
x
3
y
5
+12
x
3
y
3
+30xy
12
x
5
y
7
+30
x
3
y
5
+12
x
3
y
3
+30xy
4
a
2
−28a−32
4
a
2
−28a−32
x
3
+5
x
2
+4x
x
3
+5
x
2
+4x
x 2 (x+5)(x+7) x 2 (x+5)(x+7)
y 3 (y−3)(y−2) y 3 (y−3)(y−2)
y
5
−5
y
4
+6
y
3
y
5
−5
y
4
+6
y
3
2 a 2 (a+4)(a+3) 2 a 2 (a+4)(a+3)
5 y 6 (y+7)(y+1) 5 y 6 (y+7)(y+1)
5
y
8
+40
y
7
+35
y
6
5
y
8
+40
y
7
+35
y
6
a b 2 ( a 2 −2b)(a+ b 4 ) a b 2 ( a 2 −2b)(a+ b 4 )
x 3 y 2 (5 x 2 y 2 −3)(2xy−1) x 3 y 2 (5 x 2 y 2 −3)(2xy−1)
10
x
6
y
5
−5
x
5
y
4
−6
x
4
y
3
+3
x
3
y
2
10
x
6
y
5
−5
x
5
y
4
−6
x
4
y
3
+3
x
3
y
2
6( a 2 +5a+3) 6( a 2 +5a+3)
8( c 3 +5c+11) 8( c 3 +5c+11)
8
c
3
+40c+88
8
c
3
+40c+88
3 a 2 (2 a 3 −10 a 2 −4a+9) 3 a 2 (2 a 3 −10 a 2 −4a+9)
6 a 3 b 3 (4 a 2 b 6 +7a b 8 +2 b 10 +14) 6 a 3 b 3 (4 a 2 b 6 +7a b 8 +2 b 10 +14)
24
a
5
b
9
+42
a
4
b
11
+12
a
3
b
13
+18
a
3
b
3
24
a
5
b
9
+42
a
4
b
11
+12
a
3
b
13
+18
a
3
b
3
(a−4)( a 2 +a−5) (a−4)( a 2 +a−5)
(x−7)( x 2 +x−3) (x−7)( x 2 +x−3)
x
3
−6
x
2
−10x+21
x
3
−6
x
2
−10x+21
(2x+1)(5 x 3 +6 x 2 +8) (2x+1)(5 x 3 +6 x 2 +8)
(7 a 2 +2)(3 a 5 −4 a 3 −a−1) (7 a 2 +2)(3 a 5 −4 a 3 −a−1)
21
a
7
−22
a
5
−15
a
3
−7
a
2
−2a−2
21
a
7
−22
a
5
−15
a
3
−7
a
2
−2a−2
(x+y)(2 x 2 +3xy+5 y 2 ) (x+y)(2 x 2 +3xy+5 y 2 )
(2a+b)(5 a 2 +4 a 2 b−b−4) (2a+b)(5 a 2 +4 a 2 b−b−4)
10
a
3
+8
a
3
b+4
a
2
b
2
+5
a
2
b−
b
2
−8a−4b−2ab
10
a
3
+8
a
3
b+4
a
2
b
2
+5
a
2
b−
b
2
−8a−4b−2ab
−9
x
2
+30x−25
−9
x
2
+30x−25
For the following problems, perform the indicated operations and combine like terms.
3 x 2 +5x−2+(4 x 2 −10x−5) 3 x 2 +5x−2+(4 x 2 −10x−5)
−2 x 3 +4 x 2 +5x−8+( x 3 −3 x 2 −11x+1) −2 x 3 +4 x 2 +5x−8+( x 3 −3 x 2 −11x+1)
−5x−12xy+4 y 2 +(−7x+7xy−2 y 2 ) −5x−12xy+4 y 2 +(−7x+7xy−2 y 2 )
2
y
2
−5xy−12x
2
y
2
−5xy−12x
(6 a 2 −3a+7)−4 a 2 +2a−8 (6 a 2 −3a+7)−4 a 2 +2a−8
(5 x 2 −24x−15)+ x 2 −9x+14 (5 x 2 −24x−15)+ x 2 −9x+14
6
x
2
−33x−1
6
x
2
−33x−1
(3 x 3 −7 x 2 +2)+( x 3 +6) (3 x 3 −7 x 2 +2)+( x 3 +6)
(9 a 2 b−3ab+12a b 2 )+a b 2 +2ab (9 a 2 b−3ab+12a b 2 )+a b 2 +2ab
9
a
2
b+13a
b
2
−ab
9
a
2
b+13a
b
2
−ab
6 x 2 −12x+(4 x 2 −3x−1)+4 x 2 −10x−4 6 x 2 −12x+(4 x 2 −3x−1)+4 x 2 −10x−4
5 a 3 −2a−26+(4 a 3 −11 a 2 +2a)−7a+8 a 3 +20 5 a 3 −2a−26+(4 a 3 −11 a 2 +2a)−7a+8 a 3 +20
17
a
3
−11
a
2
−7a−6
17
a
3
−11
a
2
−7a−6
2xy−15−(5xy+4) 2xy−15−(5xy+4)
Add 4x+6 4x+6 to 8x−15 8x−15 .
Add 5 y 2 −5y+1 5 y 2 −5y+1 to −9 y 2 +4y−2 −9 y 2 +4y−2 .
Add 3(x+6) 3(x+6) to 4(x−7) 4(x−7) .
Add −2( x 2 −4) −2( x 2 −4) to 5( x 2 +3x−1) 5( x 2 +3x−1) .
Add four times 5x+2 5x+2 to three times 2x−1 2x−1 .
Add five times −3x+2 −3x+2 to seven times 4x+3 4x+3 .
Add −4 −4 times 9x+6 9x+6 to −2 −2 times −8x−3 −8x−3 .
Subtract 6 x 2 −10x+4 6 x 2 −10x+4 from 3 x 2 −2x+5 3 x 2 −2x+5 .
Substract a 2 −16 a 2 −16 from a 2 −16 a 2 −16 .
((Reference)) Simplify
(
15
x
2
y
6
5x
y
2
)
4
(
15
x
2
y
6
5x
y
2
)
4
.
((Reference)) Express the number 198,000 using scientific notation.
((Reference)) How many
4
a
2
x
3
's
4
a
2
x
3
's
are there in
−16
a
4
x
5
−16
a
4
x
5
?
((Reference)) State the degree of the polynomial
4x
y
3
+3
x
5
y−5
x
3
y
3
4x
y
3
+3
x
5
y−5
x
3
y
3
, and write the numerical coefficient of each term.
degree is 6; 4,3,−5
degree is 6; 4,3,−5
((Reference)) Simplify
3(4x−5)+2(5x−2)−(x−3)
3(4x−5)+2(5x−2)−(x−3)
.
"Elementary Algebra covers traditional topics studied in a modern elementary algebra course. Written by Denny Burzynski and Wade Ellis, it is intended for both first-time students and those […]"