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.