Home Algebra

Lesson 5 – Integers & Absolute Value

Lexicon  ›  Mathematics  ›  Algebra  ›  Stage I — Foundations
Lesson 5 of 1005% complete
Stage I — Foundations
LESSON 05 / 100

Integers & Absolute Value

Whole numbers in both directions — and the measure of how far any number sits from zero.


In Lesson 4 you saw the number line stretching in both directions from zero. The numbers that sit precisely on the whole-number tick marks — with nothing between them — are called integers.

ℤ = { … , −5, −4, −3, −2, −1, 0, 1, 2, 3, 4, 5, … }

The symbol ℤ comes from the German word Zahlen, meaning “numbers.” Integers include three distinct groups:

Three Groups Within the Integers Positive integers: 1, 2, 3, 4, 5 … (the natural numbers — counting numbers)
Zero: 0 (neither positive nor negative — its own category)
Negative integers: −1, −2, −3, −4, −5 … (mirror of the positives)
What is NOT an Integer Fractions like ½, decimals like 3.7, and irrational numbers like √2 are not integers. They exist on the number line but fall between the whole-number positions. Integers are whole — no fractional parts.

Negative integers are not abstract — they model real quantities in everyday life. Understanding what they represent makes working with them far more intuitive.

SituationPositive IntegerNegative Integer
Temperature25°C (above zero)−8°C (below zero)
Bank accountR500 in credit−R200 (overdrawn)
Altitude1200m above sea level−30m (below sea level)
Time3 years from now−3 years (3 years ago)
Floors in a buildingFloor 4 (above ground)Floor −2 (underground)

Here is a question: how far is −5 from zero? The answer is 5 — because we’re asking about distance, not direction. Distance is never negative. This is precisely what absolute value measures.

|x| = the distance of x from zero on the number line The vertical bars | | are the absolute value symbol. The result is always ≥ 0.
|−5| = 5 5 units left of zero
|5| = 5 5 units right of zero
|0| = 0 zero is at zero

Absolute value is defined with a piecewise rule — two cases depending on whether the number is negative or not:

|x| = x    if x ≥ 0
|x| = −x   if x < 0 When x is negative, taking −x flips it to positive. Example: |−7| = −(−7) = 7
Why −(−7) = 7 The minus sign in −x doesn’t mean “make it negative.” It means “take the opposite.”
The opposite of −7 is +7. So −(−7) = 7. This is a crucial pattern that reappears constantly in algebra.
PropertyRuleExample
Non-negativity|x| ≥ 0 always|−99| = 99, never −99
Zero|x| = 0 only when x = 0|0| = 0 — the only number with abs value 0
Symmetry|x| = |−x||3| = |−3| = 3
Product|x × y| = |x| × |y||−3 × 4| = |−3| × |4| = 12
Triangle inequality|x + y| ≤ |x| + |y||−3 + 1| = 2 ≤ 3 + 1 = 4 ✓

If |x| = 5, what is x? Because both 5 and −5 are exactly 5 units from zero, there are two solutions: x = 5 or x = −5. This two-answer nature is the defining feature of absolute value equations, which we’ll study fully in Lesson 35.

If |x| = a (where a > 0), then x = a  OR  x = −a Two numbers always sit at the same distance from zero — one positive, one negative.
✦ Example 1 — Evaluating Absolute Value
|−12| = 12 −12 is 12 units from zero. Distance is positive.
|7| = 7 7 is already positive — absolute value leaves it unchanged.
−|4| = −4 First: |4| = 4. Then: the minus sign outside gives −4. The minus is OUTSIDE the bars.
|−3| + |−5| = 3 + 5 = 8 Evaluate each absolute value separately first, then add.
|3 − 8| = |−5| = 5 Evaluate inside the bars first (3 − 8 = −5), then take absolute value.
✦ Example 2 — Comparing Absolute Values

Insert <, >, or = between each pair.

|−6| ___ |4| |−6| = 6, |4| = 4 → 6 > 4, so |−6| > |4|
−|5| ___ −5 −|5| = −5 and the right side is −5 → they are EQUAL
|−3| ___ −|3| Left: |−3| = 3. Right: −|3| = −3. So 3 > −3
Analogy — Odometer vs Compass

An odometer records how far you’ve driven — always a positive number regardless of whether you drove north or south. A compass records direction.

Absolute value is the odometer. The original signed number is the compass. −5 tells you direction (left/negative) and magnitude (5 units). |−5| = 5 strips away the direction and gives you only the distance.

— ✦ —
✦ Practice Exercises — Lesson 05 ★☆☆ Beginner
5.1 Which of these are integers? −4, 0.5, 7, −⅓, 0, √4, 2.1
Integers: −4, 7, 0, √4 (= 2)
NOT integers: 0.5, −⅓, 2.1√4 = 2, which is a whole number — so it IS an integer.
5.2 Evaluate:  |−9|  |  |15|  |  |0|  |  −|8|
|−9| = 9  |  |15| = 15  |  |0| = 0  |  −|8| = −8
5.3 Evaluate: |−4 + 10| and |−4| + |10|. Are they equal?
|−4 + 10| = |6| = 6
|−4| + |10| = 4 + 10 = 14
They are NOT equal (6 ≠ 14).This illustrates the triangle inequality: |x+y| ≤ |x| + |y|. They are only equal when both numbers have the same sign.
5.4 If |x| = 11, what are the possible values of x?
x = 11 or x = −11Both are exactly 11 units from zero.
5.5 Insert <, >, or =:
(a) |−7| ___ |7|   (b) |−3| ___ |−5|   (c) −|2| ___ −2
(a) =  (both equal 7)
(b) <  (3 < 5)
(c) =  (−|2| = −2)
5.6 A submarine is at −240m (below sea level). A drone is at 180m. Which is further from sea level (zero)?
|−240| = 240  vs  |180| = 180
The submarine is further from zero — it is 240m away vs the drone’s 180m.
5.7 ★ Challenge: Can absolute value ever be negative? Prove your answer.
No, never. By definition, |x| measures distance, and distance cannot be negative. Formally: if x ≥ 0, |x| = x ≥ 0. If x < 0, |x| = −x, and since x is negative, −x is positive. In both cases the result is ≥ 0.
What You Learned in Lesson 5
  • Integers are all whole numbers: … −3, −2, −1, 0, 1, 2, 3 …
  • Zero is an integer — it is neither positive nor negative
  • Fractions and decimals are not integers
  • Absolute value |x| measures the distance of x from zero — always ≥ 0
  • |x| = x when x is positive; |x| = −x when x is negative
  • If |x| = a, there are two solutions: x = a or x = −a
  • Always evaluate what is inside the absolute value bars before applying the bars
Up Next Lesson 06 — Adding & Subtracting Integers
← Previous Lesson
Lesson 4 - The Number Line
Next Lesson →
Lesson 6 - Adding & Subtracting Integers