2.5.2 · D3Number Theory (Intermediate)

Worked examples — Integers — operations, number line, absolute value

3,228 words15 min readBack to topic

The scenario matrix

Every integer question this topic can throw at you falls into one of these classes. "Sign" means positive , negative , or the special value zero . Read as "the integers" — the set .

Cell Case class What makes it tricky
A Addition, same signs or Directions accumulate
B Addition, opposite signs One movement cancels the other
C The tie: / degenerate zero Result lands exactly on origin
D Subtraction, including minus a negative Rewrite first
E Multiplication all four sign combos + zero ; anything
F Division, including , , Some cells have no answer
G Absolute value of a messy expression Evaluate inside first, then measure distance
H Triangle inequality — equal / strict / zero Same sign → equal; opposite → strict; zero → equal
I Word problem (debt / temperature) Translate words → signed integers
J Exam twist (order of operations + signs) Bracket-first rules meet sign rules

We now walk ten examples, one per cell, A through J.


Cell A — Addition, same signs

The figure below draws exactly this walk. Read it left to right along the number line: the blue arrow is the first move (6 units left, ending at ), the orange arrow stacked above is the second move (7 more units left), and the red dot marks where you finally stop, . Notice both arrows point the same way — that is why the distances simply add.

Figure — Integers — operations, number line, absolute value

Cell B — Addition, opposite signs

In the figure, compare the two arrows' directions: the long blue arrow goes 9 units left, then the orange arrow doubles back 4 units right (it points the opposite way). The red dot at shows the leftover: the orange backtrack ate into the blue move, so only units of "left" survive.

Figure — Integers — operations, number line, absolute value

Cell C — The tie / degenerate zero


Cell D — Subtraction, including minus-a-negative


Cell E — Multiplication, all four sign combos + zero


Cell F — Division: , , and


Cell G — Absolute value of a messy expression

The figure makes the last step visual. Read it as a distance measurement: the orange dot sits at the inside value , the gray dot marks the origin , and the green double-headed arrow between them is what measures — its length, . The arrow has no preferred direction, which is exactly why absolute value ignores the minus sign.

Figure — Integers — operations, number line, absolute value

Cell H — Triangle inequality: equal / strict / zero

The figure stacks all three walks. Compare the three rows: in the top row both arrows point right, so their tips reach the full combined length () — equality. In the middle row the second arrow reverses, pulling the endpoint back to — strict inequality. In the bottom row the second term is zero, so the second arrow has no length at all and the endpoint stays at the full — equality again.

Figure — Integers — operations, number line, absolute value

Cell I — Word problem (temperature / debt)


Cell J — Exam twist (order of operations + signs)


Recall Self-check (cover the answers)

Which cell is ? ::: Cell A (same signs) → Which two division cases have no value, and how do they differ? ::: Cell F: () is undefinedno solves ; is indeterminateevery solves What is ? ::: — dividing zero by a nonzero number is fine When is ? ::: When have the same sign, or at least one of them is zero (Cell H) Rewrite before computing. ::: (minus a negative = plus) Evaluate . ::: (brackets → multiply/divide → add)


Connections

  • Parent: Integers — operations, number line, absolute value
  • Builds on: Natural numbers
  • Leads to: Rational numbers, Linear equations
  • Related pictures: Coordinate plane, Vectors in 2D, Inequalities