Comparing Integers Rules:
| Rule | Example | Why? |
|---|---|---|
| Positive > Negative | 5 > -3 | Positive on right |
| Larger positive > Smaller positive | 8 > 3 | 8 is further right |
| Smaller negative > Larger negative | -2 > -7 | -2 is right of -7 |
| Any negative < 0 | -4 < 0 | Negative left of zero |
Number Line Shortcut:
More Negative ← → More Positive
-10 -9 -8 -7 -6 -5 -4 -3 -2 -1 0 1 2 3
The farther LEFT, the SMALLER
The farther RIGHT, the LARGERComparing Trick:
- For negatives, the number with the smaller absolute value is larger!
- Example: -3 vs -7 → |−3|=3, |−7|=7 → 3 < 7 → -3 > -7