00-05 โ Integers and Directed Numbers
Phase: 0 โ Arithmetic & Number Foundations Subject: 00-05 Prerequisites: 00-01 โ Whole Number Arithmetic, 00-02 โ Fractions, 00-03 โ Decimals, 00-04 โ Percentages Next subject: 00-06 โ Powers and Roots
Learning Objectives
By the end of this subject, you will be able to:
- Represent integers on a number line and understand negative numbers as directed quantities
- Compute absolute values of integers and interpret them geometrically as distance from zero
- Add, subtract, multiply, and divide any two integers โ including negative numbers โ confidently
- Apply the order of operations correctly to expressions containing negative numbers
- Solve real-world problems involving temperature changes, bank balances, elevation, and other directed quantities
Core Content
1. What Are Integers?
The integers extend the whole numbers by including negative values. Symbolically:
โค = {..., โ3, โ2, โ1, 0, 1, 2, 3, ...}
Where: - Negative integers are numbers less than zero: โ1, โ2, โ3, ... - Zero is neither positive nor negative โ it is the boundary - Positive integers are the whole numbers greater than zero: 1, 2, 3, ...
The set of integers is denoted by โค (from the German "Zahlen" meaning "numbers").
โ ๏ธ THIS IS CRITICAL โ Negative numbers are used constantly in algebra, coordinate geometry, physics, finance, and calculus. You cannot do algebra without mastering integer operations.
2. The Number Line
The number line is a straight line where every point corresponds to a number:
$ โ more negative more positive โ
... -5 -4 -3 -2 -1 0 1 2 3 4 5 ...
| | | | | | | | | | |
$
Key observations: - Zero sits at the center - Numbers increase as you move right, decrease as you move left - The number โ3 is 3 units left of zero - The number 3 is 3 units right of zero - โ3 and 3 are opposites โ they are the same distance from zero but on opposite sides
Thinking of integers as positions on a thermometer:
A temperature of โ5ยฐC is 5 degrees below freezing (0ยฐC). A temperature of +5ยฐC is 5 degrees above freezing. The number line is just a thermometer turned sideways.
3. Comparing Integers
On the number line, larger means farther to the right:
$... -5 < -4 < -3 < -2 < -1 < 0 < 1 < 2 < 3 < 4 < 5 ... $
Therefore: - โ3 < 2 (negative three is less than two โ it's to the left) - โ10 < โ5 (negative ten is more negative, so it's smaller) - 0 > โ1 (zero is greater than negative one)
Common pitfall: Many beginners think โ10 > โ5 because "10 is bigger than 5." But on the number line, โ10 is farther left (more negative) than โ5, so โ10 < โ5. The more negative a number, the SMALLER it is.
Memory aid: Imagine owing money. Owing ยฃ10 (โ10) is worse (less money) than owing ยฃ5 (โ5).
4. Absolute Value
The absolute value of a number is its distance from zero on the number line, ignoring direction.
|x| = the distance of x from 0
Definition:
|x| = x if x โฅ 0 |x| = โx if x < 0
For example: - |5| = 5 (distance from 0 is 5) - |โ5| = 5 (distance from 0 is 5) - |0| = 0 (distance from 0 is 0)
Why does |โx| = |x|? Because distance is never negative. The absolute value strips away the sign.
Geometric interpretation: |a โ b| is the distance between a and b on the number line.
|โ3 โ 2| = |โ5| = 5 โ the distance between โ3 and 2 is 5 units โ |2 โ (โ3)| = |5| = 5 โ same distance โ
Common pitfall: |โx| is NOT the same as โ|x|. - |โ3| = 3 - โ|3| = โ3 These are different. The absolute value makes things non-negative; putting a minus sign outside makes it negative.
5. Adding Integers
Adding integers is combining directed movement on the number line.
Rule for adding two numbers with the same sign:
Add their absolute values. Keep the common sign.
5 + 3 = 8 (both positive โ positive sum) (โ5) + (โ3) = โ8 (both negative โ negative sum)
Rule for adding two numbers with opposite signs:
Subtract the smaller absolute value from the larger. Keep the sign of the number with the larger absolute value.
5 + (โ3) = 2 (|5| > |3|, so positive) (โ5) + 3 = โ2 (|โ5| > |3|, so negative)
Number line visualization for 5 + (โ3):
Start at 5. "Add โ3" means move 3 units LEFT:
$ ... 2 3 4 5 6 ...
โ | | |
|โ---3 units---โ|
$
Start at 5 โ move left 3 โ land at 2.
Number line visualization for (โ5) + 3:
Start at โ5. "Add 3" means move 3 units RIGHT:
$ ... -5 -4 -3 -2 -1 0 ...
|----โ|----โ|----โ|
โ
$
Start at โ5 โ move right 3 โ land at โ2.
Why these rules work: Addition is commutative and associative for integers, just as for whole numbers. The rules above follow directly from the definition of integers on the number line.
6. Subtracting Integers
โ ๏ธ THIS IS CRITICAL โ The subtraction rule for integers is the most important single rule in this subject.
a โ b = a + (โb)
Subtracting any number is the SAME as adding its opposite.
This single rule converts every subtraction problem into an addition problem.
Examples: - 7 โ 3 = 7 + (โ3) = 4 - 7 โ (โ3) = 7 + 3 = 10 โ subtracting a negative = adding a positive - (โ7) โ 3 = (โ7) + (โ3) = โ10 - (โ7) โ (โ3) = (โ7) + 3 = โ4
The "double negative" rule:
Subtracting a negative number is the same as adding a positive number. a โ (โb) = a + b
Why? Because โ(โb) = b. The opposite of the opposite of b is b itself. Think of "โ" as "opposite of": the opposite of the opposite of east is east.
Number line intuition for 7 โ (โ3):
Start at 7. "Subtract โ3" โ add the opposite โ add 3 โ move right 3 โ land at 10.
Common pitfall โ the "two negatives make a positive" confusion:
This applies ONLY when you are multiplying/dividing or when subtracting a negative: - (โ2) ร (โ3) = 6 โ (multiplication of two negatives โ positive) - 5 โ (โ3) = 5 + 3 = 8 โ (subtracting a negative โ add) - But: (โ2) + (โ3) = โ5 (adding two negatives โ negative, NOT positive!)
Don't over-apply the "two negatives make a positive" rule. Context matters.
7. Multiplying Integers
Rule for signs in multiplication:
| Sign of a | Sign of b | Sign of a ร b |
|---|---|---|
| + | + | + |
| + | โ | โ |
| โ | + | โ |
| โ | โ | + |
Same signs โ positive product. Different signs โ negative product.
Examples: - 4 ร 3 = 12 (both positive) - 4 ร (โ3) = โ12 (positive ร negative) - (โ4) ร 3 = โ12 (negative ร positive) - (โ4) ร (โ3) = 12 (both negative โ positive)
Why does negative ร negative = positive?
Proof by pattern:
$3 ร 3 = 9 2 ร 3 = 6 (decrease by 3 each time) 1 ร 3 = 3 0 ร 3 = 0 (โ1) ร 3 = โ3 (pattern continues: decrease by 3) (โ2) ร 3 = โ6 (โ3) ร 3 = โ9 $
Now consider (โ3) ร 3 = โ9. Now follow a different pattern:
$(โ3) ร 3 = โ9 (โ3) ร 2 = โ6 (increase by 3 each time!) (โ3) ร 1 = โ3 (โ3) ร 0 = 0 (โ3) ร (โ1) = 3 (pattern continues: increase by 3) (โ3) ร (โ2) = 6 (โ3) ร (โ3) = 9 $
This shows (โ3) ร (โ3) = 9, confirming negative ร negative = positive.
Another way: Multiplication by โ1 is a 180ยฐ rotation on the number line. Doing it twice (multiplying by โ1 twice) = 360ยฐ rotation = back to original = positive.
8. Dividing Integers
The division sign rules are identical to multiplication:
Same signs โ positive quotient. Different signs โ negative quotient.
- 12 รท 3 = 4
- 12 รท (โ3) = โ4
- (โ12) รท 3 = โ4
- (โ12) รท (โ3) = 4
Why? Division is the inverse of multiplication. Since (โ4) ร 3 = โ12, it must be that (โ12) รท 3 = โ4.
Common pitfall โ dividing by zero:
Just as with whole numbers, division by zero is undefined for integers too: - 5 รท 0 = undefined - (โ5) รท 0 = undefined - 0 รท (โ5) = 0 (zero divided by anything non-zero is zero)
9. Order of Operations with Negative Numbers
The order of operations (PEMDAS/BODMAS) still applies. The trick is handling negative signs correctly.
โ ๏ธ THIS IS CRITICAL: When you see โ3ยฒ, this means โ(3ยฒ) = โ9, NOT (โ3)ยฒ = 9.
The exponent applies ONLY to the number it's directly attached to. The minus sign is treated as multiplication by โ1, and exponents come before multiplication in PEMDAS.
Examples:
-
Evaluate 10 โ 3 ร (โ2): $10 โ 3 ร (โ2) = 10 โ (โ6) โ Multiplication: 3 ร (โ2) = โ6 = 10 + 6 โ Subtracting a negative = adding positive = 16$
-
Evaluate (โ2)ยณ + 4 ร (โ3): $(โ2)ยณ + 4 ร (โ3) = (โ8) + (โ12) โ Exponent: (โ2)ยณ = โ8; Multiplication: 4 ร (โ3) = โ12 = โ20$
-
Evaluate 6 โ 2 ร (3 โ 8)ยฒ: $6 โ 2 ร (3 โ 8)ยฒ = 6 โ 2 ร (โ5)ยฒ โ Parentheses: 3 โ 8 = โ5 = 6 โ 2 ร 25 โ Exponent: (โ5)ยฒ = 25 = 6 โ 50 โ Multiplication = โ44 โ Subtraction$
-
Evaluate (โ8 + 3) ร (โ1) โ (โ6) รท 2: $(โ8 + 3) ร (โ1) โ (โ6) รท 2 = (โ5) ร (โ1) โ (โ3) โ Parentheses: โ8+3 = โ5; Division: (โ6)รท2 = โ3 = 5 โ (โ3) โ Multiplication: (โ5)ร(โ1) = 5 = 5 + 3 โ Subtract negative = add positive = 8$
Common pitfalls with negative numbers and PEMDAS: - โ3ยฒ โ (โ3)ยฒ โ the first equals โ9, the second equals 9 - 4 โ (โ3) = 4 + 3 = 7, but 4 โ โ3 is messy notation โ use parentheses - (โ2 + 5)ยฒ = 3ยฒ = 9, NOT (โ2)ยฒ + 5ยฒ = 4 + 25 = 29 โ the addition happens inside parentheses FIRST
10. Applications of Integers
Integers model any situation with two opposite directions:
| Context | Positive | Negative |
|---|---|---|
| Temperature | Above 0ยฐC | Below 0ยฐC |
| Elevation | Above sea level | Below sea level |
| Money | Credit/profit | Debit/loss |
| Movement | Right/up | Left/down |
| Time | After | Before |
| Electric charge | Positive | Negative |
Example: A submarine at โ200 m (200 m below sea level) rises 45 m, then descends 67 m. What is its final position?
$(โ200) + 45 + (โ67) = (โ200) + 45 โ 67 = โ155 โ 67 = โ222 $
The submarine is at โ222 m (222 m below sea level).
Key Terms
- Absolute value
- Integers
- Negative integers
- Order of operations
- Positive integers
- Zero
Worked Examples
Example 1: Integer Addition and Subtraction
Calculate: (โ15) + 8 โ (โ6) โ 4 + (โ9)
Solution:
$(โ15) + 8 โ (โ6) โ 4 + (โ9) = โ15 + 8 โ (โ6) โ 4 โ 9 โ Remove parentheses around โ9 $
Now handle the subtraction of negative:
$= โ15 + 8 + 6 โ 4 โ 9 โ Subtract (โ6) โ add 6 $
Group and compute step by step:
$= (โ15 + 8) + 6 โ 4 โ 9 โ Add left to right where possible = โ7 + 6 โ 4 โ 9 = (โ7 + 6) โ 4 โ 9 = โ1 โ 4 โ 9 = โ5 โ 9 = โ14 $
Answer: โ14
Alternative method โ combine all positives and negatives:
Separate into positive terms and negative terms: Positives: +8, +6 โ +14 Negatives: โ15, โ4, โ9 โ โ28
Result: 14 + (โ28) = โ14 โ
Example 2: Multiplication and Division with Signs
Calculate: (โ12) ร (โ3) รท (โ6) ร (โ2)
Solution:
Work left to right (multiplication and division have equal precedence):
$(โ12) ร (โ3) รท (โ6) ร (โ2) $
Step 1: (โ12) ร (โ3) = +36
Step 2: 36 รท (โ6) = โ6
Step 3: (โ6) ร (โ2) = +12
Answer: 12
Sign shortcut: Count the number of negative signs! 4 negative signs in the expression. Even number โ positive result โ
Example 3: Order of Operations with Negatives
Calculate: โ2ยณ โ 3 ร (โ4 + 1)ยฒ + (โ15) รท (โ5)
Solution:
$โ2ยณ โ 3 ร (โ4 + 1)ยฒ + (โ15) รท (โ5) $
Step 1 โ Parentheses: (โ4 + 1) = โ3
$= โ2ยณ โ 3 ร (โ3)ยฒ + (โ15) รท (โ5) $
Step 2 โ Exponents. โ ๏ธ โ2ยณ = โ(2ยณ) = โ8, and (โ3)ยฒ = 9
$= โ8 โ 3 ร 9 + (โ15) รท (โ5) $
Step 3 โ Multiplication and Division (LโR): 3 ร 9 = 27, (โ15) รท (โ5) = 3
$= โ8 โ 27 + 3 $
Step 4 โ Addition/Subtraction (LโR):
$= โ35 + 3 = โ32 $
Answer: โ32
Common mistake check: If you read โ2ยณ as (โ2)ยณ = โ8, you'd get the same answer here (by coincidence). But โ2ยณ = โ8 and (โ2)ยณ = โ8 are both โ8! This is because the exponent is odd. For even exponents: โ2ยฒ = โ4 but (โ2)ยฒ = 4 โ very different.
Practice Problems
(Answers are below. Try each problem before checking.)
Problem 1: Evaluate: (โ18) + 25 โ (โ7) โ 11 + (โ3)
Problem 2: Evaluate: (โ6) ร (โ5) ร (โ2)
Problem 3: Evaluate: (โ48) รท 8 โ (โ3) ร (โ2)
Problem 4: Evaluate: โ3ยฒ + (โ4)ยฒ โ 5 ร (โ2)
Problem 5: Evaluate: (7 โ 12) ร (โ3 + 1)ยฒ โ (โ24) รท (โ6)
Problem 6: A mountain climber starts at sea level. She ascends 450 m, descends 120 m into a valley, then ascends 280 m. What is her final elevation?
Problem 7: The temperature at midnight was โ8ยฐC. By 6 AM it had fallen 5ยฐC. By noon it had risen 11ยฐC. What was the temperature at noon?
Answers (click to expand)
**Problem 1:** (โ18) + 25 โ (โ7) โ 11 + (โ3) = โ18 + 25 + 7 โ 11 โ 3 = (โ18 + 25 + 7) + (โ11 โ 3) = 14 + (โ14) = **0** **Problem 2:** (โ6) ร (โ5) ร (โ2) = 30 ร (โ2) = **โ60** (Three negatives โ odd โ negative) **Problem 3:** (โ48) รท 8 โ (โ3) ร (โ2) = โ6 โ 6 = **โ12** **Problem 4:** โ3ยฒ + (โ4)ยฒ โ 5 ร (โ2) = โ9 + 16 โ (โ10) = โ9 + 16 + 10 = **17** **Problem 5:** (7 โ 12) ร (โ3 + 1)ยฒ โ (โ24) รท (โ6) = (โ5) ร (โ2)ยฒ โ 4 = (โ5) ร 4 โ 4 = โ20 โ 4 = **โ24** **Problem 6:** 0 + 450 + (โ120) + 280 = 450 โ 120 + 280 = 330 + 280 = **610 m** **Problem 7:** โ8 + (โ5) + 11 = โ13 + 11 = **โ2ยฐC**Summary
- Integers include zero, positive whole numbers, and negative whole numbers, extending the whole numbers to directed quantities
- Absolute value |x| is the distance from zero โ always non-negative โ and |a โ b| measures the distance between a and b
- Adding integers: same signs โ add absolute values, keep sign; opposite signs โ subtract absolute values, keep sign of larger absolute value
- Subtracting integers: a โ b = a + (โb) โ ALWAYS convert subtraction to addition of the opposite number; subtracting a negative becomes adding a positive
- Multiplying/dividing integers: same signs โ positive; different signs โ negative; negative ร negative = positive
- Order of operations with negatives: โ ๏ธ โ3ยฒ = โ(3ยฒ) = โ9, NOT (โ3)ยฒ = 9 โ the exponent attaches only to what it's directly next to
Pitfalls
- Misreading โ3ยฒ as (โ3)ยฒ. The expression โ3ยฒ means โ(3ยฒ) = โ9 because exponents bind tighter than the minus sign (which is multiplication by โ1). With parentheses: (โ3)ยฒ = 9. The distinction matters enormously for even exponents.
- Thinking โ10 > โ5 because \"10 is bigger than 5.\" On the number line, โ10 is farther left (more negative) than โ5, so โ10 < โ5. More negative means smaller. Think of owing ยฃ10 vs owing ยฃ5.
- Over-applying \"two negatives make a positive\" to addition. Two negatives multiply to a positive, and subtracting a negative IS adding a positive. But adding two negatives stays negative: (โ2) + (โ3) = โ5, NOT +5. Context matters.
- Forgetting to treat subtraction as adding the opposite. a โ b = a + (โb) is the universal rule. Skipping this step leads to sign errors in chains like (โ15) + 8 โ (โ6) โ 4 + (โ9).
- Losing track of signs across multiple operations. When an expression has several negatives, count signs systematically for multiplication/division (even number โ positive, odd โ negative) and convert all subtractions to additions for addition/subtraction.
Quiz
Answer each question, then read the explanation for your choice.
Q1: Evaluate: (โ7) + (โ3) โ (โ5)
A) โ15 B) โ5 C) 5 D) โ1
Answer and Explanations
**Correct: B) โ5** (โ7) + (โ3) โ (โ5) = โ7 โ 3 + 5 = โ10 + 5 = โ5 - A) โ15: You may have incorrectly treated โ(โ5) as โ5 instead of +5. - B) โ5: โ Correct. All signs handled properly. - C) 5: You may have dropped the negative from โ10 incorrectly. - D) โ1: You may have added (โ3) + (โ5) = โ8 then โ7 โ (โ8) = 1 โ but the structure is different. The subtraction sign is attached to (โ5), not to the sum of โ3 and โ5.Q2: What is |โ7| โ |3| + |โ2|?
A) โ8 B) 6 C) 12 D) 8
Answer and Explanations
**Correct: B) 6** |โ7| = 7, |3| = 3, |โ2| = 2 7 โ 3 + 2 = 6 - A) โ8: You may have computed โ7 โ 3 โ 2 = โ12 or confused absolute value with just dropping signs. - B) 6: โ Correct. - C) 12: You may have done 7 + 3 + 2 = 12, ignoring the minus sign between terms. - D) 8: You may have done 7 โ 3 โ 2 = 2 or 7 + 3 โ 2 = 8 โ check each absolute value.Q3: (โ4) ร (โ6) รท (โ3) = ?
A) โ8 B) 8 C) โ12 D) 2
Answer and Explanations
**Correct: A) โ8** (โ4) ร (โ6) = 24 (negative ร negative = positive) 24 รท (โ3) = โ8 (positive รท negative = negative) - A) โ8: โ Correct. Three negative signs total โ negative result. - B) 8: You lost one negative sign somewhere. - C) โ12: You may have done 24 รท (โ2) instead of 24 รท (โ3), or โ4 ร 6 ร (โ3) by misreading. - D) 2: You may have done 24 รท 3 = 8 then sign error, producing 8 โ but wrong sign.Q4: Evaluate: โ6 + 4 ร (โ2)ยฒ โ (โ10) รท 2
A) โ10 B) 5 C) 15 D) โ5
Answer and Explanations
**Correct: C) 15** โ6 + 4 ร (โ2)ยฒ โ (โ10) รท 2 = โ6 + 4 ร 4 โ (โ5) โ Exponent: (โ2)ยฒ = 4; Division: (โ10) รท 2 = โ5 = โ6 + 16 โ (โ5) โ Multiplication: 4 ร 4 = 16 = โ6 + 16 + 5 โ Subtract โ5 = add 5 = 10 + 5 = 15 - A) โ10: You may have evaluated (โ2)ยฒ as โ4 (treating โ2ยฒ instead of (โ2)ยฒ). - B) 5: You may have made a sign error on the division term. - C) 15: โ Correct. - D) โ5: You may have done โ6 + 16 = 10, then 10 + (โ5) = 5 instead of 10 โ (โ5).Q5: What is the distance between โ12 and 7 on the number line?
A) โ19 B) 19 C) 5 D) โ5
Answer and Explanations
**Correct: B) 19** Distance = |โ12 โ 7| = |โ19| = 19, or |7 โ (โ12)| = |19| = 19. - A) โ19: Distance is always non-negative. You found the correct magnitude but forgot the absolute value. - B) 19: โ Correct. - C) 5: You may have subtracted: 12 โ 7 = 5, but forgot the negative sign on โ12. - D) โ5: Wrong value AND wrong sign. Distance is a magnitude.Q6: Which of the following is the LARGEST number?
A) โ15 B) โ3 C) โ8 D) โ1
Answer and Explanations
**Correct: D) โ1** On the number line, larger means farther to the right: โ15 < โ8 < โ3 < โ1. - A) โ15: The most negative โ farthest left โ smallest. - B) โ3: โ3 < โ1, so โ1 is larger (closer to zero on the negative side). - C) โ8: โ8 < โ3 < โ1, so this is smaller than both. - D) โ1: โ Correct. The least negative = the largest among negative numbers.Q7: What is (โ3)ยณ โ 2 ร (โ5)?
A) โ37 B) โ17 C) 17 D) โ23
Answer and Explanations
**Correct: B) โ17** (โ3)ยณ = โ27 (odd exponent keeps negative sign) 2 ร (โ5) = โ10 โ27 โ (โ10) = โ27 + 10 = โ17 - A) โ37: You may have done โ27 โ 10 = โ37 (treating 2 ร (โ5) as +10, or subtracting โ10 as adding โ10). - B) โ17: โ Correct. - C) 17: You may have done (โ3)ยณ = 27 instead of โ27 (confused with (โ3)ยฒ = 9). - D) โ23: You may have evaluated (โ3)ยณ as โ9 (multiplying 3 ร 3 instead of cubing).Q8: A bank account has a balance of โยฃ45 (overdraft). The account holder deposits ยฃ120, then writes a cheque for ยฃ90. What is the final balance?
A) ยฃ75 B) โยฃ15 C) ยฃ15 D) โยฃ75
Answer and Explanations
**Correct: B) โยฃ15** (โ45) + 120 + (โ90) = โ45 + 120 โ 90 = 75 โ 90 = โ15 - A) ยฃ75: You may have added 45 + 120 โ 90 = 75, ignoring the negative sign on 45. - B) โยฃ15: โ Correct. The account is still overdrawn by ยฃ15. - C) ยฃ15: Sign error โ you got the magnitude right but the account is negative, not positive. - D) โยฃ75: You may have done (โ45) + 120 โ 90 incorrectly as โ45 โ 120 โ 90.Next Steps
Move on to 00-06 โ Powers and Roots to learn about squares, square roots, cubes, cube roots, exponent laws, and working with negative and fractional exponents.
Q5: A submarine is at โ200 m. It rises 75 m, then descends 130 m. What is its new depth?
A) โ255 m B) โ145 m C) โ55 m D) โ405 m
Answer: A) โ255 m
โ200 + 75 + (โ130) = โ200 + 75 โ 130 = โ125 โ 130 = โ255 m.