How to solve
Integer addition is about combining directed quantities on the number line. Same-sign numbers reinforce each other; different signs cancel, and the leftover has the sign of whichever side had more magnitude.
Steps
- Same signs: add the absolute values and keep that shared sign.
- Different signs: subtract the smaller absolute value from the larger, then keep the sign of the number with the larger absolute value.
- Sanity-check by picturing a move left (negative) or right (positive) on a number line.
Example
Compute −7 + 12.
- Signs differ, so compare |−7| = 7 and |12| = 12.
- Subtract: 12 − 7 = 5.
- The larger absolute value is 12 (positive), so the sum is +5.
Answer: 5
How to type answers
- Enter an integer, e.g. -7 or 12
Loading drills…