Adding and subtracting directed numbers
Picture every operation as a movement on a number line. Right for positive, left for negative.
Imagine standing on the number line at the first number. The operation tells you which way and how far to move.
Adding a positive = move RIGHT. Adding a negative = move LEFT. Subtracting a positive = move LEFT. Subtracting a negative = move RIGHT (it's a "double negative").
Worked walkthroughs:
- → start at , move 5 right → .
- → start at , move 7 left → .
- → start at , move 6 left → .
- → subtracting a negative becomes adding a positive: .
The sign-rewrite trick. Two adjacent signs combine: So and .
- ADD a positive → move right.
- ADD a negative → move left.
- SUBTRACT a negative → move right (cancels to a plus).
- Two adjacent like signs ⇒ plus; two unlike signs ⇒ minus.