Math Lab
Home/Class VI/Ch 10/Adding integers

Adding integers

Adding two whole numbers like 3+43 + 4 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.

  • (+3)+(+4)=+7(+3) + (+4) = +7. Both positive, sum is 77, sign is ++.
  • (5)+(2)=7(-5) + (-2) = -7. Both negative, sum of sizes is 77, sign is -.

In short: (+a)+(+b)=+(a+b)(+a) + (+b) = +(a + b) and (a)+(b)=(a+b)(-a) + (-b) = -(a + b).

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.

  • (+8)+(3)(+8) + (-3): sizes 88 and 33. Difference 55. The 88 is bigger, and it is positive, so the answer is +5+5.
  • (+4)+(9)(+4) + (-9): sizes 44 and 99. Difference 55. The 99 is bigger, and it is negative, so the answer is 5-5.

In short: if a>b>0a > b > 0, then (+a)+(b)=+(ab)(+a) + (-b) = +(a - b) and (a)+(+b)=(ab)(-a) + (+b) = -(a - b).

Brahmagupta's elegant rules

The Indian mathematician Brahmagupta wrote these rules clearly in 628628 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, 1,4001{,}400 years ago.

Picture on a number line

To add an integer bb to aa:

  • Start at aa.
  • If b>0b > 0, move bb steps to the right.
  • If b<0b < 0, move b|b| steps to the left.
  • Where you land is the answer.

This visual rule covers both cases above without separating into rules.

Useful facts

  • a+0=aa + 0 = a. (Adding zero changes nothing.)
  • a+(a)=0a + (-a) = 0. (A number and its opposite cancel out.)
  • a+b=b+aa + b = b + a. (Addition is commutative , order doesn't matter.)
  • (a+b)+c=a+(b+c)(a + b) + c = a + (b + c). (Addition is associative , grouping doesn't matter.)

Worked examples

Example 1. (+12)+(+8)(+12) + (+8).

  • Same sign (both positive). Sum: 12+8=2012 + 8 = 20. Answer: +20+20.

Example 2. (7)+(9)(-7) + (-9).

  • Same sign (both negative). Sum: 7+9=167 + 9 = 16. Answer: 16-16.

Example 3. (+15)+(6)(+15) + (-6).

  • Different signs. Difference: 156=915 - 6 = 9. The 1515 is bigger (positive), so answer is +9+9.

Example 4. (12)+(+4)(-12) + (+4).

  • Different signs. Difference: 124=812 - 4 = 8. The 1212 is bigger (negative), so answer is 8-8.

Example 5. (5)+5(-5) + 5.

  • Different signs. Difference: 00. Answer: 00 (the two cancel).

Example 6. Word problem. The temperature at sunrise is 3°-3°C. By noon it has risen 11°11°. What is the noon temperature?

  • 3+11=+8-3 + 11 = +8. So 8°C.

Example 7. (3)+(+4)+(7)(-3) + (+4) + (-7).

  • Group: (3)+(+4)=+1(-3) + (+4) = +1. Then (+1)+(7)=6(+1) + (-7) = -6.
  • Answer: 6-6.

Try it yourself

  1. (+5)+(+9)(+5) + (+9).
  2. (8)+(6)(-8) + (-6).
  3. (+12)+(7)(+12) + (-7).
  4. (15)+(+9)(-15) + (+9).
  5. (3)+(+3)(-3) + (+3).
  6. (4)+(1)+(+9)(-4) + (-1) + (+9).
  7. 20+(7)+(6)+520 + (-7) + (-6) + 5.
  8. The temperature drops 5° from 2°C. What is the new temperature?
  9. Word problem: A diver is 12-12 m. He rises 88 m. What is his new depth?
  10. Tricky: (100)+(+50)+(25)+(+30)(-100) + (+50) + (-25) + (+30).

Activity

Lift game. Pick a starting floor (e.g., +2+2) in Bela's building. Use a stack of cards: each card has a number with a sign (+5+5, 3-3, +2+2, 7-7, 1-1, 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 55 cards, where are you? Compare with a friend's path.