Exercises — Integers — operations, number line, absolute value
A quick reminder of the tools we lean on, so no symbol appears unexplained:
Recall The five facts every solution below uses
- Integer — whole numbers going both ways.
- Number line: a horizontal ruler with in the middle; right is , left is ; one step one unit.
- Adding a number a move on that line: add positive step right, add negative step left.
- Subtracting adding the opposite: .
- Absolute value distance from , always : if , and if .
L1 — Recognition
Exercise 1.1
On the number line below, which integer is steps to the left of ? And which is steps to the right of ?

Recall Solution 1.1
What we do: "steps left" means add a negative, "steps right" means add a positive.
- left of : start at the point , walk chalk-steps toward the negative side. Look at the blue arrow: . That is .
- right of : start at , walk steps toward the positive side (yellow arrow): . That is .
Notice they swapped places — that is the whole "left/right symmetry" of the line.
Exercise 1.2
Fill in the blanks with the correct sign of the answer (no arithmetic needed, just the sign): , , .
Recall Solution 1.2
What we do: separate the multiply/divide sign rule from the add rule.
- : multiplication, negative times negative positive .
- : addition, both moves go left negative .
- : division, negative over positive negative .
Signs: .
L2 — Application
Exercise 2.1
Compute step by step: .
Recall Solution 2.1
What we do: turn every subtraction into "add the opposite," then read as movements.
- Start at . Move right: .
- From , move left: .
Answer: . Why each step: subtracting is adding because ; adding is a leftward step.
Exercise 2.2
Evaluate two ways: (a) directly, (b) using the distributive law. Confirm they match.
Recall Solution 2.2
(a) Directly: (b) Distributive — factor the shared : Both give . The distributive law is just "do the inside first, then one multiply" — often faster.
Exercise 2.3
Compute .
Recall Solution 2.3
What we do: always evaluate inside the bars before taking absolute value.
- , so (distance of from ).
- .
L3 — Analysis
Exercise 3.1
Find all integers with . Then find all integers with . Show them on a number line.

Recall Solution 3.1
What we do: read as "distance from ," then ask which points sit at that distance.
- : points exactly steps from . There are two — one each side (pink dots in the figure): or .
- : points closer than steps from , i.e. strictly between and . Since must be an integer, the endpoints are excluded (distance is not ): That is integers (the yellow band in the figure). This ties to 2.1.05-Inequalities — an absolute-value inequality carves out an interval around .
Exercise 3.2
Is true for every pair of integers? Prove it or give a counterexample.
Recall Solution 3.2
What we do: notice and are opposites, then use property . Let . Then . Distance-from-zero doesn't care about side: So it is always true. Check: : and . ✓ Meaning: on the line, the distance between two points is the same whichever one you start from.
L4 — Synthesis
Exercise 4.1
A diver starts at sea level ( m). She descends m, rises m, descends another m, then rises m. (a) What is her final depth (as a signed integer, down negative)? (b) What is her greatest depth reached during the dive? (c) What is the total vertical distance she swam?
Recall Solution 4.1
What we do: model "down" as adding negatives, "up" as adding positives; track the running position. Running positions (each is previous move):
- Start:
- :
- :
- :
- :
(a) Final depth m (back at sea level). (b) Greatest depth the most negative running position , so she reached m down. (c) Total distance swum sum of the magnitudes of each move (distance ignores direction — that is exactly what absolute value is for): Why absolute value here: her final position is , but she clearly worked hard — position (a) and path length (c) are different questions, and is the tool that measures path length regardless of sign.
Exercise 4.2
Simplify using the integer laws (name each law you use):
Recall Solution 4.2
What we do: rearrange to pair each number with its opposite (additive inverse), using commutativity.
- (multiplicative identity).
- Reorder (commutative + associative for addition):
- and (additive inverse). Answer: . Spotting inverse pairs turns a messy sum into one number.
L5 — Mastery
Exercise 5.1
Prove that for all integers : (This is the reverse triangle inequality.) Then verify it with .
Recall Solution 5.1
What we do: bootstrap from the ordinary triangle inequality (proven in the parent note).
Step 1 — one direction. Write as . Apply the triangle inequality with : Subtract from both sides: |a| - |b| \le |a-b|. \tag{i}
Step 2 — the other direction. By symmetry, swap the roles of and . Write : The last equality uses Exercise 3.2 (). So: -\bigl(|a| - |b|\bigr) \le |a-b|. \tag{ii}
Step 3 — combine. Lines (i) and (ii) say the number is and its negative is . "A number and its negative are both " is exactly "." Hence:
Verification with :
- Left:
- Right:
- ✓.
Exercise 5.2
For how many integers is true? List them.
Recall Solution 5.2
What we do: read as " is at most away from ," i.e. squeezed between and . Subtract from all three parts (this is the 2.1.05-Inequalities move — same operation on every part keeps the chain valid): Integer solutions: — that is integers. Geometric read: is the distance from to the point . So we want all integers within steps of — exactly and three neighbours on each side.