Integers are whole numbers that can be positive (+), negative (-), or zero. Think of a number line as your main tool for visualizing integer operations.
Rules for addition:
- Same sign: add absolute values and keep the sign. Example: (-3) + (-4) = -7
- Different signs: subtract absolute values and keep the sign of the number with the larger absolute value. Example: (-8) + (+3) = -5
Rule for subtraction: Subtracting a number is the same as adding its opposite.
Example: 5 - (-3) = 5 + 3 = 8
| Rule | Example | Result |
|---|---|---|
| Positive + Positive | 4 + 5 | +9 |
| Negative + Negative | (-4) + (-5) | -9 |
| Different signs | (-8) + 3 | -5 |
| Subtraction rule | 5 - (-3) | 8 |