Review of Real Numbers and Absolute Value
Review of Real Numbers and Absolute Value
🧭 Overview
🧠 One-sentence thesis
This section reviews fundamental operations with real numbers—addition, subtraction, multiplication, and division—emphasizing their properties, the importance of order in non-commutative operations, and techniques for working with fractions.
📌 Key points (3–5)
- Addition vs subtraction commutativity: addition is commutative (order doesn't matter), but subtraction is not (order matters).
- Multiplication vs division commutativity: multiplication is commutative, but division is not; sequential operations must be performed left to right.
- Working with fractions: requires finding a common denominator for addition/subtraction; multiplication is straightforward (multiply numerators and denominators).
- Common confusion: sequential operations—must replace all operations with addition or subtraction first, then work left to right; for multiplication/division, work left to right as they appear.
- Key properties: each operation has identity, inverse, associative, and commutative properties (where applicable).
➕ Addition and Subtraction Properties
🔑 Core properties of addition
The excerpt defines four fundamental properties for any real numbers a, b, and c:
| Property | Formula | Meaning |
|---|---|---|
| Additive Identity | a + 0 = 0 + a = a | Adding zero leaves the number unchanged |
| Additive Inverse | a + (−a) = (−a) + a = 0 | A number plus its negative equals zero |
| Associative | (a + b) + c = a + (b + c) | Grouping doesn't affect the sum |
| Commutative | a + b = b + a | Order doesn't affect the sum |
⚠️ Why order matters for subtraction
- Addition is commutative: 5 + 10 = 10 + 5 = 15 (order doesn't matter).
- Subtraction is NOT commutative: 5 − 10 = −5, but 10 − 5 = 5 (order matters).
- Don't confuse: you cannot rearrange subtraction the way you can rearrange addition.
🔄 Sequential operations strategy
General rule: first replace all sequential operations with either addition or subtraction, then perform each operation in order from left to right.
Example from the excerpt: −10 − (−10) + (−5)
- Replace −(−) with addition (+): −10 + 10 − 5
- Replace +(−) with subtraction (−): already done
- Work left to right: 0 − 5 = −5
➗ Adding and subtracting fractions
Common denominator: a denominator that is shared by more than one fraction.
For fractions with common denominator c: a/c + b/c = (a + b)/c and a/c − b/c = (a − b)/c
Finding the least common denominator (LCD):
- The LCD is the least common multiple (LCM) of all denominators.
- Method 1: List multiples of each denominator until you find the smallest common one.
- Method 2 (more efficient): Use prime factorization—the LCM is the product of each prime factor raised to the highest power appearing in any factorization.
Example: For 2/9 − 1/15 + 8/45, the LCD is 45. Convert each fraction to have denominator 45, then perform operations on numerators: (10 − 3 + 8)/45 = 15/45 = 1/3.
📝 Translating English to math
Common phrases:
- "The sum of a number and 2" → n + 2
- "The difference of 2 and a number" → 2 − n
- "2 subtracted from a number" → n − 2 (note the order!)
Example: "What is 8 subtracted from the sum of 3 and 1/2?" → (3 + 1/2) − 8 = 7/2 − 8 = −9/2
✖️ Multiplication and Division Properties
🔑 Core properties of multiplication
For any real numbers a, b, and c:
| Property | Formula | Meaning |
|---|---|---|
| Zero Factor | a · 0 = 0 · a = 0 | Multiplying by zero gives zero |
| Multiplicative Identity | a · 1 = 1 · a = a | Multiplying by one leaves the number unchanged |
| Associative | (a · b) · c = a · (b · c) | Grouping doesn't affect the product |
| Commutative | a · b = b · a | Order doesn't affect the product |
⚠️ Why order matters for division
- Multiplication is commutative: 5 · 10 = 10 · 5 = 50 (order doesn't matter).
- Division is NOT commutative: 5 ÷ 10 = 0.5, but 10 ÷ 5 = 2 (order matters).
- Don't confuse: you cannot rearrange division the way you can rearrange multiplication.
🔄 Sequential multiplication and division
Important: when sequential operations involve multiplication and division, order does matter; work the operations from left to right to obtain a correct result.
Example from the excerpt: 10 ÷ (−2)(−5)
- Perform division first (left to right): 10 ÷ (−2) = −5
- Then multiply: (−5)(−5) = 25
- If you multiply first instead, you get the wrong answer.
Sign rules for multiplication:
- Positive × Negative = Negative
- Negative × Negative = Positive
Example: 5(−3)(−2)(−4) = multiply two at a time from left to right = −120
➗ Multiplying fractions
The product of two fractions is the fraction formed by the product of the numerators and the product of the denominators.
Formula: a/b · c/d = ac/bd
Example: −4/5 · 25/12
- Multiply numerators: (−4)(25) = −100
- Multiply denominators: (5)(12) = 60
- Result: −100/60
- Reduce by dividing out common factors: −5/3