Commutative and Associative Properties

7.2 Commutative and Associative Properties

The topics covered in this section are:

  1. Use the commutative and associative properties
  2. Evaluate expressions using the commutative and associative properties
  3. Simplify expressions using the commutative and associative properties

In the next few sections, we will take a look at the properties of real numbers. Many of these properties will describe things you already know, but it will help to give names to the properties and define them formally. This way we’ll be able to refer to them and use them as we solve equations in the next chapter.

7.2.1 Use the Commutative and Associative Properties

Think about adding two numbers, such as $5$ and $3$.

$5+3$
$8$
$3+5$
$8$

The results are the same. $5+3=3+5$

Notice, the order in which we add does not matter. The same is true when multiplying $5$ and $3$.

$5 \cdot 3$
$15$
$3 \cdot 5$
$15$

Again, the results are the same! $5 \cdot 3 = 3 \cdot 5$. The order in which we multiply does not matter.

These examples illustrate the commutative properties of addition and multiplication.

COMMUTATIVE PROPERTIES

Commutative Property of Addition: if $a$ and $b$ are real numbers, then

$a+b=b+a$

Commutative Property of Multiplication: if $a$ and $b$ are real numbers, then

$a \cdot b = b \cdot a$

The commutative properties have to do with order. If you change the order of the numbers when adding or multiplying, the result is the same.

Example 1

Use the commutative properties to rewrite the following expressions:

  1. $-1+3=$_____
  2. $4 \cdot 9 =$_____
Solution

Part 1.
$-1+3=$_____
Use the commutative property of addition to change the order.$-1+3=3+(-1)$
Part 2.
$4 \cdot 9 =$_____
Use the commutative property of multiplication to change the order.$4 \cdot 9 = 9 \cdot 4$

What about subtraction? Does order matter when we subtract numbers? Does $7-3$ give the same result as $3-7$?

$7-3$
$4$
$3-7$
$-4$
$4 \neq -4$

The results are not the same. $7-3 \neq 3-7$

Since changing the order of the subtraction did not give the same result, we can say that subtraction is not commutative.

Let’s see what happens when we divide two numbers. Is division commutative?

$13 \div 4$
$\frac{12}{4}$
$3$
$4 \div 12$
$\frac{4}{12}$
$\frac{1}{3}$
$3 \neq \frac{1}{3}$

The results are not the same. So $12 \div 4 \neq 4 \div 12$

Since changing the order of the division did not give the same result, division is not commutative.

Addition and multiplication are commutative. Subtraction and division are not commutative.

Suppose you were asked to simplify this expression.

$7+8+2$

How would you do it and what would your answer be?

Some people would think $7+8$ is $15$ and then $15+2$ is $17$. Others might start with $8+2$ makes $10$ and then $7+10$ makes $17$.

Both ways give the same result, as shown in Figure 7.3. (Remember that parentheses are grouping symbols that indicate which operations should be done first.)

The image shows an equation. The left side of the equation shows the quantity 7 plus 8 in parentheses plus 2. The right side of the equation show 7 plus the quantity 8 plus 2. Each side of the equation is boxed separately in red. Each box has an arrow pointing from the box to the number 17 below.
Figure 7.3

When adding three numbers, changing the grouping of the numbers does not change the result. This is known as the Associative Property of Addition.

The same principle holds true for multiplication as well. Suppose we want to find the value of the following expression:

$5 \cdot \frac{1}{3} \cdot 3$

Changing the grouping of the numbers gives the same result, as shown in Figure 7.4.

The image shows an equation. The left side of the equation shows the quantity 5 times 1 third in parentheses times 3. The right side of the equation show 5 times the quantity 1 third times 3. Each side of the equation is boxed separately in red. Each box has an arrow pointing from the box to the number 5 below.
Figure 7.4

When multiplying three numbers, changing the grouping of the numbers does not change the result. This is known as the Associative Property of Multiplication.

If we multiply three numbers, changing the grouping does not affect the product.

You probably know this, but the terminology may be new to you. These examples illustrate the Associative Properties.

ASSOCIATIVE PROPERTIES

Associative Property of Addition: if $a,b$ and $c$ are real numbers, then

$(a+b)+c=a+(b+c)$

Associative Property of Multiplication: if $a,b$ and $c$ are real numbers, then

$(a \cdot b) \cdot c = a \cdot (b \cdot c)$

Example 2

Use the associative properties to rewrite the following:

  1. $(3+.06)+0.4=$__________
  2. $(-4 \cdot \frac{2}{5}) \cdot 15=$__________
Solution

Part 1.
$(3+0.6)+0.4=$__________
Change the grouping.$(3+0.6)+0.4=3+(0.6+0.4)$

Notice that $0.6+0.4$ is $1$, so the addition will be easier if we group as shown on the right.

Part 2.
$(-4 \cdot \frac{2}{5}) \cdot 15=$__________
Change the grouping.$(-4 \cdot \frac{2}{5}) \cdot 15 = -4 \cdot (\frac{2}{5} \cdot 15)$

Notice that $\frac{2}{5} \cdot 15$ is $6$. The multiplication will be easier if we group as shown on the right.

Besides using the associative properties to make calculations easier, we will often use it to simplify expressions with variables.

Example 3

Use the Associative Property of Multiplication to simplify: $6(3x)$.

Solution

$6(3x)$
Change the grouping.$(6 \cdot 3)x$
Multiply in the parentheses.$18x$

Notice that we can multiply $6 \cdot 3$, but we could not multiply $3 \cdot x$ without having a value for $x$.

7.2.2 Evaluate Expressions using the Commutative and Associative Properties

The commutative and associative properties can make it easier to evaluate some algebraic expressions. Since order does not matter when adding or multiplying three or more terms, we can rearrange and re-group terms to make our work easier, as the next several examples illustrate.

Example 4

Evaluate each expression when $x= \frac{7}{8}$.

  1. $x+0.37+(-x)$
  2. $x+(-x)+0.37$
Solution

Part 1.
$x+0.37+(-x)$
Substitute $\frac{7}{8}$ for $x$.$\frac{7}{8} + 0.37 + (- \frac{7}{8} )$
Convert fractions to decimals.$0.875+0.37+(-0.875)$
Add left to right.$1.245-0.875$
Subtract.$0.37$
Part 2.
$x+(-x)+0.37$
Substitute $\frac{7}{8}$ for $x$.$\frac{7}{8} + (- \frac{7}{8} ) +0.37$
Add opposites first.$0.37$

What was the difference between Part 1. and Part 2.? Only the oder changed. By the Commutative Property of Addition, $x+0.37+(-x)=x+(-x)+0.37$. But wasn’t Part 2. much easier?

Let’s do one more, this time with multiplication.

Example 5

Evaluate each expression when $n=17$.

  1. $\frac{4}{3} ( \frac{3}{4} n)$
  2. $(\frac{4}{3} \cdot \frac{3}{4} )n$
Solution

Part 1.
$\frac{4}{3} (\frac{3}{4} n)$
Substitue $17$ for $n$.$\frac{4}{3} (\frac{3}{4} \cdot 17)$
Multiply in the parentheses first.$\frac{4}{3} (\frac{51}{4})$
Multiply again.$17$
Part 2.
$\frac{4}{3} (\frac{3}{4} n)$
Substitue $17$ for $n$.$(\frac{4}{3} \cdot \frac{3}{4} ) \cdot 17$
Multiply. The product of reciprocals is $1$.$(1) \cdot 17$
Multiply again.$17$

What was the difference between Part 1. and Part 2. here? Only the grouping changed. By the Associative Property of Multiplication, $\frac{4}{3} (\frac{3}{4} \cdot n) = (\frac{4}{3} \cdot \frac{3}{4} )n$. By carefully choosing how to group the factors, we can make the work easier.

7.2.3 Simplify Expressions Using the Commutative and Associative Properties

When we have to simplify algebraic expressions, we can often make the work easier by applying the Commutative or Associative Property first instead of automatically following the order of operations. Notice that in Example 4 Part 2. was easier to simplify than Part 1. because the opposites were next to each other and their sum is $0$. Likewise, Part 2. in Example 5 was easier, with the reciprocals grouped together, because their product is 1.1. In the next few examples, we’ll use our number sense to look for ways to apply these properties to make our work easier.

Example 6

Simplify: $-84n+(-37n)+84n$.

Solution

Notice the first and third terms are opposites, so we can use the commutative property of addition to reorder the terms.

$-84n+(-73n)+84n$
Re-order the terms.$-84n+84n+(-73n)$
Add left to right.$0+(-73n)$
Add.$-73n$


39𝑥+(−92𝑥)+(−39𝑥).39x+(−92x)+(−39x).

Now we will see how recognizing reciprocals is helpful. Before multiplying left to right, look for reciprocals—their product is $1$.

Example 7

Simplify: $\frac{7}{15} \cdot \frac{8}{23} \cdot \frac{15}{7}$.

Solution

$\frac{7}{15} \cdot \frac{8}{23} \cdot \frac{15}{7}$
Re-order the terms.$\frac{7}{15} \cdot \frac{15}{7} \cdot \frac{8}{23}$
Multiply left to right.$1 \cdot \frac{8}{23}$
Multiply.$\frac{8}{23}$

In expressions where we need to add or subtract three or more fractions, combine those with a common denominator first.

Example 8

Simplify: $(\frac{5}{13} + \frac{3}{4}) + \frac{1}{4}$.

Solution

Notice that the second and third terms have a common denominator, so this work will be easier if we change the grouping.

$(\frac{15}{3} + \frac{3}{4} ) + \frac{1}{4}$
Group the terms with a common denominator.$\frac{5}{13} + (\frac{3}{4} + \frac{1}{4})$
Add in the parentheses first.$\frac{5}{13} + (\frac{4}{4})$
Simplify the fraction.$\frac{15}{3} + 1$
Add.$1 \frac{5}{13}$
Convert to an improper fraction.$\frac{18}{13}$

When adding and subtracting three or more terms involving decimals, look for terms that combine to give whole numbers.

Example 9

Simplify: $(6.47q+9.99q)+1.01q$.

Solution

Notice that the sum of the second and third coefficients is a whole number.

$(6.47q+9.99q)+1.01q$
Change the grouping.$6.47q+(9.99q+1.01q)$
Add in the parentheses first.$6.47q+(11.00q)$
Add.$17.47q$

Many people have good number sense when they deal with money. Think about adding $99$ cents and $1$ cent. Do you see how this applies to adding $9.99+1.01$?

No matter what you are doing, it is always a good idea to think ahead. When simplifying an expression, think about what your steps will be. The next example will show you how using the Associative Property of Multiplication can make your work easier if you plan ahead.

Example 10

Simplify the expression: $[1.67(8)](0.25)$.

Solution

Notice that multiplying $(8)(0.25)$ is easier than multiplying $1.67(8)$ because it gives a whole number. (Think about having $8$ quarters—that makes $ \$ 2$.)

$[1.67(8)](0.25)$
Regroup.$1.67[(8)(0.25)]$
Multiply in the brackets first.$1.67[2]$
Multiply.$3.34$

When simplifying expressions that contain variables, we can use the commutative and associative properties to re-order or regroup terms, as shown in the next pair of examples.

Example 11

Simplify: $6(9x)$.

Solution

$6(9x)$
Use the associative property of multiplication to re-group.$(6 \cdot 9) x$
Multiply in the parentheses.$54x$

In The Language of Algebra, we learned to combine like terms by rearranging an expression so the like terms were together. We simplified the expression $3x+7+4x+5$ by rewriting it as $3x+4x+7+5$ and then simplified it to $7x+12$. We were using the Commutative Property of Addition.

Example 12

Simplify: $18p+6q+(-15p)+5q$.

Solution

Use the Commutative Property of Addition to re-order so that like terms are together.

$18p+6q+(-15p)+5q$
Re-order terms.$18p+(-15p)+6q+5q$
Combine like terms.$3p+11q$
Licenses and Attributions

CC Licensed Content, Original

  • Revision and Adaptation. Provided by: Minute Math. License: CC BY 4.0

CC Licensed Content, Shared Previously

0
YOUR CART
  • No products in the cart.
%d bloggers like this: