Skip to main content
Mathematics LibreTexts

1.1: Review of Real Numbers and Absolute Value

  • Page ID
    6226
    • Anonymous
    • LibreTexts
    \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \) \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}} \)\(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\) \(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\)\(\newcommand{\AA}{\unicode[.8,0]{x212B}}\)

    Learning Objectives

    • Review the set of real numbers.
    • Review the real number line and notation.
    • Define the geometric and algebraic definition of absolute value.

    Real Numbers

    Algebra is often described as the generalization of arithmetic. The systematic use of variables1, letters used to represent numbers, allows us to communicate and solve a wide variety of real-world problems. For this reason, we begin by reviewing real numbers and their operations.

    A set2 is a collection of objects, typically grouped within braces \(\{ \}\), where each object is called an element3. When studying mathematics, we focus on special sets of numbers.

    \[ \begin{align*} \mathbb { N } &= \underbrace{\{ 1,2,3,4,5 , \dots \}}_{\color{Cerulean}{Natural\: Numbers}} \\[4pt] W &= \underbrace{ \{ 0 , 1,2,3,4,5 , \dots \}}_{\color{Cerulean}{Whole\: Numbers}} \\[4pt] \mathbb{Z} &= \underbrace{ \{\dots ,-3,-2,-1,0,1,2,3,\dots\}}_{\color{Cerulean}{Integers}} \end{align*}\]

    The three periods (…) are called an ellipsis and indicate that the numbers continue without bound. A subset4, denoted \(\subseteq\), is a set consisting of elements that belong to a given set. Notice that the sets of natural5 and whole numbers6 are both subsets of the set of integers and we can write:

    \(\mathbb { N } \subseteq \mathbb{Z}\) and \(W \subseteq \mathbb{Z}\)

    A set with no elements is called the empty set7 and has its own special notation:

    \(\{\:\:\:\}=\varnothing\: \color{Cerulean}{Empty\: Set}\)

    Rational numbers8, denoted  \(\mathbb{Q}\), are defined as any number of the form \(\frac { a } { b }\) where a and b are integers and b is nonzero. We can describe this set using set notation9:

    \(\mathbb { Q } = \left\{ \frac { a } { b } | a , b \in \mathbb { Z } , b \neq 0 \right\} \color{Cerulean}{Rational\: Numbers}\)

    The vertical line | inside the braces reads, “such that” and the symbol \(\in\) indicates set membership and reads, “is an element of.” The notation above in its entirety reads, “the set of all numbers \(\frac{a}{b}\) such that a and b are elements of the set of integers and b is not equal to zero.” Decimals that terminate or repeat are rational. For example,

    \(0.05=\frac{5}{100}\)  and  \(0.\overline{6}=0.6666…=\frac{2}{3} \)

    The set of integers is a subset of the set of rational numbers, \(\mathbb{Z}\subseteq\mathbb{Q}\), because every integer can be expressed as a ratio of the integer and 1. In other words, any integer can be written over 1 and can be considered a rational number. For example,

    \(7=\frac{7}{1}\)

    Irrational numbers10 are defined as any numbers that cannot be written as a ratio of two integers. Nonterminating decimals that do not repeat are irrational. For example,

    \(π=3.14159…\)  and  \(\sqrt{2}=1.41421…\)

    Finally, the set of real numbers11, denoted \(\mathbb{R}\), is defined as the set of all rational numbers combined with the set of all irrational numbers. Therefore, all the numbers defined so far are subsets of the set of real numbers. In summary,

    b821062d589955109a7ab44751188291.png
    Figure \(\PageIndex{1}\): Real Numbers

    The set of even integers12 is the set of all integers that are evenly divisible by \(2\). We can obtain the set of even integers by multiplying each integer by \(2\).

    \(\{\dots, −6,−4,−2, 0, 2, 4, 6,\dots\}  \color{Cerulean}{Even\: Integers}\)

    The set of odd integers13 is the set of all nonzero integers that are not evenly divisible by \(2\).

    \(\{\dots,−5,−3,−1, 1, 3, 5,\dots\} \color{Cerulean}{Odd\: Integers}\)

    A prime number14 is an integer greater than \(1\) that is divisible only by \(1\) and itself. The smallest prime number is \(2\) and the rest are necessarily odd.

    \(\{2,  3,  5,  7,  11,  13,  17,  19,  23,\dots\} \color{Cerulean}{Prime\: Numbers}\)

    Any integer greater than \(1\) that is not prime is called a composite number15 and can be uniquely written as a product of primes. When a composite number, such as \(42\), is written as a product, \(42=2⋅21\), we say that \(2⋅21\) is a factorization16 of \(42\) and that \(2\) and \(21\) are factors17. Note that factors divide the number evenly. We can continue to write composite factors as products until only a product of primes remains.

    7fa3d7ca582a44299cacfa004c22a023.png
    Figure \(\PageIndex{2}\): Prime Factorization of the number \(42\)

    Therefore, the prime factorization18 of \(42\) is \(2⋅3⋅7\).

    Example \(\PageIndex{1}\):

    Determine the prime factorization of \(210\).

    Solution

    Begin by writing \(210\) as a product with \(10\) as a factor. Then continue factoring until only a product of primes remains.

    \(210=10⋅21\)

    \(=2⋅5⋅3⋅7\)

    \(=2⋅3⋅5⋅7\)

    Since the prime factorization is unique, it does not matter how we choose to initially factor the number; the end result will be the same.

    Answer:

    \(2⋅3⋅5⋅7\)

    A fraction19 is a rational number written as a quotient, or ratio, of two integers a and b where \(b≠0\).

    479b213137bd9f76ec1d37c83d23066a.png
    Figure \(\PageIndex{3}\)

    The integer above the fraction bar is called the numerator20 and the integer below is called the denominator21. Two equal ratios expressed using different numerators and denominators are called equivalent fractions22. For example,

    \(\frac{50}{100}=\frac{1}{2}\)

    Consider the following factorizations of \(50\) and \(100\):

    \(50=2⋅25\)

    \(100=4⋅25\)

    The numbers \(50\) and \(100\) share the factor \(25\). A shared factor is called a common factor23. Making use of the fact that \(\frac{25}{25}=1\), we have

    \(\frac{50}{100}=\frac{2⋅ \bcancel{25}}{4⋅\bcancel{25}}=\frac{2}{4}⋅\color{Cerulean}{1}\)\(=\frac{2}{4}\)

    Dividing \(\frac{25}{25}\) and replacing this factor with a \(1\) is called cancelling24. Together, these basic steps for finding equivalent fractions define the process of reducing25. Since factors divide their product evenly, we achieve the same result by dividing both the numerator and denominator by \(25\) as follows:

    \(\frac{ 50\color{Cerulean}{÷25}}{100\color{Cerulean}{÷25}}=\frac{2}{4}\)

    Finding equivalent fractions where the numerator and denominator are relatively prime26, or have no common factor other than \(1\), is called reducing to lowest terms27. This can be done by dividing the numerator and denominator by the greatest common factor (GCF).28 The GCF is the largest number that divides a set of numbers evenly. One way to find the GCF of \(50\) and \(100\) is to list all the factors of each and identify the largest number that appears in both lists. Remember, each number is also a factor of itself.

    \(\{1,2,5,10,25,50\} \color{Cerulean}{Factors\: of \: 50}\)

    \(\{1,2,4,5,10,20,25,50,100\}  \color{Cerulean}{Factors\: of \: 100}\)

    Common factors are listed in bold, and we see that the greatest common factor is \(50\). We use the following notation to indicate the GCF of two numbers: GCF\((50, 100) = 50\). After determining the GCF, reduce by dividing both the numerator and the denominator as follows:

    \(\frac{50\color{Cerulean}{÷50}}{100\color{Cerulean}{÷50}}=\frac{1}{2}\)

    Example \(\PageIndex{2}\):

    Reduce to lowest terms: \(\frac{108}{72}\).

    Solution

    A quick way to find the GCF of the numerator and denominator requires us to first write each as a product of primes. The GCF will be the product of all the common prime factors.

    \(\left. \begin{array} { l } { 108 = \color{Cerulean}{2} \cdot \color{Cerulean}{2} \cdot \color{Cerulean}{3} \cdot \color{Cerulean}{3} \cdot 3 } \\ { 72 = \color{Cerulean}{2} \cdot \color{Cerulean}{2} \cdot 2 \cdot \color{Cerulean}{3} \cdot \color{Cerulean}{3} } \end{array} \right\} \operatorname { GCF } ( 108,72 ) = \color{Cerulean}{2} \cdot \color{Cerulean}{2} \cdot \color{Cerulean}{3} \cdot \color{Cerulean}{3} = 36\)

    In this case, the product of the common prime factors is \(36\).

    \(\frac{108}{72}=\frac{108\color{Cerulean}{÷36}}{72\color{Cerulean}{÷36}}=\frac{3}{2}\)

    We can convert the improper fraction \(\frac{3}{2}\) to a mixed number \(1\frac{1}{2}\); however, it is important to note that converting to a mixed number is not part of the reducing process. We consider improper fractions, such as \(\frac{3}{2}\), to be reduced to lowest terms. In algebra it is often preferable to work with improper fractions, although in some applications, mixed numbers are more appropriate.

    Answer:

    \(\frac{3}{2}\)

    Recall the relationship between multiplication and division:

    Screenshot (132).png

    In this case, the dividend29 \(12\) is evenly divided by the divisor30 \(6\) to obtain the quotient31 \(2\). It is true in general that if we multiply the divisor by the quotient we obtain the dividend. Now consider the case where the dividend is zero and the divisor is nonzero:

    \(\frac{0}{6}=0\)  since \(6⋅0=0\)

    This demonstrates that zero divided by any nonzero real number must be zero. Now consider a nonzero number divided by zero:

    \(\frac{12}{0}= \color{Cerulean}{?}\)  or  \(0⋅ \color{Cerulean}{?}\) \(=12\)

    Zero times anything is zero and we conclude that there is no real number such that \(0⋅?=12\). Thus, the quotient \(12÷0\) is undefined32. Try it on a calculator, what does it say? For our purposes, we will simply write “undefined.” To summarize, given any real number \(a≠0\), then

    \(0  ÷a=\frac{0}{a}=0   \color{Cerulean}{zero}\)  and  \(a÷ 0=\frac{a}{0}\color{Cerulean}{undefined}\)

    We are left to consider the case where the dividend and divisor are both zero.

    \(\frac{0}{0}=\color{Cerulean}{?}\)  or  \(0⋅ \color{Cerulean}{?}\)\(=0\)

    Here, any real number seems to work. For example, \(0⋅5=0\) and also, \(0⋅ 3=0\). Therefore, the quotient is uncertain or indeterminate33.

    \(0÷0=\frac{0}{0}   \color{Cerulean}{indeterminate}\)

    In this course, we state that \(0÷0\) is undefined.

    The Number Line and Notation

    A real number line34, or simply number line, allows us to visually display real numbers by associating them with unique points on a line. The real number associated with a point is called a coordinate35. A point on the real number line that is associated with a coordinate is called its graph36. To construct a number line, draw a horizontal line with arrows on both ends to indicate that it continues without bound. Next, choose any point to represent the number zero; this point is called the origin37.

    444d79554b28a14fec2e9340414807ac.png
    Figure \(\PageIndex{4}\)

    Positive real numbers lie to the right of the origin and negative real numbers lie to the left. The number zero \((0)\) is neither positive nor negative. Typically, each tick represents one unit.

    b360022849f5b10990aaf67392f47bb5.png
    Figure \(\PageIndex{5}\)

    As illustrated below, the scale need not always be one unit. In the first number line, each tick mark represents two units. In the second, each tick mark represents \(\frac{1}{7}\):

    c6cd5370b59b03018335a3241d932712.png
    Figure \(\PageIndex{6}\)

    The graph of each real number is shown as a dot at the appropriate point on the number line. A partial graph of the set of integers \(\mathbb{Z}\), follows:

    6d4b0db4f2100837b1d03567b974bf3e.png
    Figure \(\PageIndex{7}\)

    Example \(\PageIndex{3}\):

    Graph the following set of real numbers: \(\{−\frac{5}{2},  0,  \frac{3}{2}, 2\}\).

    Solution

    Graph the numbers on a number line with a scale where each tick mark represents \(\frac{1}{2}\) unit.

    Answer:

    f4975994065f242af522194c337f6f82.png
    Figure \(\PageIndex{8}\)

    The opposite38 of any real number a is −a. Opposite real numbers are the same distance from the origin on a number line, but their graphs lie on opposite sides of the origin and the numbers have opposite signs.

    f77faab3734eea6566dbf0dd1e6e4324.png
    Figure \(\PageIndex{9}\)

    Given the integer \(−7\), the integer the same distance from the origin and with the opposite sign is \(+7\), or just \(7\).

    219b42c19b2c2e9e5b76d529a8cd3f4c.png
    Figure \(\PageIndex{10}\)

    Therefore, we say that the opposite of \(−7\) is \(−(−7) = 7\). This idea leads to what is often referred to as the double-negative property39. For any real number a,

    \(−(−a)=a\)

    Example \(\PageIndex{4}\):

    Calculate: \(−(−(−\frac{3}{8})).\)

    Solution

    Here we apply the double-negative within the innermost parentheses first.

    \(−(\color{Cerulean}{−(−\frac{3}{8})})=−(\frac{3}{8})\)

    \(=−\frac{3}{8}\)

    Answer:

    \(−\frac{3}{8}\)

    In general, an odd number of sequential negative signs results in a negative value and an even number of sequential negative signs results in a positive value.

    When comparing real numbers on a number line, the larger number will always lie to the right of the smaller one. It is clear that \(15\) is greater than \(5\), but it may not be so clear to see that \(−1\) is greater than \(−5\) until we graph each number on a number line.

    0e7f53bc2b33c163e3e6f2184bc6d1b5.png
    Figure \(\PageIndex{11}\)

    We use symbols to help us efficiently communicate relationships between numbers on the number line.

    \(\color{Cerulean}{Equality Relationships  Order Relationships}\)

    \(=\)   "is equal to"  \(<\)   "is less than"

    \(\neq\)   "is not equal to"  \(>\)   "is greater than"

    \(\approx\) "is approximately equal to"  \(\leq\)   "is less than or equal to" 

    \(\geq\)    "is greater than or equal to"

    The relationship between the integers40 in the previous illustration can be expressed two ways as follows:

    \(−5<−1 \color{Cerulean}{"Negative\: five\: is\: less\: than\: negative\: one." }\)

    or

    \(−1>−5 \color{Cerulean}{"Negative\: one\: is\: greater\: than\: negative\: five."}\)

    The symbols \(<\) and \(>\) are used to denote strict inequalities41, and the symbols \(\leq\) and \(\geq\) are used to denote inclusive inequalities42. In some situations, more than one symbol can be correctly applied. For example, the following two statements are both true:

    \(−10<0\) and  \(−10≤0\)

    In addition, the “or equal to” component of an inclusive inequality allows us to correctly write the following:

    \(−10≤−10\)

    The logical use of the word “or” requires that only one of the conditions need be true: the “less than” or the “equal to.”

    Example \(\PageIndex{5}\):

    Fill in the blank with \(<, =,\) or \( >: −2\) ___\(−12\).

    Solution

    Use \(>\) because the graph of \(−2\) is to the right of the graph of \(−12\) on a number line. Therefore, \(−2 > −12\), which reads, “negative two is greater than negative twelve.

    634b7c3cb166ca9c388a07217f0c88b4.png
    Figure \(\PageIndex{12}\)

    Answer:

    \(−2 > −12\)

    An algebraic inequality43, such as \(x\geq 2\), is read, “x is greater than or equal to \(2\).” Here the letter x is a variable, which can represent any real number. However, the statement \(x\geq 2\) imposes a condition on the variable. Solutions44 are the values for x that satisfy the condition. This inequality has infinitely many solutions for x, some of which are \(2, 3, 4.1, 5, 20,\) and \(20.001\). Since it is impossible to list all of the solutions, a system is needed that allows a clear communication of this infinite set. Common ways of expressing solutions to an inequality are by graphing them on a number line, using interval notation, or using set notation.

    To express the solution graphically, draw a number line and shade in all the values that are solutions to the inequality. This is called the graph of the solution set45. Interval and set notation follow:

    "x is greater than or equal to \(2\)"  \(x\geq 2\)

    59f55fe30d750b3f5d1ab0be9b956339.png
    Figure \(\PageIndex{13}\)

    \(\color{Cerulean}{Interval notation:}\)  \([\, 2,∞)\)

    \(\color{Cerulean}{Set notation:}\)  \(\{x\in\mathbb{R} | x\geq 2\}\)

    In this example, there is an inclusive inequality, which means that the lower-bound \(2\) is included in the solution set. Denote this with a closed dot on the number line and a square bracket in interval notation. The symbol \(∞\) is read as “infinity46” and indicates that the set is unbounded to the right on a number line. If using a standard keyboard, use (inf) as a shortened form to denote infinity. Now compare the notation in the previous example to that of the strict, or noninclusive, inequality that follows:

    "x is less than \(3\)"  \(x<3\)

    43ffcd6ab107cb876730f16028f77b94.png
    Figure \(\PageIndex{14}\)

    \(\color{Cerulean}{Interval\: notation:}\)  \((−∞,3)\)

    \(\color{Cerulean}{Set\: notation:}\)  \(\{x\in\mathbb{R} | x<3\}\)

    Strict inequalities imply that solutions may get very close to the boundary point, in this case \(3\), but not actually include it. Denote this idea with an open dot on the number line and a round parenthesis in interval notation. The symbol \(−∞\) is read as “negative infinity47” and indicates that the set is unbounded to the left on a number line. Infinity is a bound to the real numbers, but is not itself a real number: it cannot be included in the solution set and thus is always enclosed with a parenthesis.

    Interval notation is textual and is determined after graphing the solution set on a number line. The numbers in interval notation should be written in the same order as they appear on the number line, with smaller numbers in the set appearing first. Set notation, sometimes called set-builder notation, allows us to describe the set using familiar mathematical notation. For example,

    \(\{x\in\mathbb{R} | x\geq 2\}\)

    Here, \(x\in\mathbb{R}\) describes the type of number. This implies that the variable x represents a real number. The statement \(x\geq 2\) is the condition that describes the set using mathematical notation. At this point in our study of algebra, it is assumed that all variables represent real numbers. For this reason, you can omit the “\(\in\mathbb{R}\)”, and write

    \(\{x|x\geq 2\}\)

    Example \(\PageIndex{6}\):

    Graph the solution set and give the interval and set notation equivalents: \(x<−20\).

    Solution

    Use an open dot at \(−20\), because of the strict inequality \(<\), and shade all real numbers to the left.

    074b84275d25a592b102cce012569afe.png
    Figure \(\PageIndex{15}\)

    Answer:

    Interval notation: \((−∞,−20)\); set notation: \(\{x|x<−20\}\)

    A compound inequality48 is actually two or more inequalities in one statement joined by the word “and” or by the word “or”. Compound inequalities with the logical “or” require that either condition must be satisfied. Therefore, the solution set of this type of compound inequality consists of all the elements of the solution sets of each inequality. When we join these individual solution sets it is called the union49, denoted  \(\cup\). For example,

    \(x<3\)  or \(x\geq 6\)

    6f69a71d6784abbd56e0939bede5fccc.png
    Figure \(\PageIndex{16}\)

    \(\color{Cerulean}{Interval notation:}\)  \((−∞,3)\cup[6,∞)\)

    \(\color{Cerulean}{Set notation:}\)  \(\{x|   x<3   or   x\geq 6\}\)

    An inequality such as,

    \(−1\leq x<3\)

    reads, “negative one is less than or equal to x and x is less than three.” This is actually a compound inequality because it can be decomposed as follows:

    \(−1\leq x\)  and  \(x<3\)

    The logical “and” requires that both conditions must be true. Both inequalities will be satisfied by all the elements in the intersection50, denoted  \(\cap\), of the solution sets of each.

    Example \(\PageIndex{7}\):

    Graph and give the interval notation equivalent: \(−1\leq x<3\).

    Solution

    Determine the intersection, or overlap, of the two solution sets to \(x<3\) and \(x\geq −1\). The solutions to each inequality are sketched above the number line as a means to determine the intersection, which is graphed on the number line below.

    7f0dfa74ecceb3e0f6a8bc46785099ef.png
    Figure \(\PageIndex{17}\)

    Here, \(3\) is not a solution because it solves only one of the inequalities. Alternatively, we may interpret \(−1\leq x<3\) as all possible values for x between, or bounded by, \(−1\) and \(3\) where \(−1\) is included in the solution set.

    Answer:

    Interval notation: \([\,−1,  3)\); set notation: \(\{x|−1\leq x<3\}\)

    In this text, we will often point out the equivalent notation used to express mathematical quantities electronically using the standard symbols available on a keyboard.

    \(×  " * "    ≥  " >= "\)

    \(÷  " / "    ≤  " <= " \)

    \( ≠  " != "\)

    Many calculators, computer algebra systems, and programming languages use the notation presented above, in quotes.

    Absolute Value

    The absolute value51 of a real number a, denoted \(|a|\), is defined as the distance between zero (the origin) and the graph of that real number on the number line. Since it is a distance, it is always positive. For example,

    \(|−4|=4\)  and  \(|4|=4\)

    Both \(4\) and \(−4\) are four units from the origin, as illustrated below:

    b66f32c5f679d17c46abf74b78016fa4.png
    Figure \(\PageIndex{18}\)

    Also, it is worth noting that,

    \(|0|=0\)

    The algebraic definition of the absolute value of a real number a follows:

    \(| a | = \left\{ \begin{aligned} a & \text { if } a \geq 0 \\ - a & \text { if } a < 0 \end{aligned} \right.\)

    This is called a piecewise definition52. The result depends on the quantity a. If a is nonnegative, as indicated by the inequality \(a\geq 0\), then the absolute value will be that number a. If a is negative, as indicated by the inequality \(a<0\), then the absolute value will be the opposite of that number, −a. The results will be the same as the geometric definition. For example, to determine \(|−4|\) we make note that the value is negative and use the second part of the definition. The absolute value will be the opposite of \(−4\).

    \(|−4|=−(−4)\)

    \(=4\)

    At this point, we can determine what real numbers have certain absolute values.

    Example \(\PageIndex{8}\):

    Determine the values represented by \(x: | x |=6\).

    Solution

    Think of a real number whose distance to the origin is 6 units. There are two solutions: the distance to the right of the origin and the distance to the left of the origin, namely \(\{±6\}\). The symbol \(±\) is read “plus or minus” and indicates that there are two answers, one positive and one negative.

    \(|−6|=6\)  and  \(|6|=6\)

    Answer:

    x=±6

    Example \(\PageIndex{9}\):

    Determine the values represented by \(x: | x |=−6\).

    Solution

    Here we wish to find a value where the distance to the origin is negative. Since negative distance is not defined, this equation has no solution. Use the empty set \(Ø\) to denote this.

    Answer:

    \(Ø\)

    The absolute value can be expressed textually using the notation abs(a). We often encounter negative absolute values, such as \(−|3|\) or \(−abs(3)\). Notice that the negative sign is in front of the absolute value symbol. In this case, work the absolute value first and then find the opposite of the result.

    \(\begin{array} { r r r } { - | 3 | } & { } & { - | - 3 | } \\ { \color{Cerulean}{\downarrow} } & { \text { and } } & { \color{Cerulean}{\downarrow} } \\ { = - 3 } & { } & { = - 3 } \end{array}\)

    Try not to confuse this with the double negative property, which states that \(− (−3) = +3\).

    Example \(\PageIndex{10}\):

    Simplify: \(−(−|−50|)\).

    Solution

    First, find the absolute value of \(−50\) and then apply the double-negative property.

    \(−(−\color{Cerulean}{|−50|}\) \( )=−(−50)\)

    \(=50\)

    Answer:

    \(50\)

    Key Takeaways

    • Algebra is often described as the generalization of arithmetic. The systematic use of variables, used to represent real numbers, allows us to communicate and solve a wide variety of real-world problems. Therefore, it is important to review the subsets of real numbers and their properties.
    • The number line allows us to visually display real numbers by associating them with unique points on a line.
    • Special notation is used to communicate equality and order relationships between numbers on a number line.
    • The absolute value of a real number is defined geometrically as the distance between zero and the graph of that number on a number line. Alternatively, the absolute value of a real number is defined algebraically in a piecewise manner. If a real number a is nonnegative, then the absolute value will be that number a. If a is negative, then the absolute value will be the opposite of that number, −a.

    Exercise \(\PageIndex{1}\)

    Use set notation to list the described elements.

    1. Every other positive odd number up to \(21\).
    2. Every other positive even number up to \(22\).
    3. The even prime numbers.
    4. Rational numbers that are also irrational.
    5. The set of negative integers.
    6. The set of negative even integers.
    7. Three consecutive odd integers starting with \(13\).
    8. Three consecutive even integers starting with \(22\).
    Answer

    1. \(\{1, 5, 9, 13, 17, 21\}\)

    3. \(\{2\}\)

    5. \(\{\dots,−3, −2, −1\}\)

    7. \(\{13, 15, 17\}\)

    Exercise \(\PageIndex{2}\)

    Determine the prime factorization of the given composite number.

    1. \(195\)
    2. \(78\)
    3. \(330\)
    4. \(273\)
    5. \(180\)
    6. \(350\)
    Answer

    1. \(3⋅5⋅13\)

    3. \(2⋅3⋅5⋅11\)

    5. \(2⋅2⋅3⋅3⋅5\)

    Exercise \(\PageIndex{3}\)

    Reduce to lowest terms.

    1. \(\frac{42}{30}\)
    2. \(\frac{105}{70}\)
    3. \(\frac{84}{120}\)
    4. \(\frac{315}{420}\)
    5. \(\frac{60}{45}\)
    6. \(\frac{144}{120}\)
    7. \(\frac{64}{128}\)
    8. \(\frac{72}{216}\)
    9. \(\frac{0}{25}\)
    10. \(\frac{33}{0}\)
    Answer

    1. \(\frac{7}{5}\)

    3. \(\frac{7}{10}\)

    5. \(\frac{4}{3}\)

    7. \(\frac{1}{2}\)

    9. \(0\)

    Exercise \(\PageIndex{4}\)

    Graph the following sets of numbers.

    1. \(\{−5, 5, 10, 15\}\)
    2. \(\{−4, −2, 0, 2, 4\}\)
    3. \(\{−\frac{3}{2},−\frac{1}{2}, 0, 1, 2\}\)
    4. \(\{−\frac{3}{4},−\frac{1}{4}, 0, \frac{1}{2}, \frac{3}{4}\}\)
    5. \(\{−5,−4,−3,−1, 1\}\)
    6. \(\{−40, −30, −20, 10, 30\}\)
    Answer
    f1a6465aa015203b430567c2f192eca7.png
    Figure \(\PageIndex{19}\)
    8e30c79a4cec904af7bd2487f3b93b53.png
    Figure \(\PageIndex{20}\)
    efbbca331edd87bb8e98c8dfa75c28f3.png
    Figure \(\PageIndex{21}\)

    Exercise \(\PageIndex{5}\)

    Simplify.

    1. \(−(−10)\)
    2. \(−(−\frac{3}{5})\)
    3. \(−(−(−12))\)
    4. \(−(−(−\frac{5}{3}))\)
    5. \(−(−(−(−\frac{1}{2})))\)
    6. \(−(−(−(−(−\frac{3}{4}))))\)
    Answer

    1. \(10\)

    3. \(−12\)

    5. \(\frac{1}{2}\)

    Exercise \(\PageIndex{6}\)

    Fill in the blank with \(<, =, or >\).

    1. \(−10\) _____ \(−15\)
    2. \(−101\) _____ \(−100\)
    3. \(−33\) _____ \(0\)
    4. \(0\) _____ \(−50\)
    5. \(−(−(−2))\) _____ \(−(−3)\)
    6. \(−(−(−\frac{1}{2}))\) _____ \(−\frac{1}{4}\)
    7. \(−(−(−\frac{2}{3}))\) _____ \(−(−\frac{1}{2})\)
    8. \(−(−\frac{2}{3})\) _____ \(−(−(−(−\frac{2}{3})))\)
    Answer

    1. \(>\)

    3. \(<\)

    5. \(<\)

    7. \(<\)

    Exercise \(\PageIndex{7}\)

    True or False.

    1. \(0=0\)
    2. \(5\leq 5\)
    3. \(1.0\overline{32}\) is irrational.
    4. \(0\) is a nonnegative number.
    5. Any integer is a rational number.
    6. The constant \(π\) is rational.
    Answer

    1. True

    3. False

    5. True

    Exercise \(\PageIndex{8}\)

    Graph the solution set and give the interval notation equivalent.

    1. \(x<−1\)
    2. \(x>−3\)
    3. \(x\geq −8\)
    4. \(x\leq 6\)
    5. \(−10\leq x<4\)
    6. \(3<x\leq 7\)
    7. \(−40<x<0\)
    8. \(−12\leq x\leq −4\)
    9. \(x<5\)  and  \(x\geq 0\)
    10. \(x\leq −10\)  and  \(x\geq −40\)
    11. \(x\leq 7\)  and  \(x<10\)
    12. \(x<1\)  and  \(x>3\)
    13. \(x<−2\)  or  \(x\geq 5\)
    14. \(x\leq 0\)  or  \(x\geq 4\)
    15. \(x<6\)  or  \(x>2\)
    16. \(x<0\)  or  \(x\leq 5\)
    Answer

    1. \((−∞, −1)\);

    e02b8833274c917789ccbb118b3d5eed.png
    Figure \(\PageIndex{22}\)

    3. \([8,∞)\);

    f106d461744e41d767c257af071f92dd.png
    Figure \(\PageIndex{23}\)

    5. \([−10,4)\);

    85c6f49cb054143941dc82ec961b1e34.png
    Figure \(\PageIndex{24}\)

    7. \((−40,0)\);

    00d4edd022e22e20603b2c8684e09806.png
    Figure \(\PageIndex{25}\)

    9. \([0,5)\);

    a634c6101a281506cf99247d9df48180.png
    Figure \(\PageIndex{26}\)

    11. \((−∞,7)\);

    f53685fcb168d52702d4f698cfdabc82.png
    Figure \(\PageIndex{27}\)

    13. \((−∞,−2)\cup [5,∞)\);

    c635102b40e626c903ba4be9aa3d81fa.png
    Figure \(\PageIndex{28}\)

    15. \((−∞,∞)=\mathbb{R}\);

    73cc7b4e93034a1e15a259f0810b6cea.png
    Figure \(\PageIndex{29}\)

    Exercise \(\PageIndex{9}\)

    Write an equivalent inequality.

    1. All real numbers less than \(−15\).
    2. All real numbers greater than or equal to \(−7\).
    3. All real numbers less than \(6\) and greater than zero.
    4. All real numbers less than zero and greater than \(−5\).
    5. All real numbers less than or equal to \(5\) or greater than \(10\).
    6. All real numbers between \(−2\) and \(2\).
    Answer

    1. \(x<−15\)

    3. \(0<x<6\)

    5. \(x\leq 5\)  or  \(x>10\)

    Exercise \(\PageIndex{10}\)

    Determine the inequality given the answers expressed in interval notation.

    1. \((−∞,12)\)
    2. \([−8,∞)\)
    3. \((−∞,0]\)
    4. \((0,∞)\)
    5. \((−6,14)\)
    6. \((0,12]\)
    7. \([5,25)\)
    8. \([−30,−10]\)
    9. \((−∞,2)\cup [3,∞)\)
    10. \((−∞,−19]\cup [−12,∞)\)
    11. \((−∞,−2)\cup (0,∞)\)
    12. \((−∞,−15]\cup (−5,∞)\)
    Answer

    1. \(x<12\)

    3. \(x\leq 0\)

    5. \(−6<x<14\)

    7. \(5\leq x<25\)

    9. \(x<2\)  or  \(x\geq 3\)

    11. \(x<−2\)  or  \(x>0\)

    Exercise \(\PageIndex{11}\)

    Simplify.

    1. \(|−9|\)
    2. \(|14|\)
    3. \(−|−4|\)
    4. \(−|8|\)
    5. \(−|−\frac{5}{8}|\)
    6. \(−(−|\frac{7}{2}|)\)
    7. \(−|−(−7)|\)
    8. \(−|−(−10)|\)
    9. \(−(−|−2|)\)
    10. \(−(−|−10|)\)
    11. \(−(−|−(−5)|)\)
    12. \(−(−(−|−20|))\)
    Answer

    1. \(9\)

    3. \(−4\)

    5. \(−\frac{5}{8}\)

    7. \(−7\)

    9. \(2\)

    11. \(5\)

    Exercise \(\PageIndex{12}\)

    Determine the values represented by a.

    1. \(|a|=10\)
    2. \(|a|=7\)
    3. \(|a|=\frac{1}{2}\)
    4. \(|a|=\frac{9}{4}\)
    5. \(|a|=0\)
    6. \(|a|=−1\)
    Answer

    1. \(a=±10\)

    3. \(a=±\frac{1}{2}\)

    5. \(a=0\)

    Exercise \(\PageIndex{13}\)

    1. Research and discuss the origins and evolution of algebra.
    2. Research and discuss reasons why algebra is a required subject today.
    3. Solution sets to inequalities can be expressed using a graph, interval notation, or set notation. Discuss the merits and drawbacks of each method. Which do you prefer?
    4. Research and discuss the Fundamental Theorem of Algebra. Illustrate its idea with an example and share your results.
    Answer

    1. Answer may vary

    3. Answer may vary

    Footnotes

    1Letters used to represent numbers.

    2Any collection of objects.

    3An object within a set.

    4A set consisting of elements that belong to a given set.

    5The set of counting numbers: \(\{1, 2, 3, 4, 5, \dots\}\).

    6The set of natural numbers combined with zero: \(\{0, 1, 2, 3, 4, 5,\dots\}\).

    7A subset with no elements, denoted \(Ø\) or \(\{ \}\).

    8Numbers of the form \(\frac{a}{b}\), where a and b are integers and b is nonzero.

    9Notation used to describe a set using mathematical symbols.

    10Numbers that cannot be written as a ratio of two integers.

    11The set of all rational and irrational numbers.

    12Integers that are divisible by \(2\).

    13Nonzero integers that are not divisible by \(2\).

    14Integer greater than \(1\) that is divisible only by \(1\) and itself.

    15Integers greater than \(1\) that are not prime.

    16Any combination of factors, multiplied together, resulting in the product.

    17Any of the numbers that form a product.

    18The unique factorization of a natural number written as a product of primes.

    19A rational number written as a quotient of two integers: \({a}{b}\), where \(b ≠ 0\).

    20The number above the fraction bar.

    21The number below the fraction bar. \

    22Two equal fractions expressed using different numerators and denominators.

    23A factor that is shared by more than one real number.

    24The process of dividing out common factors in the numerator and the denominator.

    25The process of finding equivalent fractions by dividing the numerator and the denominator by common factors.

    26Numbers that have no common factor other than \(1\).

    27Finding equivalent fractions where the numerator and the denominator share no common integer factor other than \(1\).

    28The largest shared factor of any number of integers.

    29A number to be divided by another number.

    30The number that is divided into the dividend.

    31The result of division.

    32A quotient such as \(\frac{5}{0}\) is left without meaning and is not assigned an interpretation.

    33A quotient such as \(\frac{0}{0}\) is a quantity that is uncertain or ambiguous.

    34A line that allows us to visually represent real numbers by associating them with points on the line.

    35The real number associated with a point on a number line.

    36A point on the number line associated with a coordinate.

    37The point on the number line that represents zero.

    38Real numbers whose graphs are on opposite sides of the origin with the same distance to the origin.

    39The opposite of a negative number is positive: \(−(−a) = a\).

    40The set of positive and negative whole numbers combined with zero: \(\{\dots , −3, −2, −1, 0, 1, 2, 3, \dots\}\).

    41Express ordering relationships using the symbol \(<\) for “less than” and \(>\) for “greater than.”

    42Use the symbol \(≤\) to express quantities that are “less than or equal to” and \(≥\) for quantities that are “greater than or equal to” each other.

    43Algebraic expressions related with the symbols \(≤, <, \geq\) and \(>\).

    44Values that can be used in place of the variable to satisfy the given condition.

    45Solutions to an algebraic expression expressed on a number line.

    46The symbol \(∞\) indicates the interval is unbounded to the right.

    47The symbol \(−∞\) indicates the interval is unbounded to the left.

    48Two or more inequalities in one statement joined by the word “and” or by the word “or.”

    49The set formed by joining the individual solution sets indicated by the logical use of the word “or” and denoted with the symbol \(\cup\).

    50The set formed by the shared values of the individual solution sets that is indicated by the logical use of the word “and,” denoted with the symbol \(\cap\).

    51The absolute value of a number represents the distance from the graph of the number to zero on a number line.

    52A definition that changes depending on the value of the variable.


    This page titled 1.1: Review of Real Numbers and Absolute Value is shared under a CC BY-NC-SA 3.0 license and was authored, remixed, and/or curated by Anonymous via source content that was edited to the style and standards of the LibreTexts platform; a detailed edit history is available upon request.