Loading [MathJax]/jax/output/HTML-CSS/jax.js
Skip to main content
Library homepage
 

Text Color

Text Size

 

Margin Size

 

Font Type

Enable Dyslexic Font
Mathematics LibreTexts

4.3: Simplifying Algebraic Expressions

( \newcommand{\kernel}{\mathrm{null}\,}\)

Recall the commutative and associative properties of multiplication.

The Commutative Property of Multiplication. If a and b are any integers, then

a · b = b · a, or equivalently, ab = ba.

The Associative Property of Multiplication. If a, b, and c are any integers, then

(a · b) · c = a · (b · c), or equivalently, (ab)c = a(bc).

The commutative property allows us to change the order of multiplication without affecting the product or answer. The associative property allows us to regroup without affecting the product or answer.

Example 1

Simplify: 2(3x).

Solution

Use the associative property to regroup, then simplify.

2(3x)=(23)x  Regrouping with the associative property.=6x  Simplify: 23=6.

Exercise

Simplify: −5(7y)

Answer

−35y

The statement 2(3x)=6x is an identity. That is, the left-hand side and right-hand side of 2(3x)=6x are the same for all values of x. Although the derivation in Example 1 should be the proof of this statement, it helps the intuition to check the validity of the statement for one or two values of x.

If x = 4, then

2(3x)=2(3(4))and6x=6(4)=2(12)=24=24

If x = −5, then

2(3x)=2(3(5))and6x=6(5)=2(15)=30=30

The above calculations show that 2(3x)=6x for both x = 4 and x = −5. Indeed, the statement 2(3x)=6x is true, regardless of what is substituted for x.

Example 2

Simplify: (−3t)(−5).

Solution

In essence, we are multiplying three numbers, −3, t, and −5, but the grouping symbols ask us to multiply the −3 and the t first. The associative and commutative properties allow us to change the order and regroup.

(3t)(5)=((3)(5))t  Change the order and regroup.=15t  Multiply: (3)(5)=15.

Exercise

Simplify: (−8a)(5)

Answer

−40a

Example 3

Simplify: (−3x)(−2y)

Solution

In essence, we are multiplying four numbers, −3, x, −2, and y, but the grouping symbols specify a particular order. The associative and commutative properties allow us to change the order and regroup.

(3x)(2y)=((3)(2))(xy)  Change the order and regroup.=6xy  Multiply: (3)(2)=6.

Exercise

Simplify: (−4a)(5b)

Answer

−20ab

Speeding Things Up

The meaning of the expression 2 · 3 · 4 is clear. Parentheses and order of operations are really not needed, as the commutative and associative properties explain that it doesn’t matter which of the three numbers you multiply together first.

  • You can multiply 2 and 3 first:

234=(23)4=64=24.

  • Or you can multiply 3 and 4 first:

234=2(34)=212=24.

  • Or you can multiply 2 and 4 first:

234=(24)3=83=24.

So, it does not matter which two factors you multiply first.

Of course, this would not be the case if there were a mixture of multiplication and other operators (division, addition, subtraction). Then we would have to strictly follow the “Rules Guiding Order of Operations.” But if the only operator is multiplication, the order of multiplication is irrelevant.

Thus, when we see 2(3x), as in Example 1, we should think “It’s all multiplication and it doesn’t matter which two numbers I multiply together first, so I’ll multiply the 2 and the 3 and get 2(3x)=6x.”

Our comments apply equally well to a product of four or more factors. It simply doesn’t matter how you group the multiplication. So, in the case of (−3x)(−2y), as in Example 3, find the product of −2 and −3 and multiply the result by the product of x and y. That is, (−3x)(−2y)=6xy.

Example 4

Simplify: (2a)(3b)(4c).

Solution

The only operator is multiplication, so we can order and group as we please. So, we’ll take the product of 2, 3, and 4, and multiply the result by the product of a, b, and c. That is,

(2a)(3b)(4c)=24abc

Exercise

Simplify: (−3x)(−2y)(−4z)

Answer

−24xyz.

The Distributive Property

Multiplication is distributive with respect to addition.

The Distributive Property

If a, b, and c are any integers, then

a · (b + c) = a · b + a · c, or equivalently, a(b + c) = ab + ac.

For example, if we follow the “Rules Guiding Order of Operations” and first evaluate the expression inside the parentheses, then

3(4+5)=3(9)  Parentheses first: 4+5=9.=27.  Multiply: 3(9)=27.

But if we “distribute” the 3, we get the same answer.

3(4+5)=3(4+5)  Each number in parentheses is multiplied by the number 3 outside the parentheses.=3(4)+3(5) =12+15  Multiply first: 3(4)=12, 3(5)=15.=27  Add.

Example 5

Use the distributive property to simplify: 3(4x + 5).

Solution

Distribute the 3.

3(4x+5)=3(4x)+3(5)  Each number in parentheses is multiplied by the number 3 outside the parentheses.=12x+15  Multiply first: 3(4x)=12x, 3(5)=15.

Exercise

Use the distributive property to simplify: 2(5z+7).

Answer

10z + 14

Multiplication is also distributive with respect to subtraction.

The Distributive Property

If a, b, and c are any integers, then

a · (bc) = a · ba · c, or equivalently, a(bc) = abac.

The application of this form of the distributive property is identical to the first, the only difference being the subtraction symbol.

Example 6

Use the distributive property to simplify: 5(3x − 2).

Solution

Distribute the 5.

5(3x2)=5(3x)5(2)  Each number in parentheses is multiplied  by the number 5 outside the parentheses.=15x10  Multiply first: 5(3x)=15x,5(2)=10.

Exercise

Use the distributive property to simplify: 7(4a − 5).

Answer

28a − 35

Example 7

Remove parentheses: (a) −9(2t + 7), and (b) −5(4 − 3y).

Solution

a) Use the distributive property.

9(2t+7)=9(2t)+(9)(7)  Distribute multiplication by 9.=18t+(63)  Multiply: 9(2t)=18t and 9(7)=63.=18t63  Write the answer in simpler form.  Adding 63 is the same as subtracting 63.

b) Use the distributive property.

5(43y)=5(4)(5)(3y)  Distribute multiplication by 5.=20(15y)  Multiply: 5(4)=20 and 5(3y)=15y.=18t63  Write the answer in simpler form.  Subtracting 15y is the same as adding 15y.

Exercise

Remove parentheses: −3(4t − 11).

Answer

−12t + 33

Writing Mathematics

Example 7 stresses the importance of using as few symbols as possible to write your final answer. Hence, −18t − 63 is favored over −18t + (−63) and −20 + 15y is favored over −20 − (−15y). You should always make these final simplifications.

Moving a Bit Quicker

Once you’ve applied the distributive property to a number of problems, showing all the work as in Example 7, you should try to eliminate some of the steps. For example, consider again Example 7(a). It’s not difficult to apply the distributive property without writing down a single step, getting:

9(2t+7)=18t63.

Here’s the thinking behind this technique:

  1. First, multiply −9 times 2t, getting −18t.
  2. Second, multiply −9 times +7, getting −63.

Note that this provides exactly the same solution found in Example 7(a).

Let try this same technique on Example 7(b).

5(43y)=20+15y

Here’s the thinking behind this technique.

  1. First, multiply −5 times 4, getting −20.
  2. Second, multiply −5 times −3y, getting +15y.

Note that this provides exactly the same solution found in Example 7(b).

Extending the Distributive Property

Suppose that we add an extra term inside the parentheses.

Distributive Property

If a, b, c, and d are any integers, then

a(b + c + d) = ab + ac + ad.

Note that we “distributed” the a times each term inside the parentheses. Indeed, if we added still another term inside the parentheses, we would “distribute” a times that term as well.

Example 8

Remove parentheses: −5(2x − 3y + 8).

Solution

We will use the “quicker” technique, “distributing” −5 times each term in the parentheses mentally.

5(2x3y+8)=10x+15y40

Here is our thought process:

  1. First, multiply −5 times 2x, getting −10x.
  2. Second, multiply −5 times −3y, getting +15y.
  3. Third, multiply −5 times +8, getting −40.

Exercise

Remove parentheses: −3(4a − 5b + 7)

Answer

−12a + 15b − 21

Example 9

Remove parentheses: −4(−3a + 4b − 5c + 12).

Solution

We will use the “quicker” technique, “distributing” −4 times each term in the parentheses mentally.

4(3a+4b5c+12)=12a16b+20c48

Here is our thought process:

  1. First, multiply −4 times −3a, getting 12a.
  2. Second, multiply −4 times +4b, getting −16b.
  3. Third, multiply −4 times −5c, getting +20c.
  4. Fourth, multiply −4 times +12, getting −48.

Exercise

Remove parentheses: −2(−2x + 4y − 5z − 11).

Answer

4x − 8y + 10z + 22

Distributing a Negative

It is helpful to recall that negating is equivalent to multiplying by −1.

Multiplying by −1

Let a be any integer, then

(−1)a = −a and −a = (−1)a.

We can use this fact, combined with the distributive property, to negate a sum.

Example 10

Remove parentheses: −(a + b).

Solution

Change the negative symbol into multiplying by −1, then distribute the −1.

(a+b)=(1)(a+b)  Negating is equivalent to multiplying by 1.=ab  Distribute the 1.

We chose to use the “quicker” technique of “distributing” the −1. Here is our thinking:

  1. Multiply −1 times a, getting −a.
  2. Multiply −1 times +b, getting −b.

Exercise

Remove parentheses: −(4a − 3c)

Answer

−4a + 3c

The results in Example 10 and Example 11 show us how to negate a sum: Simply negate each term of the sum. Positive terms change to negative, negative terms turn to positive.

Negating a Sum

To negate a sum, simply negate each term of the sum. For example, if a and b are integers, then

−(a + b) = −ab and − (ab) = −a + b.

Example 12

Remove parentheses: −(5 − 7u + 3t).

Solution

Simply negate each term in the parentheses.

\[−(5 − 7u + 3t) = −5+7u − 3t\nonumber \]

Exercise

Remove parentheses: −(5 − 2x + 4y − 5z)

Answer

−5+2x − 4y + 5z

 

 

Exercises

Use the associative and commutative properties of multiplication to simplify the expression.

1. 10(−4x)

3. (−10x)(−3)

7. (−4x)10

9. (5x)3

15. 6(2x)

Simplify the expression.

21. 8(7x + 8)

23. 9(−2 + 10x)

27. 2(10 + x)

29. 3(3 + 4x)

31. −(−5 − 7x + 2y)

33. 4(−6x + 7)

35. 4(8x − 9)

41. −(6x + 2 − 10y)

 

 

 

 

 

Answers

1. −40x

3. 30x

7. −40x

9. 15x

15. 12x

21. 56x + 64

23. −18 + 90x

27. 20 + 2x

29. 9 + 12x

31. 5+7x − 2y

33. −24x + 28

35. 32x − 36

41. −6x − 2 + 10y

 


This page titled 4.3: Simplifying Algebraic Expressions is shared under a CC BY-NC-SA 3.0 license and was authored, remixed, and/or curated by David Arnold.

Support Center

How can we help?