Download Additive Inverses and Absolute Values

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts

Large numbers wikipedia , lookup

Location arithmetic wikipedia , lookup

Mathematics of radio engineering wikipedia , lookup

Law of large numbers wikipedia , lookup

P-adic number wikipedia , lookup

Arithmetic wikipedia , lookup

Addition wikipedia , lookup

Elementary mathematics wikipedia , lookup

Division by zero wikipedia , lookup

Transcript
Additive Inverses and Absolute
Values
Andrew Gloag
Anne Gloag
Melissa Kramer
Say Thanks to the Authors
Click http://www.ck12.org/saythanks
(No sign in required)
To access a customizable version of this book, as well as other
interactive content, visit www.ck12.org
AUTHORS
Andrew Gloag
Anne Gloag
Melissa Kramer
EDITORS
Annamaria Farbizio
CK-12 Foundation is a non-profit organization with a mission to
reduce the cost of textbook materials for the K-12 market both
in the U.S. and worldwide. Using an open-content, web-based
collaborative model termed the FlexBook®, CK-12 intends to
pioneer the generation and distribution of high-quality educational
content that will serve both as core text as well as provide an
adaptive environment for learning, powered through the FlexBook
Platform®.
Copyright © 2012 CK-12 Foundation, www.ck12.org
The names “CK-12” and “CK12” and associated logos and the
terms “FlexBook®” and “FlexBook Platform®” (collectively
“CK-12 Marks”) are trademarks and service marks of CK-12
Foundation and are protected by federal, state, and international
laws.
Any form of reproduction of this book in any format or medium,
in whole or in sections must include the referral attribution link
http://www.ck12.org/saythanks (placed in a visible location) in
addition to the following terms.
Except as otherwise noted, all CK-12 Content (including
CK-12 Curriculum Material) is made available to Users
in accordance with the Creative Commons Attribution/NonCommercial/Share Alike 3.0 Unported (CC BY-NC-SA) License
(http://creativecommons.org/licenses/by-nc-sa/3.0/), as amended
and updated by Creative Commons from time to time (the “CC
License”), which is incorporated herein by this reference.
Complete terms can be found at http://www.ck12.org/terms.
Printed: July 24, 2012
www.ck12.org
C ONCEPT
1
1
Additive Inverses and
Absolute Values
Here you’ll learn how to find the opposite of a number and also its distance from zero on a number line, which is its
absolute value.
Suppose that you are creating a budget and that you have expenses of $2500 per month. How much money would
you have to bring in each month in order to break even? Would the expenses be thought of as a positive or negative
number? What would be the additive inverse of the expenses? What would be the absolute value? After finishing
this Concept, you’ll be able to answer questions such as these so that you don’t break your budget!
Guidance
Graph and Compare Integers
More specific than the rational numbers are the integers. Integers are whole numbers and their negatives. When
comparing integers, you will use the math verbs such as less than, greater than, approximately equal to, and equal
to. To graph an integer on a number line, place a dot above the number you want to represent.
Example A
Compare the numbers 2 and –5.
Solution: First, we will plot the two numbers on a number line.
We can compare integers by noting which is the greatest and which is the least. The greatest number is farthest to
the right, and the least is farthest to the left.
In the diagram above, we can see that 2 is farther to the right on the number line than –5, so we say that 2 is greater
than –5. We use the symbol > to mean “greater than.”
Therefore, 2 > −5.
Numbers and Their Opposites
Every real number, including integers, has an opposite, which represents the same distance from zero but in the
other direction.
Concept 1. Additive Inverses and Absolute Values
2
www.ck12.org
A special situation arises when adding a number to its opposite. The sum is zero. This is summarized in the following
property.
The Additive Inverse Property: For any real number a, a + (−a) = 0.
We see that −a is the additive inverse, or opposite, of a.
Example B
Find the opposite number of the following numbers. Use the Additive Inverse Property to show that they are
opposites.
a.) -5
b.) 1/2
c.) 5.1
Solutions:
a.) The opposite number of -5 is 5. Using the Additive Inverse Property: −5 + (5) = 0.
b.) The opposite number of 1/2 is -1/2. The Additive Inverse Property shows us that they are opposites:
0.
1
2
+ − 21 =
c.) The opposite number of 5.1 is -5.1. The Additive Inverse Property gives: 5.1 + (−5.1) = 0.
Absolute Value
Absolute value represents the distance from zero when graphed on a number line. For example, the number 7 is 7
units away from zero. The number –7 is also 7 units away from zero. The absolute value of a number is the distance
it is from zero, so the absolute value of 7 and the absolute value of –7 are both 7. A number and its additive inverse
are always the same distance from zero, and so they have the same absolute value.
We write the absolute value of –7 like this: |−7|.
We read the expression |x| like this: “the absolute value of x.”
• Treat absolute value expressions like parentheses. If there is an operation inside the absolute value symbols,
evaluate that operation first.
• The absolute value of a number or an expression is always positive or zero. It cannot be negative. With
absolute value, we are only interested in how far a number is from zero, not the direction.
Example C
Evaluate the following absolute value expressions.
a) |5 + 4|
b) 3 − |4 − 9|
c) |−5 − 11|
d) −|7 − 22|
Solution:
a)
|5 + 4| = |9|
=9
www.ck12.org
3
b)
3 − |4 − 9| = 3 − |−5|
= 3−5
= −2
c)
|−5 − 11| = |−16|
= 16
d)
−|7 − 22| = −|−15|
= −(15)
= −15
Vocabulary
Integers: An integer is a real number which is a whole number or the negative (opposite) of a whole number.
Opposite number: An opposite number of a number a represents the same distance from zero as a, but in the other
direction.
Additive Inverse Property: For any real number a, a + (−a) = 0. We see that −a is the additive inverse, or
opposite, of a.
Absolute value: The absolute value of a number represents the distance from zero when graphed on a number line.
Guided Practice
1. What is the opposite of x − 1?
2. Evaluate the following:
a.) |3 − 4|−2
b.) |5 − 7.5|+3
Solutions:
1. The opposite of x − 1 is −(x − 1). We can use the Additive Inverse Property to prove it:
Since −(x − 1) = −x − 1, we can see that
(x − 1) + (−(x − 1)) = (x − 1) + (−x − 1) = 0.
2a.) |3 − 4|−2 = |−1|−2 = 1 − 2 = −1
2b.) |5 − 7.5|+3 = |−2.5|+3 = 2.5 + 3 = 5.5
Practice
Sample explanations for some of the practice exercises below are available by viewing the following video. Note
that there is not always a match between the number of the practice exercise in the video and the number of the
practice exercise listed in the following exercise set. However, the practice exercise is the same in both. http://w
ww.youtube.com/watch?v=kyu-IQ-gBIg (13:00)
Concept 1. Additive Inverses and Absolute Values
4
www.ck12.org
MEDIA
Click image to the left for more content.
1. Define absolute value.
2. Give an example of a real number that is not an integer.
3. The tick-marks on the number line represent evenly spaced integers. Find the values of a, b, c, d, and e.
In 4 – 9, find the opposite of each of the following.
4.
5.
6.
7.
8.
9.
1.001
–9.345
(16 – 45)
(5 – 11)
(x + y)
(x − y)
In 10 – 19, simplify.
10.
11.
12.
13.
14.
15.
16.
17.
18.
19.
|−98.4|
|123.567|
−|16 − 98|
11 − |−4|
|4 − 9|−|−5|
|−5 − 11|
7 − |22 − 15 − 19|
−|−7|
|−2 − 88|−|88 + 2|
|−5 − 99|+ − |16 − 7|
In 20 – 25, compare the two real numbers.
20.
21.
22.
23.
24.
8 and 7.99999
–4.25 and −17
4
65 and –1
10 units left of zero and 9 units right of zero
A frog is sitting perfectly on top of number 7 on a number line. The frog jumps randomly to the left or right,
but always jumps a distance of exactly 2. Describe the set of numbers that the frog may land on, and list all
the possibilities for the frog’s position after exactly 5 jumps.
www.ck12.org
5
25. Will a real number always have an additive inverse? Explain your reasoning.
Concept 1. Additive Inverses and Absolute Values