Adding integers
Adding two whole numbers like is easy. Adding integers gets a little trickier because we have to handle negative numbers. But there are just two simple cases, and once you learn them, you'll never go wrong.
Concept
Case 1: Same signs
When both numbers have the same sign, add their sizes and keep the common sign.
- . Both positive, sum is , sign is .
- . Both negative, sum of sizes is , sign is .
In short: and .
Case 2: Different signs
When the two numbers have different signs, find the difference of their sizes and keep the sign of the number with the bigger size.
- : sizes and . Difference . The is bigger, and it is positive, so the answer is .
- : sizes and . Difference . The is bigger, and it is negative, so the answer is .
In short: if , then and .
Brahmagupta's elegant rules
The Indian mathematician Brahmagupta wrote these rules clearly in CE in his book Brahmasphutasiddhanta. He called positive numbers "fortunes" and negative numbers "debts". His rules in words:
- A fortune plus a fortune is a fortune.
- A debt plus a debt is a debt.
- A fortune and an equal debt cancel.
- A fortune plus a debt: the bigger wins.
The same idea, years ago.
Picture on a number line
To add an integer to :
- Start at .
- If , move steps to the right.
- If , move steps to the left.
- Where you land is the answer.
This visual rule covers both cases above without separating into rules.
Useful facts
- . (Adding zero changes nothing.)
- . (A number and its opposite cancel out.)
- . (Addition is commutative , order doesn't matter.)
- . (Addition is associative , grouping doesn't matter.)
Worked examples
Example 1. .
- Same sign (both positive). Sum: . Answer: .
Example 2. .
- Same sign (both negative). Sum: . Answer: .
Example 3. .
- Different signs. Difference: . The is bigger (positive), so answer is .
Example 4. .
- Different signs. Difference: . The is bigger (negative), so answer is .
Example 5. .
- Different signs. Difference: . Answer: (the two cancel).
Example 6. Word problem. The temperature at sunrise is C. By noon it has risen . What is the noon temperature?
- . So C.
Example 7. .
- Group: . Then .
- Answer: .
Try it yourself
- .
- .
- .
- .
- .
- .
- .
- The temperature drops from C. What is the new temperature?
- Word problem: A diver is m. He rises m. What is his new depth?
- Tricky: .
Activity
Lift game. Pick a starting floor (e.g., ) in Bela's building. Use a stack of cards: each card has a number with a sign (, , , , , etc.). Draw a card and add it to your current floor , this means moving up (if positive) or down (if negative) by that many floors. After cards, where are you? Compare with a friend's path.