Associative, Commutative, and Distributive Properties
There are many times in algebra when you need to simplify an expression. The properties of real numbers provide tools to help you take a complicated expression and simplify it.
The associative, commutative, and distributive properties of algebra are the properties most often used to simplify algebraic expressions. You will want to have a good understanding of these properties to make the problems in algebra easier to solve.
You may encounter daily routines in which the order of tasks can be switched without changing the outcome. For example, think of pouring a cup of coffee in the morning. You would end up with the same tasty cup of coffee whether you added the ingredients in either of the following ways:
The order that you add ingredients does not matter. In the same way, it does not matter whether you put on your left shoe or right shoe first before heading out to work. As long as you are wearing both shoes when you leave your house, you are on the right track!
In mathematics, we say that these situations are commutative—the outcome will be the same (the coffee is prepared to your liking; you leave the house with both shoes on) no matter the order in which the tasks are done.
Likewise, the commutative property of additionTwo real numbers can be added in any order without changing the sum. For example, `6 + 4 = 4 + 6`. states that when two numbers are being added, their order can be changed without affecting the sum. For example, `30 + 25` has the same sum as `25 + 30`.
`30 + 25 = 55`
`25 + 30 = 55`
Multiplication behaves in a similar way. The commutative property of multiplication Two real numbers can be multiplied in any order without changing the product. For example, `8 * 9 = 9 * 8`. states that when two numbers are being multiplied, their order can be changed without affecting the product. For example, `7 * 12` has the same product as `12 * 7`.
`7 * 12 = 84`
`12 * 7 = 84`
These properties apply to all real numbers. Let’s take a look at a few addition examples.
Original Equation |
Rewritten Equation |
`1.2 + 3.8 = 5` |
`3.8 + 1.2 = 5` |
`1/2+1/8=5/8` |
`1/8+1/2=5/8` |
`14 + (-10) = 4` |
`(-10) + 14 = 4` |
`1/3+(-1 2/3)=-1 1/3` |
`(-1 2/3)+1/3=-1 1/3` |
`(-5.2) + (-3.6) = -8.8` |
`(-3.6) + (-5.2) = -8.8` |
Commutative Property of Addition |
|
For any real numbers `a` and `b`, `a + b = b + a`. |
Subtraction is not commutative. For example, `4 - 7` does not have the same difference as `7 - 4`. `"The" - "sign"` here means subtraction.
However, recall that `4 - 7` can be rewritten as `4 + (-7)`, since subtracting a number is the same as adding its opposite. Applying the commutative property for addition here, you can say that `4 + (-7)` is the same as `(-7) + 4`. Notice how this expression is very different than `7 - 4`.
Now look at some multiplication examples.
Original Equation |
Rewritten Equation |
`4.5 * 2 = 9` |
`2 * 4.5 = 9` |
`(-5) * 3 = -15` |
`3 * (-5) = -15` |
`1/5*5=1` |
`5*1/5=1` |
`(-1/4)*(-8/10)=1/5` |
`(-8/10)*(-1/4)=1/5` |
Commutative Property of Multiplication |
|
For any real numbers `a` and `b`, `a * b = b * a`.
|
Order does not matter as long as the two quantities are being multiplied together. This property works for real numbers and for variables that represent real numbers.
Just as subtraction is not commutative, neither is division commutative. `4-:2` does not have the same quotient as `2-:4`.
Example |
||
Problem
|
Write the expression `(-15.5) + 35.5` in a different way, using the commutative property of addition, and show that both expressions result in the same answer. |
|
```(-15.5) + 35.5 = 20` |
Adding. |
|
`35.5 + (-15.5)` |
Using the commutative property, you can switch the `-15.5` and the `35.5` so that they are in a different order. |
|
`35.5 + (-15.5)` `35.5 - 15.5 = 20` |
Adding `35.5` and `-15.5` is the same as subtracting `15.5` from `35.5`. The sum is `20`. |
|
Answer `(-15.5) + 35.5 = 20` and `35.5 + (-15.5) = 20` |
||
Rewrite `52 * y` in a different way, using the commutative property of multiplication. Note that `y` represents a real number.
A) `5y * 2`
B) `52y`
C) `26 * 2 * y`
D) `y * 52`
|
The associative property of additionFor three or more real numbers, the sum is the same regardless of how you group the numbers. For example, `(6 + 2) + 1 = 6 + (2 + 1)`. states that numbers in an addition expression can be grouped in different ways without changing the sum. You can remember the meaning of the associative property by remembering that when you associate with family members, friends, and co-workers, you end up forming groups with them.
Below are two ways of simplifying the same addition problem. In the first example, `4` is grouped with `5`, and `4 + 5 = 9`.
`4 + 5 + 6 = 9 + 6 = 15`
Here, the same problem is worked by grouping `5` and `6` first, `5 + 6 = 11`.
`4 + 5 + 6 = 4 + 11 = 15`
In both cases, the sum is the same. This illustrates that changing the grouping of numbers when adding yields the same sum.
Mathematicians often use parentheses to indicate which operation should be done first in an algebraic equation. The addition problems from above are rewritten here, this time using parentheses to indicate the associative grouping.
`(4 + 5) + 6 = 9 + 6 = 15`
`4 + (5 + 6) = 4 + 11 = 15`
It is clear that the parentheses do not affect the sum; the sum is the same regardless of where the parentheses are placed.
Associative Property of Addition |
|
For any real numbers `a`, `b`, and `c`, `(a + b) + c = a + (b + c)`.
|
The example below shows how the associative property can be used to simplify expressions with real numbers.
Example |
||||
Problem
|
Rewrite `7 + 2 + 8.5 - 3.5` in two different ways using the associative property of addition. Show that the expressions yield the same answer. |
|||
`7 + 2 + 8.5 - 3.5`
`7 + 2 + 8.5 + (-3.5)` |
|
The associative property does not apply to expressions involving subtraction. So, re-write the expression as addition of a negative number. |
||
`(7 + 2) + 8.5 + (-3.5)` `9 + 8.5 + (-3.5)` `17.5 + (-3.5)` `17.5 - 3.5 = 14`
|
|
Group `7` and `2`, and add them together. Then, add `8.5` to that sum. Finally, add `-3.5`, which is the same as subtracting `3.5`. Subtract `3.5`. The sum is `14`. |
||
`7 + 2 + (8.5 + (-3.5))` `7 + 2 + 5` `9 + 5` `14` |
|
Group `8.5` and `-3.5`, and add them together to get `5`. Then add `7` and `2`, and add that sum to the `5`. The sum is `14`.
|
||
Answer `(7 + 2) + 8.5 - 3.5 = 14` and `7 + 2 + (8.5 + (-3.5))=14` |
||||
Multiplication has an associative property that works exactly the same as the one for addition. The associative property of multiplication For three or more real numbers, the product is the same regardless of how you group the numbers. For example, `(3 * 5) * 7 = 3 * (5 * 7)`. states that numbers in a multiplication expression can be regrouped using parentheses. For example, the expression below can be rewritten in two different ways using the associative property.
Original expression: `-5/2*6*4`
Expression `1`: `(-5/2*6)*4=(-30/2)*4=-15*4=-60`
Expression `2`: `-5/2*(6*4)=-5/2*24=-120/2=-60`
The parentheses do not affect the product. The product is the same regardless of where the parentheses are.
Associative Property of Multiplication |
|
For any real numbers `a`, `b`, and `c`, `(a * b) * c = a * (b * c)`.
|
Rewrite `1/2*(5/6*6)` using only the associative property.
A) `(1/2*5/6)*6`
B) `(5/6*6)*1/2`
C) `6*(5/6*1/2)`
D) `1/2*5`
|
You will find that the associative and commutative properties are helpful tools in algebra, especially when you evaluate expressions. Using the commutative and associative properties, you can reorder terms in an expression so that compatible numbers are next to each other and grouped together. Compatible numbers are numbers that are easy for you to compute, such as `5 + 5`, or `3 * 10`, or `12 - 2`, or `100-:20`. (The main criteria for compatible numbers is that they “work well” together.) The two examples below show how this is done.
Example |
||||
Problem |
|
Evaluate the expression `4*(x*27)` when `x=-3/4`. |
||
`4*(x*27)` |
|
Original expression. |
||
`4*((-3/4)*27)` |
|
Substitute `-3/4` for `x`. |
||
`(4*(-3/4))*27`
`(-12/4)*27`
|
|
Use the associative property of multiplication to regroup the factors so that `4` and `-3/4` are next to each other. Multiplying `4` by `-3/4` first makes the expression a bit easier to evaluate than multiplying `-3/4` by `27`. |
||
`-3*27=-81`
|
|
Multiply. `4` times `-3/4=-3`, and `-3` times `27` is `-81`. |
||
Answer `4*(x*27)=-81` when `x=(-3/4)` |
||||
Example |
|||||
Problem |
Simplify: `4 + 12 + 3 + 4 - 8` |
|
|||
`4 + 12 + 3 + 4 - 8` |
Original expression. |
||||
`12 + 3 + 4 + 4 + (-8)`
|
Identify compatible numbers. `4 + 4` is `8`, and there is a `-8` present. Recall that you can think of `-8` as `+(-8)`. Use the commutative property of addition to group them together. |
||||
`12 + 3 + (4 + 4 + (-8))`
|
|
Use the associative property to group `4 + 4 + (-8)`. |
|||
`12 + 3 + 0` |
|
Add `4 + 4 + (-8)`. |
|||
`12 + 3 + 0 = 15` |
|
Add the rest of the terms. |
|||
Answer |
`4 + 12 + 3 + 4 - 8 = 15` |
||||
Simplify the expression: `-5 + 25 - 15 + 2 + 8`
A) `5`
B) `15`
C) `30`
D) `55`
|
The distributive property of multiplicationThe product of a sum (or a difference) and a number is the same as the sum (or difference) of the product of each addend (or each number being subtracted) and the number. For example, `3(4 + 2) = 3(4) + 3(2)`, and `3(4 - 2) = 3(4) - 3(2)`. is a very useful property that lets you rewrite expressions in which you are multiplying a number by a sum or difference. The property states that the product of a sum or difference, such as `6(5 - 2)`, is equal to the sum or difference of products, in this case, `6(5) - 6(2)`.
`6(5 - 2) = 6(3) = 18`
`6(5) - 6(2) = 30-12 = 18`
The distributive property of multiplication can be used when you multiply a number by a sum. For example, suppose you want to multiply `3` by the sum of `10 + 2`.
`3(10 + 2)=?`
According to this property, you can add the numbers `10` and `2` first and then multiply by `3`, as shown here: `3(10 + 2) = 3(12) = 36`. Alternatively, you can first multiply each addend by the `3` (this is called distributingTo rewrite the product of the number and a sum or difference using the distributive property. the `3`), and then you can add the products. This process is shown here.
`3(10 + 2) = 3(12) = 36`
`3(10) + 3(2) = 30+6 = 36`
The products are the same.
Since multiplication is commutative, you can use the distributive property regardless of the order of the factors.
The Distributive Properties |
|
For any real numbers `a`, `b`, and `c`: |
|
Multiplication distributes over addition: `a(b + c) = ab+ac` |
Multiplication distributes over subtraction: `a(b - c) = ab-ac`
|
Rewrite the expression `10(9 - 6)` using the distributive property.
A) `10(6) - 10(9)`
B) `10(3)`
C) `10(6 - 9)`
D) `10(9) - 10(6)`
|
As long as variables represent real numbers, the distributive property can be used with variables. The distributive property is important in algebra, and you will often see expressions like this: `3(x - 5)`. If you are asked to expand this expression, you can apply the distributive property just as you would if you were working with integers.
Remember, when you multiply a number and a variable, you can just write them side by side to express the multiplied quantity. So, the expression “three times the variable `x`” can be written in a number of ways: `3x`, `3(x)`, or `3 * x`.
Example |
||
Problem
|
Use the distributive property to expand the expression `9(4 + x)`. |
|
`9(4 + x)`
`9(4) + 9(x)`
`36 + 9x` |
Original expression.
Distribute the `9` and multiply.
Multiply. |
|
Answer `9(4 + x) = 36+9x` |
|
|
Example |
||
Problem
|
Use the distributive property to evaluate the expression `5(2x - 3)` when `x = 2`. |
|
`5(2x - 3)`
`5(2x) - 5(3)`
`10x - 15`
`10(2) - 15`
`20 - 15 = 5` |
Original expression.
Distribute the `5`.
Multiply.
Substitute `2` for `x`, and evaluate.
|
|
Answer When `x = 2`, `5(2x - 3) = 5.` |
||
In the example above, what do you think would happen if you substituted `x = 2` before distributing the `5`? Would you get the same answer of `5`? The example below shows what would happen.
Example |
||
Problem
|
Use the distributive property to evaluate the expression `5(2x - 3)` when `x = 2`. |
|
`5(2x - 3)`
`5(2(2) - 3)`
`5(4 - 3)` `5(4) - 5(3)`
`20 - 15 = 5` |
Original expression.
Substitute `2` for `x`.
Multiply.
Subtract and evaluate.
|
|
Answer When `x = 2`, `5(2x - 3) = 5`. |
||
The distributive property can also help you understand a fundamental idea in algebra: that quantities such as `3x` and `12x` can be added and subtracted in the same way as the numbers `3` and `12`. Let’s look at one example and see how it can be done.
Example |
||
Problem |
Add: `3x + 12x` |
|
`3(x) + 12(x)`
`x(3+12)`
`x(15)` or `15x` |
`3x` is `3` times `x`, and `12x` is `12` times `x`.
From studying the distributive property (and also using the commutative property), you know that `x(3 + 12)` is the same as `3(x)+12(x).`
Combine the terms within the parentheses: `3 + 12 = 15`.
|
|
Answer `3x + 12x = 15x` |
|
|
Do you see what happened? By thinking of the `x` as a distributed quantity, you can see that `3x + 12x = 15x`. (If you’re not sure about this, try substituting any number for `x` in this expression…you will find that it holds true!)
Groups of terms that consist of a coefficient multiplied by the same variable are called “like terms”. The table below shows some different groups of like terms:
Groups of Like Terms |
`3x`, `7x`, `-8x`, `-0.5x` |
`-1.1y`, `-4y`, `-8y` |
`12t`, `25t`, `100t`, `1t` |
`4ab`, `-8ab`, `2ab` |
Whenever you see like terms in an algebraic expression or equation, you can add or subtract them just like you would add or subtract real numbers. So, for example,
`10y + 12y = 22y`, and `8x - 3x - 2x = 3x`.
Be careful not to combine terms that do not have the same variable: `4x + 2y` is not `6xy`!
Example |
||
Problem |
Simplify: `10y + 5y + 9x - 6x - x`. |
|
`10y + 5y + 9x - 6x - x`
`15y + 2x`
|
There are like terms in this expression, since they all consist of a coefficient multiplied by the variable `x` or `y`. Note that `- x` is the same as `(-1)x`.
Add like terms. `10y + 5y = 15y`, and `9x - 6x - x = 2x`.
|
|
Answer `10y + 5y + 9x - 6x - x = 15y + 2x` |
||
Simplify: `12x - x + 2x - 8x`.
A) `23x`
B) `5`
C) `5x`
D) `x`
|
The commutative, associative, and distributive properties help you rewrite a complicated algebraic expression into one that is easier to deal with. When you rewrite an expression by a commutative property, you change the order of the numbers being added or multiplied. When you rewrite an expression using an associative property, you group a different pair of numbers together using parentheses. You can use the commutative and associative properties to regroup and reorder any number in an expression as long as the expression is made up entirely of addends or factors (and not a combination of them). The distributive property can be used to rewrite expressions for a variety of purposes. When you are multiplying a number by a sum, you can add and then multiply. You can also multiply each addend first and then add the products together. The same principle applies if you are multiplying a number by a difference.