3.3 Integers, Absolute Value, & Signed Rational Number Operations
Key Takeaways
- The set of integers $\mathbb{Z} = \{\dots, -3, -2, -1, 0, 1, 2, 3, \dots\}$ and rational numbers $\mathbb{Q} = \{\frac{p}{q} \mid p, q \in \mathbb{Z}, q \neq 0\}$ represent directed quantities on the real number line.
- The absolute value $|x|$ represents the non-negative geometric distance between $x$ and $0$ on a number line; opposites have identical absolute values ($|a| = |-a|$).
- Adding signed numbers depends on signs: same signs add magnitudes and keep the common sign; different signs subtract the smaller magnitude from the larger and take the sign of the larger magnitude.
- Subtraction is defined as adding the additive inverse: $a - b = a + (-b)$; in multiplication and division, an even count of negative factors yields a positive product, while an odd count yields a negative product.
3.3 Integers, Absolute Value, & Signed Rational Number Operations
In mathematics and workplace applications, numbers often have direction as well as magnitude. Elevations exist above and below sea level, temperatures rise above and drop below freezing, and financial balance sheets record positive credits and negative debits. Understanding signed integers, rational numbers, and absolute value on the TABE 13&14 Mathematics test ensures you can evaluate algebraic expressions and solve real-world problems accurately.
1. The Real Number System: Integers and Rational Numbers
The real number system is organized into a hierarchy of subsets:
- Natural Numbers (Counting Numbers, $\mathbb{N}$): ${1, 2, 3, 4, 5, \dots}$
- Whole Numbers ($\mathbb{W}$): ${0, 1, 2, 3, 4, \dots}$ (Natural numbers including $0$).
- Integers ($\mathbb{Z}$): ${\dots, -3, -2, -1, 0, 1, 2, 3, \dots}$ (Whole numbers and their negative opposites).
- Rational Numbers ($\mathbb{Q}$): Any number that can be expressed as the quotient $\frac{p}{q}$, where $p$ and $q$ are integers and $q \neq 0$. Rational numbers include all integers (since $n = \frac{n}{1}$), terminating decimals (e.g., $0.75 = \frac{3}{4}$), and repeating decimals (e.g., $0.\overline{3} = \frac{1}{3}$).
+-------------------------------------------------------------------------+
| Rational Numbers (Q) |
| -3/4, 0.25, -12.8, 5/9, 0.333... |
| +-------------------------------------------------------------------+ |
| | Integers (Z) | |
| | -15, -7, -1 | |
| | +-------------------------------------------------------------+ | |
| | | Whole Numbers (W) | | |
| | | 0 | | |
| | | +-------------------------------------------------------+ | | |
| | | | Natural Numbers (N) | | | |
| | | | 1, 2, 3, 4, 100, ... | | | |
| | | +-------------------------------------------------------+ | | |
| | +-------------------------------------------------------------+ | |
| +-------------------------------------------------------------------+ |
+-------------------------------------------------------------------------+
The Directed Number Line
The number line is an infinite continuous horizontal axis where:
- Origin ($0$): Neutral center that is neither positive nor negative.
- Positive Numbers ($x > 0$): Located to the right of $0$, increasing in value as you move rightward.
- Negative Numbers ($x < 0$): Located to the left of $0$, decreasing in value as you move leftward.
- Comparison Rule: For any two numbers $a$ and $b$, $a < b$ if $a$ lies to the left of $b$ on the number line (e.g., $-7 < -2$ because $-7$ is further left than $-2$).
2. Absolute Value as Geometric Distance
The absolute value of a real number $x$, denoted by $|x|$, is defined as the geometric distance along the number line between $x$ and the origin ($0$).
Key Properties of Absolute Value:
- Non-Negativity: Distance is never negative: $|x| \ge 0$ for all $x \in \mathbb{R}$.
- Opposites: A number and its opposite have identical absolute values: $|-a| = |a|$. (e.g., $|-9| = 9$ and $|9| = 9$).
- Distance Between Two Points: The distance between any two points $a$ and $b$ on a number line is given by $d = |a - b| = |b - a|$.
- Grouping Precedence: In the order of operations (PEMDAS), absolute value bars act like parentheses. You must evaluate the expression inside the bars completely before taking the absolute value.
Worked Example: Absolute Value in Complex Expressions
Problem: Evaluate the expression $|-24 + 9| - 2 \times |3 - 11|$.
- Evaluate inside first absolute value: $-24 + 9 = -15 \implies |-15| = 15$.
- Evaluate inside second absolute value: $3 - 11 = -8 \implies |-8| = 8$.
- Substitute values back into the expression: $15 - 2 \times 8$.
- Perform multiplication before subtraction: $2 \times 8 = 16$.
- Subtract: $15 - 16 = -1$.
3. Addition of Signed Numbers
When adding signed numbers, use the sign relationship rules:
Rule 1: Same Signs (Both Positive or Both Negative)
- Procedure: Add the absolute values (magnitudes) of the numbers and attach the common sign to the sum.
- $(+8) + (+14) = +(8 + 14) = +22$
- $(-9) + (-13) = -(9 + 13) = -22$
Rule 2: Different Signs (One Positive and One Negative)
- Procedure: Subtract the smaller absolute value from the larger absolute value. The final sum takes the sign of the number with the larger absolute value.
- $(-18) + (+11) = -(18 - 11) = -7$ (since $|-18| > |11|$, sign is negative)
- $(+25) + (-14) = +(25 - 14) = +11$ (since $|25| > |-14|$, sign is positive)
4. Subtraction of Signed Numbers: The Additive Inverse
Subtraction is formally defined as the addition of the additive inverse (opposite):
To subtract any signed number, use the Keep-Change-Change rule:
- Keep the first number ($a$) with its original sign.
- Change the subtraction sign ($-$) to an addition sign ($+$).
- Change the second number ($b$) to its opposite (invert its sign).
- Follow the standard integer addition rules.
| Subtraction Form | Keep-Change-Change Conversion | Worked Example | Final Result |
|---|---|---|---|
| $(+) - (+)$ | $(+) + (-)$ | $7 - 12 = 7 + (-12)$ | $-5$ |
| $(+) - (-)$ | $(+) + (+)$ | $8 - (-5) = 8 + 5$ | $+13$ |
| $(-) - (+)$ | $(-) + (-)$ | $-14 - 9 = -14 + (-9)$ | $-23$ |
| $(-) - (-)$ | $(-) + (+)$ | $-10 - (-16) = -10 + 16$ | $+6$ |
Worked Example: Multi-Step Subtraction
Problem: Simplify $-15 - (-22) - 18 + (-7)$.
- Convert subtractions to additions of opposites:
- Group positive and negative terms:
- Positives: $22$
- Negatives: $(-15) + (-18) + (-7) = -40$
- Combine: $22 + (-40) = -(40 - 22) = -18$.
5. Multiplication and Division of Signed Numbers
Multiplication and division follow identical sign rules:
Two-Factor Sign Rules:
- Same Signs $\implies$ Positive Result:
- Different Signs $\implies$ Negative Result:
General Rule for Multiple Factors (Counting Negatives):
When multiplying or dividing a chain of non-zero numbers:
- If the count of negative signs is even ($0, 2, 4, 6, \dots$), the result is positive.
- If the count of negative signs is odd ($1, 3, 5, 7, \dots$), the result is negative.
6. Signed Rational Numbers: Fractions and Decimals
Negative Fractions Placement
A negative sign in a fraction can be written in front of the fraction, in the numerator, or in the denominator without changing its value:
Worked Example 1: Operating with Signed Fractions
Problem: Compute $-\frac{3}{4} - \left(-\frac{5}{6}\right)$.
- Convert subtraction to addition of opposite:
- Find common denominator $\text{LCD}(4, 6) = 12$:
Worked Example 2: Operating with Signed Decimals
Problem: Evaluate $-14.75 - (-8.40) + (-3.65)$.
- Convert subtraction to addition: $-14.75 + 8.40 + (-3.65)$.
- Combine negative terms: $(-14.75) + (-3.65) = -18.40$.
- Add positive term: $-18.40 + 8.40 = -10.00$.
7. Real-World Applications: Elevation, Temperature, and Finance
| Application Domain | Positive Sign ($+$) Meaning | Negative Sign ($-$) Meaning | Typical Problem Setup |
|---|---|---|---|
| Elevation | Height above sea level | Depth below sea level | $\Delta h = h_{\text{peak}} - h_{\text{basin}}$ |
| Temperature | Degrees above $0^\circ$ | Degrees below $0^\circ$ | $T_{\text{final}} = T_{\text{initial}} + \Delta T_{\text{rise}} - \Delta T_{\text{drop}}$ |
| Financial Accounting | Deposits, profits, credits | Withdrawals, losses, debits | $\text{Balance} = \text{Starting} + \sum \text{Credits} - \sum \text{Debits}$ |
Elevation Differential Example:
Death Valley's Badwater Basin is at an elevation of $-282\text{ feet}$, while the nearby Telescope Peak reaches $+11,049\text{ feet}$. What is the vertical difference in elevation between them?
TABE Exam Traps & Common Errors
[!CAUTION] Trap 1: The Double Negative Confusion Subtraction of a negative is NOT negative! Two adjacent negative signs without a number between them cancel to positive: $a - (-b) = a + b$.
[!WARNING] Trap 2: Treating Absolute Value Bars as Mere Parentheses Absolute value bars do NOT merely hold terms. A negative outside the absolute value remains negative: $-|-7| = -(7) = -7$. However, $|-7| = +7$.
[!NOTE] Trap 3: Exponents on Negative Bases Be careful with parentheses! $(-4)^2 = (-4) \times (-4) = +16$, whereas $-4^2 = -(4 \times 4) = -16$ because the exponent applies only to $4$, not the negative sign.
Evaluate the expression: |-32 + 14| - 3 × |4 - 9| + (-7).
What is the value of the expression: -5/6 ÷ (1/4 - 2/3)?
At 6:00 AM, the temperature in a mountain valley was -13°F. By 1:00 PM, the temperature had risen by 28°F. A cold front then caused the temperature to drop by 19°F by 8:00 PM. What was the temperature at 8:00 PM?