1.7 Properties of Real Numbers
Learning Objectives
By the end of this section, you will be able to:
- Use the commutative and associative properties
- Use the identity and inverse properties of addition and multiplication
- Use the properties of zero
- Simplify expressions using the distributive property
Use the Commutative and Associative Properties
Think about adding two numbers, say [latex]5[/latex] and [latex]3[/latex]. The order we add them doesn’t affect the result, does it?
[latex]5+3[/latex] | [latex]3+5[/latex] |
[latex]8[/latex] | [latex]8[/latex] |
[latex]5+3[/latex] | [latex]3+5[/latex] |
The results are the same.
As we can see, the order in which we add does not matter!
What about multiplying [latex]5[/latex] and [latex]3[/latex]?
[latex]5\times3[/latex] | [latex]3\times5[/latex] |
[latex]15[/latex] | [latex]15[/latex] |
[latex]5\times3=3\times5[/latex]
Again, the results are the same!
The order in which we multiply does not matter!
These examples illustrate the commutative property. When adding or multiplying, changing the order gives the same result.
Commutative Property
of Addition | if [latex]a[/latex], [latex]b[/latex] are real numbers, then [latex]a+b=b+a[/latex] |
---|---|
of Multiplication | if [latex]a[/latex], [latex]b[/latex] are real numbers, then [latex]a \times b = b \times a[/latex] |
The commutative property has to do with order. If you change the order of the numbers when adding or multiplying, the result is the same.
What about subtraction? Does order matter when we subtract numbers? Does [latex]7-3[/latex] give the same result as [latex]3-7[/latex]?
[latex]7-3[/latex] | [latex]3-7[/latex] |
[latex]4[/latex] | [latex]-4[/latex] |
[latex]4\neq-4[/latex]
[latex]7-3\neq-3-7[/latex]
The results are not the same.
Since changing the order of the subtraction did not give the same result, we know that subtraction is not commutative.
Let’s see what happens when we divide two numbers. Is division commutative?
[latex]12\div4[/latex] | [latex]14\div12[/latex] |
[latex]\frac{12}4[/latex] | [latex]\frac{4}{12}[/latex] |
[latex]3[/latex] | [latex]\frac{1}3[/latex] |
The results are not the same. Since changing the order of the division did not give the same result, division is not commutative.
The commutative properties only apply to addition and multiplication!
- Addition and Multiplication are commutative.
- Subtraction and Division are not commutative.
If you were asked to simplify this expression, how would you do it and what would your answer be?
Some people would think [latex]7+8[/latex] is [latex]15[/latex] and then [latex]15+2[/latex] is [latex]17[/latex]. Others might start with [latex]8+2[/latex] makes [latex]10[/latex] and then [latex]7+10[/latex] makes [latex]17[/latex].
Either way gives the same result. Remember, we use parentheses as grouping symbols to indicate which operation should be done first.
[latex]\begin{align*} &\text{Add}\;7+8&(7+8)+2\\ &\text{Add}\;&15+2\\ &\;&17 \end{align*}[/latex]
[latex]\begin{align*} &\text{Add}\;8+2&7+(8+2)\\ &\text{Add}\;&7+10\\ &\;&17 \end{align*}[/latex]
[latex](7+8)+2=7+(8+2)[/latex]
When adding three numbers, changing the grouping of the numbers gives the same result.
This is true for multiplication, too.
[latex]\begin{align*} &\text{Multiply}\;5\cdot\frac13&\left(5\times\frac13\right)\times3\\ &\text{Multiply.}\;&\frac53\times3\\ &\;&5\end{align*}[/latex]
[latex]\begin{align*} &\text{Multiply}\;\frac13\cdot3&5\times\left(\frac13\times3\right)\\ &\text{Multiply.}\;&5\times1\\ &\;&5 \end{align*}[/latex]
[latex](5\times\frac{1}{3})\times3=5\times(\frac{1}{3}\times3)[/latex]
When multiplying three numbers, changing the grouping of the numbers gives the same result.
You probably know this, but the terminology may be new to you. These examples illustrate the associative property.
Associative Property
of Addition | If [latex]a[/latex], [latex]b[/latex], [latex]c[/latex] are real numbers, then [latex](a+b)+c=a+(b+c)[/latex] |
---|---|
of Multiplication | If [latex]a[/latex], [latex]b[/latex], [latex]c[/latex] are real numbers, then [latex](a\times b)\times c=a\times(b\times c)[/latex] |
When adding or multiplying, changing the grouping gives the same result.
Let’s think again about multiplying [latex]5\times\frac{1}{3}\times3[/latex]. We got the same result both ways, but which way was easier? Multiplying [latex]\frac{1}{3}[/latex] and [latex]3[/latex] first, as shown above on the right side, eliminates the fraction in the first step. Using the associative property can make the math easier!
The associative property has to do with grouping. If we change how the numbers are grouped, the result will be the same. Notice it is the same three numbers in the same order—the only difference is the grouping.
We saw that subtraction and division were not commutative. They are not associative either.
When simplifying an expression, it is always a good idea to plan what the steps will be. In order to combine like terms in the next example, we will use the commutative property of addition to write the like terms together.
Example 1
Simplify: [latex]18p+6q+15p+5q[/latex]
Solution
Step 1: Use the commutative property of addition to re-order so that like terms are together.
Step 2: Add like terms.
[latex]33p+11q[/latex]
Try It
1) Simplify: [latex]23r+14s+9r+15s[/latex]
Solution
[latex]32r+29s[/latex]
2) Simplify: [latex]37m+21n+4m-15n[/latex]
Solution
[latex]41m+6n[/latex]
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. When adding or subtracting fractions, combine those with a common denominator first.
Example 2
Simplify: [latex](\frac5{13}+\frac34)+\frac14[/latex]
Solution
Step 1: Notice that the last [latex]2[/latex] terms have a common denominator, so change the grouping.
[latex]\frac5{13}+(\frac34+\frac14)[/latex]
Step 2: Add in parentheses first.
[latex]\frac5{13}+(\frac44)[/latex]
Step 3: Simplify the fraction.
[latex]\frac5{13}+(1)[/latex]
Step 4: Add.
[latex]1\frac5{13}[/latex]
Step 5: Convert to an improper fraction.
[latex]\frac{18}{13}[/latex]
Try It
3) Simplify: [latex](\frac{7}{15}+\frac{5}{8})+\frac{3}{8}[/latex]
Solution
[latex]1\frac{7}{15}[/latex]
4) Simplify: [latex](\frac{2}{9}+\frac{7}{12})+\frac{5}{12}[/latex]
Solution
[latex]1\frac{2}{9}[/latex]
Example 3
Use the associative property to simplify [latex]6(3x)[/latex].
Solution
Step 1: Change the grouping.
[latex](6\times3)x[/latex]
Step 2: Multiply in the parentheses.
[latex]18x[/latex]
Notice that we can multiply [latex]6\times 3[/latex] but we could not multiply [latex]3x[/latex] without having a value for [latex]x[/latex].
Try It
5) Use the associative property to simplify [latex]8(4x)[/latex]
Solution
[latex]32x[/latex]
6) Use the associative property to simplify [latex]-9(7y)[/latex]
Solution
[latex]-63y[/latex]
Use the Identity and Inverse Properties of Addition and Multiplication
What happens when we add [latex]0[/latex] to any number? Adding [latex]0[/latex] doesn’t change the value. For this reason, we call [latex]0[/latex] the additive identity.
For example,
[latex]13+0[/latex] | [latex]-14+0[/latex] | [latex]0+(-8)[/latex] |
[latex]13[/latex] | [latex]-14[/latex] | [latex]-8[/latex] |
These examples illustrate the Identity Property of Addition that states that for any real number, [latex]a[/latex], [latex]a+0=a[/latex] and [latex]0+a=a[/latex].
What happens when we multiply any number by one? Multiplying by [latex]1[/latex] doesn’t change the value. So we call [latex]1[/latex] the multiplicative identity.
For example,
[latex]43\times1[/latex] | [latex]-27\times1[/latex] | [latex]1\times\frac{3}{5}[/latex] |
[latex]43[/latex] | [latex]-27[/latex] | [latex]\frac{3}{5}[/latex] |
These examples illustrate the Identity Property of Multiplication that states that for any real number, [latex]a[/latex], [latex]a\cdot 1=a[/latex] and [latex]1\cdot a=a[/latex].
We summarize the Identity Properties below.
Identity Property
of addition for any real number [latex]a[/latex]: [latex]0[/latex] is the additive identity |
[latex]a+0=a[/latex] | [latex]0+a=a[/latex] |
of multiplication for any real number [latex]a[/latex]: [latex]1[/latex] is the additive identity |
[latex]a\times1=a[/latex] | [latex]1\times a=a[/latex] |
What number added to [latex]5[/latex] gives the additive identity, [latex]0[/latex]?
[latex]5+\underline{\hspace{0.5cm}}=0[/latex] We know that [latex]5+\left(-5\right)=0[/latex]
What number added to [latex]−6[/latex] gives the additive identity, [latex]0[/latex]?
[latex]-6+\underline{\hspace{0.5cm}}=0[/latex] We know [latex]\left(-6\right)+6=0[/latex]
Notice that in each case, the missing number was the opposite of the number!
We call [latex]−a[/latex] the additive inverse of [latex]a[/latex]. The opposite of a number is its additive inverse. A number and its opposite add to zero, which is the additive identity. This leads to the Inverse Property of Addition that states for any real number, [latex]a[/latex], [latex]a+(-a)=0[/latex]. Remember, a number and its opposite add to zero.
What number multiplied by [latex]\frac{2}{3}[/latex] gives the multiplicative identity, [latex]1[/latex]? In other words, [latex]\frac{2}{3}[/latex] times what results in [latex]1[/latex]?
[latex]\frac23\cdot\underline{\hspace{0.5cm}}=1[/latex] We know [latex]\frac23\cdot\frac32=1[/latex]
What number multiplied by [latex]2[/latex] gives the multiplicative identity, [latex]1[/latex]? In other words [latex]2[/latex] times what results in [latex]1[/latex]?
[latex]2\cdot\underline{\hspace{0.5cm}}=1[/latex] We know [latex]2\cdot\frac12=1[/latex]
Notice that in each case, the missing number was the reciprocal of the number!
We call [latex]\frac{1}{a}[/latex] the multiplicative inverse of [latex]a[/latex]. The reciprocal of a number is its multiplicative inverse. A number and its reciprocal multiply to one, which is the multiplicative identity. This leads to the Inverse Property of Multiplication that states that for any real number, [latex]a[/latex], [latex]a\neq0[/latex], [latex]a\times\frac{1}{a}=1[/latex].
We’ll formally state the inverse properties here:
Inverse Property
of addition | For any real number [latex]a[/latex], [latex]-a[/latex] is the additive inverse of [latex]a[/latex]. A number and its opposite add to zero. |
[latex]a+(-a)=0[/latex] |
---|---|---|
of multiplication | For any real number [latex]a[/latex], [latex]\frac{1}{a}[/latex] is the multiplicative inverse of [latex]a[/latex]. A number and its reciprocal multiply to one. |
[latex]a\times\frac{1}{a}=1[/latex] |
Example 4
Find the additive inverse of
a. [latex]\frac{5}{8}[/latex]
b. [latex]0.6[/latex]
c. [latex]-8[/latex]
d. [latex]\frac{4}{3}[/latex]
Solution
To find the additive inverse, we find the opposite.
a. The additive inverse of [latex]\frac{5}{8}[/latex] is the opposite of [latex]\frac{5}{8}[/latex] The additive inverse of [latex]\frac{5}{8}[/latex] is [latex]-\frac{5}{8}[/latex]
b. The additive inverse of [latex]0.6[/latex] is the opposite of [latex]0.6[/latex]. The additive inverse of [latex]0.6[/latex] is [latex]-0.6[/latex].
c. The additive inverse of [latex]-8[/latex] is the opposite of [latex]-8[/latex]. We write the opposite of [latex]-8[/latex] as [latex]-(-8)[/latex], and then simplify it to [latex]8[/latex]. Therefore, the additive inverse of [latex]-8[/latex] is [latex]8[/latex].
d. The additive inverse of [latex]-\frac{4}{3}[/latex] is the opposite of [latex]-\frac{4}{3}[/latex]. We write this as [latex]-(-\frac{4}{3})[/latex] and then simplify to [latex]\frac{4}{3}[/latex]. Thus, the additive inverse of [latex]-\frac{4}{3}[/latex] is [latex]\frac{4}{3}[/latex].
Try It
7) Find the additive inverse of:
a. [latex]\frac{7}{9}[/latex]
b. [latex]1.2[/latex]
c. [latex]-14[/latex]
d. [latex]-\frac{9}{4}[/latex]
Solution
a.[latex]-\frac{7}{9}[/latex]
b.[latex]-1.2[/latex]
c.[latex]14[/latex]
d.[latex]\frac{9}{4}[/latex]
8) Find the additive inverse of:
a. [latex]\frac{7}{13}[/latex]
b. [latex]8.4[/latex]
c. [latex]-46[/latex]
d. [latex]-\frac{5}{2}[/latex]
Solution
a. [latex]-\frac{7}{13}[/latex]
b.[latex]-8.4[/latex]
c.[latex]46[/latex]
d.[latex]\frac{5}{2}[/latex]
Example 5
Find the multiplicative inverse of
a. [latex]9[/latex]
b. [latex]-\frac{1}{9}[/latex]
c. [latex]0.9[/latex]
Solution
To find the multiplicative inverse, we find the reciprocal.
a. The multiplicative inverse of [latex]9[/latex] is the reciprocal of [latex]9[/latex], which is [latex]\frac{1}{9}[/latex]. Therefore, the multiplicative inverse of [latex]9[/latex] is [latex]\frac{1}{9}[/latex].
b. The multiplicative inverse of [latex]-\frac{1}{9}[/latex] is the reciprocal of [latex]-\frac{1}{9}[/latex] which is [latex]-9[/latex]. Thus, the multiplicative inverse of [latex]-\frac{1}{9}[/latex] is [latex]-9[/latex].
c.
Step 1: To find the multiplicative inverse of [latex]0.9[/latex], we first convert [latex]0.9[/latex] to a fraction
[latex]\frac{9}{10}[/latex]
Step 2: Then we find the reciprocal of the fraction.
The reciprocal of [latex]\frac{9}{10}[/latex] is [latex]\frac{10}{9}[/latex].
So the multiplicative inverse of [latex]0.9[/latex] is [latex]\frac{10}{9}[/latex].
Try It
9) Find the multiplicative inverse of
a. [latex]4[/latex]
b. [latex]-\frac{1}{7}[/latex]
c. [latex]0.3[/latex]
Solution
a. [latex]\frac{1}{4}[/latex]
b. [latex]-7[/latex]
c. [latex]\frac{10}{3}[/latex]
10) Find the multiplicative inverse of
a. [latex]18[/latex]
b. [latex]-\frac{4}{5}[/latex]
c. [latex]0.6[/latex]
Solution
a. [latex]\frac{1}{18}[/latex]
b. [latex]-\frac{5}{4}[/latex]
c. [latex]\frac{5}{3}[/latex]
Use the Properties of Zero
The identity property of addition says that when we add [latex]0[/latex] to any number, the result is that same number. What happens when we multiply a number by [latex]0[/latex]? Multiplying by [latex]0[/latex] makes the product equal zero.
Multiplication by Zero
For any real number [latex]a[/latex],
The product of any real number and [latex]0[/latex] is [latex]0[/latex].
What about division involving zero? What is [latex]0\div 3[/latex]? Think about a real example: If there are no cookies in the cookie jar and [latex]3[/latex] people are to share them, how many cookies does each person get? There are no cookies to share, so each person gets [latex]0[/latex] cookies. So, [latex]0\div 3=0[/latex]
We can check division with the related multiplication fact.
So we know [latex]0\div 3=0[/latex] because [latex]0\times3=0[/latex].
Division of Zero
For any real number, [latex]a[/latex], except [latex]0[/latex],
[latex]\frac{0}{a}=0[/latex] and [latex]0\div a=0[/latex].
Zero is divided by any real number except zero is zero.
Now think about dividing by zero. What is the result of dividing [latex]4[/latex] by [latex]0[/latex]? Think about the related multiplication fact: [latex]4\div 0=?[/latex] means [latex]?\times0=4[/latex] Is there a number that multiplied by [latex]0[/latex] gives [latex]4[/latex]? Since any real number multiplied by [latex]0[/latex] gives [latex]0[/latex], there is no real number that can be multiplied by [latex]0[/latex] to obtain [latex]4[/latex].
We conclude that there is no answer to [latex]4\div 0[/latex] and so we say that division by [latex]0[/latex] is undefined.
Division by Zero
For any real number [latex]a[/latex], except [latex]0[/latex],
[latex]\frac{a}{0}[/latex] and [latex]a\div 0[/latex] are undefined.
Division by zero is undefined.
We summarize the properties of zero below.
Properties of Zero
Multiplication by Zero: For any real number [latex]a[/latex],
[latex]a\times0=0[/latex] [latex]0\times a=0[/latex] | The product of any number and [latex]0[/latex] is [latex]0[/latex]. |
Division by Zero: For any real number [latex]a[/latex], where [latex]a\neq0[/latex]
[latex]\frac{0}{a}=0[/latex] | Zero divided by any real number except itself is zero. |
[latex]\frac{a}{0}[/latex] is undefined | Division by zero is undefined. |
Example 6
Simplify:
a. [latex]-8\times0[/latex]
b. [latex]\frac{0}{-2}[/latex]
c. [latex]\frac{-32}{0}[/latex]
Solution
a.
Step 1: The product of any real number and [latex]0[/latex] is [latex]0[/latex].
[latex]\begin{align*}&-8\times0\\&0\end{align*}[/latex]
b.
Step 1: The product of any real number and [latex]0[/latex] is [latex]0[/latex].
[latex]\begin{align*}&\frac{0}{-2}\\&0\end{align*}[/latex]
c.
Step 1: Division by [latex]0[/latex] is undefined.
[latex]\begin{align*}&\frac{-32}{0}\\&\text{Undefined}\end{align*}[/latex]
Try It
11) Simplify:
a. [latex]-14\cdot 0[/latex]
b. [latex]\frac{0}{-6}[/latex]
c.[latex]\frac{-2}{0}[/latex]
Solution
a. [latex]0[/latex]
b. [latex]0[/latex]
c. undefined
12) Simplify:
a. [latex]0(-17)[/latex]
b.[latex]\frac{0}{-10}[/latex]
c. [latex]\frac{-5}{0}[/latex]
Solution
a. [latex]0[/latex]
b. [latex]0[/latex]
c. undefined
We will now practice using the properties of identities, inverses, and zero to simplify expressions.
Example 7
Simplify:
a. [latex]\frac{0}{n+5}[/latex], where [latex]{n}\neq{-5}[/latex]
b. [latex]\frac{10-3p}{0}[/latex], where [latex]{10-3p}\neq{0}[/latex]
Solution
a.
Step 1: Zero divided by any real number except itself is [latex]0[/latex].
[latex]\begin{align*}&\frac{0}{n+5}\\&0\end{align*}[/latex]
b.
Step 1: Division by [latex]0[/latex] is undefined.
[latex]\begin{align*}&\frac{10-3p}{0}\\&\text{Undefined}\end{align*}[/latex]
Example 8
Simplify: [latex]-84n+(-73n)+84n[/latex]
Solution
Step 1: Notice that the first and third terms are opposites; use the commutative property of addition to re-order the terms.
[latex]-84n+84n+(-73n)[/latex]
Step 2: Add left to right.
[latex]0+(-73)[/latex]
Step 3: Add.
[latex]-73n[/latex]
Try It
13) Simplify: [latex]-27a+(-48a)+27a[/latex]
Solution
[latex]-48a[/latex]
14) Simplify: [latex]39x+(-92x)+(-39x)[/latex]
Solution
[latex]-92x[/latex]
Now we will see how recognizing reciprocals is helpful. Before multiplying left to right, look for reciprocals—their product is [latex]1[/latex].
Example 9
Simplify: [latex]\frac{7}{15}\times\frac{8}{23}\times\frac{15}{7}[/latex]
Solution
Step 1: Notice that the first and third terms are reciprocals, so use the commutative property of multiplication to re-order the factors.
[latex]\frac{7}{15}\times\frac{15}{7}\times\frac{8}{23}[/latex]
Step 2: Multiply left to right.
[latex]\frac{8}{23}[/latex]
Try It
15) Simplify: [latex]\frac{9}{16}\times\frac{5}{49}\times\frac{16}{9}[/latex]
Solution
[latex]\frac{5}{49}[/latex]
16) Simplify: [latex]\frac{6}{17}\times\frac{11}{25}\times\frac{17}{6}[/latex]
Solution
[latex]\frac{11}{25}[/latex]
Try It
17) Simplify:
a. [latex]\frac{0}{m+7}[/latex], where [latex]m\neq\text{−7}[/latex]
b. [latex]\frac{18-6c}{0}[/latex], where [latex]18-6c\neq0[/latex]
Solution
a. [latex]0[/latex]
b. undefined
18) Simplify:
a. [latex]\frac{0}{d-4}[/latex], where [latex]d\neq4[/latex]
b. [latex]\frac{15-4q}{0}[/latex], [latex]15-4q\neq0[/latex]
Solution
a. [latex]0[/latex]
b. undefined
Example 10
Simplify: [latex]\frac{3}{4}\times\frac{4}{3}(6x+12)[/latex]
Solution
Step 1: There is nothing to do in the parentheses, so multiply the two fractions first—notice, they are reciprocals.
[latex]1(6x+12)[/latex]
Step 2: Simplify by recognizing the multiplicative identity.
[latex](6x+12)[/latex]
Try It
19) Simplify: [latex]\frac{2}{5}\times\frac{5}{2}(20y+50)[/latex]
Solution
[latex]20y+50[/latex]
20) Simplify: [latex]\frac{3}{8}\times\frac{8}{3}(12z+16)[/latex]
Solution
[latex]12z+16[/latex]
Simplify Expressions Using the Distributive Property
Suppose that three friends are going to the movies. They each need [latex]\$9.25[/latex]—that’s [latex]9[/latex] dollars and [latex]1[/latex] quarter—to pay for their tickets. How much money do they need all together?
You can think about the dollars separately from the quarters. They need [latex]3[/latex] times [latex]\$9[/latex] so [latex]\$27[/latex], and [latex]3[/latex] times [latex]1[/latex] quarter, so [latex]75[/latex] cents. In total, they need [latex]\$27.75[/latex]. If you think about doing the math in this way, you are using the distributive property.
Distributive Property
[latex] a(b+c)=ab+ac[/latex]
If [latex]a[/latex], [latex]b[/latex], [latex]c[/latex] are real numbers, then | |
Also, | [latex](b+c)a=ba+ca[/latex]
[latex]a(b-c)=ab-ac[/latex] [latex](b-c)a=ba-ca[/latex] |
Back to our friends at the movies, we could find the total amount of money they need like this:
[latex]\begin{align*} &3(9.25)\\&3(9+0.25)\\&3(9)+3(0.25)\\&27+0.75\\&27.75 \end{align*}[/latex]
In algebra, we use the distributive property to remove parentheses as we simplify expressions.
For example, if we are asked to simplify the expression [latex]3(x+4)[/latex] the order of operations says to work in the parentheses first. But we cannot add [latex]x[/latex] and [latex]4[/latex], since they are not like terms. So we use the distributive property, as shown in Example 1.7.11.
Some students find it helpful to draw arrows to remind them how to use the distributive property. Then the first step in Example 1.7.11 would look like this:
Example 11
Simplify: [latex]3(x+4)[/latex]
Solution
Step 1: Distribute
[latex]3\times{x}+3\times4[/latex]
Step 2: Multiply.
[latex]3x+12[/latex]
Try It
21) Simplify: [latex]4(x+2)[/latex]
Solution
[latex]4x+8[/latex]
22) Simplify: [latex]6(x+7)[/latex]
Solution
[latex]6x+42[/latex]
Example 12
Simplify: [latex]8(\frac{3}{8}x+\frac{1}{4})[/latex]
Solution
Step 1: Distribute.
[latex]8\cdot\frac38x+8\cdot\frac14[/latex]
Step 2: Multiply.
[latex]3x+2[/latex]
Try It
23) Simplify: [latex]6(\frac{5}{6}y+\frac{1}{2})[/latex]
Solution
[latex]5y+3[/latex]
24) Simplify: [latex]12(\frac{1}{3}n+\frac{3}{4})[/latex]
Solution
[latex]4n+9[/latex]
Using the distributive property as shown in Example 1.7.13 will be very useful when we solve money applications in later chapters.
Example 13
Simplify: [latex]100(0.3+0.25q)[/latex]
Solution
Step 1: Distribute.
[latex]100\left(0.3\right)+100\left(0.25q\right)[/latex]
Step 2: Multiply.
[latex]30+25q[/latex]
Try It
25) Simplify: [latex]100(0.7+0.15p)[/latex]
Solution
[latex]70+15p[/latex]
26) Simplify: [latex]100(0.04+0.35d)[/latex]
Solution
[latex]4+35d[/latex]
When we distribute a negative number, we need to be extra careful to get the signs correct!
Example 14
Simplify: [latex]-2(4y+1)[/latex]
Solution
Step 1: Distribute.
[latex]-2\cdot4y+\left(-2\right)\cdot1[/latex]
Step 2: Multiply.
[latex]-8y-2[/latex]
Try It
27) Simplify: [latex]-3(6m+5)[/latex]
Solution
[latex]-18m-15[/latex]
28) Simplify: [latex]-6(8n+11)[/latex]
Solution
[latex]-48n-66[/latex]
Example 15
Simplify: [latex]-11(4-3a)[/latex]
Solution
Step 1: Distribute.
Step 2: Multiply.
[latex]\begin{align*} &-11\cdot4-\left(-11\right)\cdot13a\\&-44-\left(-33a\right) \end{align*}[/latex]
Step 3: Simplify.
[latex]-44+33a[/latex]
Notice that you could also write the result as [latex]33a-44[/latex]. Do you know why?
Try It
29) Simplify: [latex]-5(2-3a)[/latex]
Solution
[latex]-10+15a[/latex]
30) Simplify: [latex]-7(8-15y)[/latex]
Solution
[latex]-56+105y[/latex]
Example 1.7.16 will show how to use the distributive property to find the opposite of an expression.
Example 16
Simplify: [latex]-(y+5)[/latex]
Solution
Step 1: Multiplying by [latex]−1[/latex] results in the opposite.
[latex]-1(y+5)[/latex]
Step 2: Distribute.
[latex]-1\times{y}+{-1}\times5[/latex]
Step 3: Simplify.
[latex]\begin{align*} &-y+(-5)\\&-y-5 \end{align*}[/latex]
Try It
31) Simplify: [latex]−(z-11)[/latex]
Solution
[latex]-z+11[/latex]
32) Simplify: [latex]-(x-4)[/latex]
Solution
[latex]-x+4[/latex]
There will be times when we’ll need to use the distributive property as part of the order of operations. Start by looking at the parentheses. If the expression inside the parentheses cannot be simplified, the next step would be multiply using the distributive property, which removes the parentheses. The next two examples will illustrate this.
Example 17
Simplify: [latex]8-2(x+3)[/latex]
Be sure to follow the order of operations. Multiplication comes before subtraction, so we will distribute the [latex]2[/latex] first and then subtract.
Solution
Step 1: Distribute.
[latex]8-2\times{x}-2\times{3}[/latex]
Step 2: Multiply.
[latex]8-2x-6[/latex]
Step 3: Combine like terms.
[latex]-2x+2[/latex]
Try It
33) Simplify: [latex]9-3(x+2)[/latex]
Solution
[latex]3-3x[/latex]
34) Simplify: [latex]7x-5(x+4)[/latex]
Solution
[latex]2x-20[/latex]
Example 18
Simplify: [latex]4(x-8)-(x+3)[/latex]
Solution
Step 1: Distribute.
[latex]4x-32-x-3[/latex]
Step 2: Combine like terms.
[latex]3x-35[/latex]
Try It
35) Simplify: [latex]6(x-9)-(x+12)[/latex]
Solution
[latex]5x-66[/latex]
36) Simplify: [latex]8(x-1)-(x+5)[/latex]
Solution
[latex]7x-13[/latex]
Key Concepts
- Commutative Property of
- Addition: If [latex]a[/latex], [latex]b[/latex], are real numbers, then [latex]a+b=b+a[/latex].
- Multiplication: If [latex]a[/latex], [latex]b[/latex], are real numbers, then [latex]a\cdot b=b\cdot a[/latex]. When adding or multiplying, changing the order gives the same result.
- Associative Property of
- Addition: If [latex]a[/latex], [latex]b[/latex], [latex]c[/latex] are real numbers, then [latex](a+b)+c=a+(b+c)[/latex]
- Multiplication: If [latex]a[/latex], [latex]b[/latex], [latex]c[/latex] are real numbers, then [latex](a\cdot b)\cdot c=a\cdot (b\cdot c)[/latex]
When adding or multiplying, changing the grouping gives the same result.
- Distributive Property: If [latex]a[/latex], [latex]b[/latex], [latex]c[/latex] are real numbers, then
- [latex]a(b+c)=ab+ac[/latex]
- [latex](b+c)a=ba+ca[/latex]
- [latex]a(b-c)=ab-ac[/latex]
- [latex](b-c)a=ba-ca[/latex]
- Identity Property
- of Addition: For any real number [latex]a+0=a[/latex], [latex]0+a=a[/latex]
[latex]0[/latex] is the additive identity - of Multiplication: For any real number [latex]a\cdot 1=a[/latex], [latex]1\cdot a=a[/latex]
[latex]1[/latex] is the multiplicative identity
- of Addition: For any real number [latex]a+0=a[/latex], [latex]0+a=a[/latex]
- Inverse Property
- of Addition: For any real number [latex]a[/latex], [latex]a+(−a)=0[/latex]. A number and its opposite add to zero. [latex]−a[/latex] is the additive inverse of [latex]a[/latex].
- of Multiplication: For any real number [latex]a[/latex], [latex]a\neq0[/latex] [latex]\frac{1}{a}=1[/latex]. A number and its reciprocal multiply to one. [latex]\frac{1}{a}[/latex] is the multiplicative inverse of [latex]a[/latex].
- Properties of Zero
- For any real number [latex]a[/latex],
[latex]a\cdot 0=0[/latex], [latex]0\cdot a=0[/latex] – The product of any real number and [latex]0[/latex] is [latex]0[/latex]. - [latex]\frac{0}{a}=0[/latex] for [latex]a\neq 0[/latex] – Zero divided by any real number except zero is zero.
- [latex]\frac{a}{0}[/latex] is undefined – Division by zero is undefined.
- For any real number [latex]a[/latex],
Glossary
- additive identity
- The additive identity is the number [latex]0[/latex]; adding [latex]0[/latex] to any number does not change its value.
- additive inverse
- The opposite of a number is its additive inverse. A number and it additive inverse add to [latex]0[/latex].
- multiplicative identity
- The multiplicative identity is the number [latex]1[/latex]; multiplying 1 by any number does not change the value of the number.
- multiplicative inverse
- The reciprocal of a number is its multiplicative inverse. A number and its multiplicative inverse multiply to one.
Exercises: Use the Commutative and Associative Properties
Instructions: For questions 1–4, use the associative property to simplify.
1) [latex]3(4x)[/latex]
2) [latex]4(7m)[/latex]
3) [latex](y+12)+28[/latex]
4) [latex](n+17)+33[/latex]
Odd Answers
1) [latex]12x[/latex]
3) [latex]y+40[/latex]
Exercises: Use the Commutative and Associative Properties
Instructions: For questions 5–26, simplify.
5) [latex]\frac{1}{2}+\frac{7}{8}+\left(-\frac{1}{2}\right)[/latex]
6) [latex]\frac{2}{5}+\frac{5}{12}+\left(-\frac{2}{5}\right)[/latex]
7) [latex]\frac{3}{20}\times\frac{49}{11}\times\frac{20}{3}[/latex]
8) [latex]\frac{13}{18}\times\frac{25}{7}\times\frac{18}{13}[/latex]
9) [latex]-24\times7\times\frac{3}{8}[/latex]
10) [latex]-36\times11\times\frac{4}{9}[/latex]
11) [latex]\left(\frac{5}{6}+\frac{8}{15}\right)+\frac{7}{15}[/latex]
12) [latex]\left(\frac{11}{12}+\frac{4}{9}\right)+\frac{5}{9}[/latex]
13) [latex]17(0.25)(4)[/latex]
14) [latex]36(0.2)(5)[/latex]
15) [latex]\left[2.48(12)\right](0.5)[/latex]
16) [latex]\left[9.731(4)\right](0.75)[/latex]
17) [latex]7(4a)[/latex]
18) [latex]9(8w)[/latex]
19) [latex]-15(5m)[/latex]
20) [latex]-23\left(2n\right)[/latex]
21) [latex]12\left(\frac{5}{6}p\right)[/latex]
22) [latex]20\left(\frac{3}{5}q\right)[/latex]
23) [latex]43m+(-12n)+(-16m)+(-9n)[/latex]
24) [latex]-22p+17q+(-35p)+(-27q)[/latex]
25) [latex]\frac{3}{8}g+\frac{1}{12}h+\frac{7}{8}g+\frac{5}{12}h[/latex]
26) [latex]\frac{5}{6}a+\frac{3}{10}b+\frac{1}{6}a+\frac{9}{10}b[/latex]
27) [latex]6.8p+9.14q+\left(-4.37p\right)+\left(-0.88q\right)[/latex]
28) [latex]9.6m+7.22n+\left(-2.19m\right)+\left(-0.65n\right)[/latex]
Odd Answers
5) [latex]\frac{7}{8}[/latex]
7) [latex]\frac{49}{11}[/latex]
9) [latex]-63[/latex]
11) [latex]1\frac{5}{6}[/latex]
13) [latex]17[/latex]
15) [latex]14.88[/latex]
17) [latex]28a[/latex]
19) [latex]-75m[/latex]
21) [latex]10p[/latex]
23) [latex]27m+(-21n)[/latex]
25) [latex]\frac{5}{4}g+\frac{1}{2}h[/latex]
27) [latex]2.43p+8.26q[/latex]
Exercises: Use the Identity and Inverse Properties of Addition and Multiplication
Instructions: For questions 29–32, find the additive inverse of each number.
29a) [latex]\frac{2}{5}[/latex]
29b) [latex]4.3[/latex]
29c) [latex]-8[/latex]
29d) [latex]-\frac{10}{3}[/latex]
30a) [latex]\frac{5}{9}[/latex]
30b) [latex]2.1[/latex]
30c) [latex]-3[/latex]
30d) [latex]-\frac{9}{5}[/latex]
31a) [latex]-\frac{7}{6}[/latex]
31b) [latex]-0.075[/latex]
31c) [latex]23[/latex]
31d) [latex]\frac{1}{4}[/latex]
32a) [latex]-\frac{8}{3}[/latex]
32b) [latex]-0.019[/latex]
32c) [latex]52[/latex]
32d) [latex]\frac{5}{6}[/latex]
Odd Answers
29a) [latex]-\frac{2}{5}[/latex]
29b) [latex]-4.3[/latex]
29c) [latex]8[/latex]
29d) [latex]\frac{10}{3}[/latex]
31a) [latex]\frac{7}{6}[/latex]
31b) [latex]0.075[/latex]
31c) [latex]-23[/latex]
31d) [latex]-\frac{1}{4}[/latex]
Exercises: Use the Identity and Inverse Properties of Addition and Multiplication
Instructions: For questions 33–36, find the multiplicative inverse of each number.
33a) [latex]6[/latex]
33b) [latex]-\frac{3}{4}[/latex]
33c) [latex]0.7[/latex]
34a) [latex]12[/latex]
34b) [latex]-\frac{9}{2}[/latex]
34c) [latex]0.13[/latex]
35a) [latex]\frac{11}{12}[/latex]
35b) [latex]-1.1[/latex]
35c) [latex]-4[/latex]
36a) [latex]\frac{17}{20}[/latex]
36b) [latex]-1.5[/latex]
36c) [latex]-3[/latex]
Odd Answers
33a) [latex]\frac{1}{6}[/latex]
33b) [latex]-\frac{4}{3}[/latex]
33c) [latex]\frac{10}{7}[/latex]
35a) [latex]\frac{12}{11}[/latex]
35b) [latex]-\frac{10}{11}[/latex]
35c) [latex]-\frac{1}{4}[/latex]
Exercises: Use the Properties of Zero
Instructions: For questions 37–44, simplify.
37) [latex]\frac{0}{6}[/latex]
38) [latex]\frac{3}{0}[/latex]
39) [latex]0\div\frac{11}{12}[/latex]
40) [latex]\frac{6}{0}[/latex]
41) [latex]\frac{0}{3}[/latex]
42) [latex]0\times\frac{8}{15}[/latex]
43) [latex]\left(-3.14\right)\left(0\right)[/latex]
44) [latex]\frac{\frac{1}{10}}{0}[/latex]
Odd Answers
37) [latex]0[/latex]
39) [latex]0[/latex]
41) [latex]0[/latex]
43) [latex]0[/latex]
Exercises: Mixed Practice
Instructions: For questions 45–58, simplify.
45) [latex]19a+44-19a[/latex]
46) [latex]27c+16-27c[/latex]
47) [latex]10(0.1d)[/latex]
48) [latex]100(0.01p)[/latex]
49) [latex]\frac{0}{u-4.99}[/latex], where [latex]u\ne 4.99[/latex]
50) [latex]\frac{0}{v-65.1}[/latex], where [latex]v\ne 65.1[/latex]
51) [latex]0\div\left(x-\frac{1}{2}\right)[/latex], where [latex]x\ne \frac{1}{2}[/latex]
52) [latex]0\div\left(y-\frac{1}{6}\right)[/latex], where [latex]x\ne \frac{1}{6}[/latex]
53) [latex]\frac{32-5a}{0}[/latex], where [latex]32-5a\ne 0[/latex]
54) [latex]\frac{28-9b}{0}[/latex], where [latex]28-9b\ne 0[/latex]
55) [latex]\left(\frac{3}{4}+\frac{9}{10}m\right)\div0[/latex] where [latex]\frac{3}{4}+\frac{9}{10}m\ne 0[/latex]
56) [latex]\left(\frac{5}{16}n-\frac{3}{7}\right)\div0[/latex] where [latex]\frac{5}{16}n-\frac{3}{7}\ne 0[/latex]
57) [latex]15\times\frac{3}{5}(4d+10)[/latex]
58) [latex]18\times\frac{5}{6}(15h+24)[/latex]
Odd Answers
45) [latex]44[/latex]
47) [latex]d[/latex]
49) [latex]0[/latex]
51) [latex]0[/latex]
53) undefined
55) undefined
57) [latex]36d+90[/latex]
Exercises: Simplify Expressions Using the Distributive Property
Instructions: For questions 59–94, simplify using the distributive property.
59) [latex]8(4y+9)[/latex]
60) [latex]9(3w+7)[/latex]
61) [latex]6(c-13)[/latex]
62) [latex]7(y-13)[/latex]
63) [latex]\frac{1}{4}\left(3q+12\right)[/latex]
64) [latex]\frac{1}{5}(4m+20)[/latex]
65) [latex]9(\frac{5}{9}y-\frac{1}{3})[/latex]
66) [latex]10\left(\frac{3}{10}x-\frac{2}{5}\right)[/latex]
67) [latex]12\left(\frac{1}{4}+\frac{2}{3}r\right)[/latex]
68) [latex]12\left(\frac{1}{6}+\frac{3}{4}s\right)[/latex]
69) [latex]r(s-18)[/latex]
70) [latex]u(v-10)[/latex]
71) [latex](y+4)p[/latex]
72) [latex](a+7)x[/latex]
73) [latex]-7(4p+1)[/latex]
74) [latex]-9(9a+4)[/latex]
75) [latex]-3(x-6)[/latex]
76) [latex]-4(q-7)[/latex]
77) [latex]-(3x-7)[/latex]
78) [latex]-(5p-4)[/latex]
79) [latex]16-3(y+8)[/latex]
80) [latex]18-4(x+2)[/latex]
81) [latex]4-11(3c-2)[/latex]
82) [latex]9-6(7n-5)[/latex]
83) [latex]22-(a+3)[/latex]
84) [latex]8-(r-7)[/latex]
85) [latex](5m-3)-(m+7)[/latex]
86) [latex](4y-1)-(y-2)[/latex]
87) [latex]5(2n+9)+12(n-3)[/latex]
88) [latex]9(5u+8)+2(u-6)[/latex]
89) [latex]9(8x-3)-(-2)[/latex]
90) [latex]4(6x-1)-(-8)[/latex]
91) [latex]14(c-1)-8(c-6)[/latex]
92) [latex]11(n-7)-5(n-1)[/latex]
93) [latex]6(7y+8)-(30y-15)[/latex]
94) [latex]7(3n+9)-(4n-13)[/latex]
Odd Answers
59) [latex]32y+72[/latex]
61) [latex]6c-78[/latex]
63) [latex]\frac{3}{4}q+3[/latex]
65) [latex]5y-3[/latex]
67) [latex]3+8r[/latex]
69) [latex]rs-18r[/latex]
71) [latex]yp+4p[/latex]
73) [latex]-28p-7[/latex]
75) [latex]-3x+18[/latex]
77) [latex]-3x+7[/latex]
79) [latex]-3y-8[/latex]
81) [latex]-33c+26[/latex]
83) [latex]-a+19[/latex]
85) [latex]4m-10[/latex]
87) [latex]22n+9[/latex]
89) [latex]72x-25[/latex]
91) [latex]6c+34[/latex]
93) [latex]12y+63[/latex]
Exercises: Everyday Math
Instructions: For questions 95–98, answer the given everyday math word problems.
95) Insurance co-payment: Carrie had to have [latex]5[/latex] fillings done. Each filling cost [latex]$80[/latex]. Her dental insurance required her to pay [latex]20\%[/latex] of the cost as a copay. Calculate Carrie’s copay:
a) First, by multiplying [latex]0.20[/latex] by [latex]80[/latex] to find her copay for each filling and then multiplying your answer by [latex]5[/latex] to find her total copay for [latex]5[/latex] fillings.
b) Next, by multiplying [latex]\left[5(0.20)\right](80)[/latex]
c) Which of the properties of real numbers says that your answers to parts (a), where you multiplied [latex]5\left[(0.20)(80)\right][/latex] and (b), where you multiplied [latex]\left[5(0.20)\right](80)[/latex], should be equal?
96) Cooking time. Helen bought a [latex]24[/latex]-pound turkey for her family’s Thanksgiving dinner and wants to know what time to put the turkey in to the oven. She wants to allow [latex]20[/latex] minutes per pound cooking time. Calculate the length of time needed to roast the turkey:
a) First, by multiplying [latex]24\times20[/latex] to find the total number of minutes and then multiplying the answer by [latex]\frac{1}{60}[/latex] to convert minutes into hours.
b) Next, by multiplying [latex]24\left(20\times\frac{1}{60}\right)[/latex].
c) Which of the properties of real numbers says that your answers to parts (a), where you multiplied [latex]\left(24\times20\right)\frac{1}{60}[/latex], and (b), where you multiplied [latex]24\left(20\times\frac{1}{60}\right)[/latex], should be equal?
97) Buying by the case. Trader Joe’s grocery stores sold a bottle of wine they called “Two Buck Chuck” for [latex]$1.99[/latex]. They sold a case of [latex]12[/latex] bottles for [latex]$23.88[/latex]. To find the cost of 12 bottles at [latex]$1.99[/latex], notice that 1.99 is [latex]2-0.01[/latex].
a) Multiply [latex]12(1.99)[/latex] by using the distributive property to multiply [latex]12(2-0.01)[/latex].
b) Was it a bargain to buy “Two Buck Chuck” by the case?
98) Multi-pack purchase. Adele’s shampoo sells for [latex]$3.99[/latex] per bottle at the grocery store. At the warehouse store, the same shampoo is sold as a [latex]3[/latex] pack for [latex]$10.49[/latex]. To find the cost of [latex]3[/latex] bottles at [latex]$3.99[/latex], notice that [latex]3.99[/latex] is [latex]4-0.01[/latex].
a) Multiply [latex]3(3.99)[/latex] by using the distributive property to multiply [latex]3(4-0.01)[/latex].
b. How much would Adele save by buying [latex]3[/latex] bottles at the warehouse store instead of at the grocery store?
Odd Answers
95a) [latex]$80[/latex]
95b) [latex]$80[/latex]
95c) Answers will vary
97a) [latex]$23.88[/latex]
97b) no, the price is the same
Exercises: Writing Exercises
Instructions: For questions 99–102, answer the given writing exercises.
99) In your own words, state the commutative property of addition.
100) What is the difference between the additive inverse and the multiplicative inverse of a number?
101) Simplify [latex]8\left(x-\frac{1}{4}\right)[/latex] using the distributive property and explain each step.
102) Explain how you can multiply [latex]4($5.97)[/latex] without paper or calculator by thinking of [latex]$5.97[/latex] as [latex]6-0.03[/latex] and then using the distributive property.
Odd Answers
99) Answers may vary
101) Answers may vary
The additive identity is the number 0; adding 0 to any number does not change its value.
The multiplicative identity is the number 1; multiplying 1 by any number does not change the value of the number.
The opposite of a number is its additive inverse. A number and it additive inverse add to 0.
The reciprocal of a number is its multiplicative inverse. A number and its multiplicative inverse multiply to one.