Add and subtract integers

  • Integers are the set of whole numbers and their negatives, including zero.
    👉 Example: { … –5, –4, –3, –2, –1, 0, 1, 2, 3, 4, 5 … }

There are two cases when adding integers:

  • Add the absolute values.
  • Keep the same sign.
    👉 Example:
    (+7) + (+5) = +12
    (–8) + (–6) = –14
  • Subtract the smaller absolute value from the larger absolute value.
  • Keep the sign of the number with the greater absolute value.
    👉 Example:
    (+9) + (–4) = +5
    (–12) + (+7) = –5

  • To subtract an integer, add its opposite.
    👉 Rule:
    a – b = a + (–b)
  1. 7 – (–3) = 7 + 3 = 10
  2. (–6) – (+4) = (–6) + (–4) = –10
  3. (–5) – (–8) = (–5) + (+8) = +3

Integers can also be added and subtracted using a number line:

  • Move right for positive integers.
  • Move left for negative integers.

(–3) + 5 → Start at –3, move 5 steps right → ends at +2.


  1. Adding same signs → Add and keep the sign.
  2. Adding different signs → Subtract and keep the sign of the larger number.
  3. Subtracting integers → Change subtraction into addition of the opposite.

  1. (–15) + (–12) = ?
  2. (+25) + (–30) = ?
  3. (–8) – (+6) = ?
  4. (+12) – (–5) = ?
  5. (–20) + (+15) = ?

  1. –27
  2. –5
  3. –14
  4. +17
  5. –5

Since 7 is bigger than 3, the answer will be negative.

First, solve an easier problem:

7 − 3 = 4

Remember that the answer to the problem you’re solving will be negative:

3 − 7 = -4

Switch the order of the numbers:

–9 + 3 = 3 + –9

Now change the negative sign to a subtraction sign:

3 + –9 = 3 − 9

Since 9 is bigger than 3, the answer will be negative.

First solve an easier problem:

9 − 3 = 6

Remember that the answer to the problem you’re solving will be negative:

3 − 9 = –6

So:

–9 + 3 = –6

Switch the order of the numbers:

–8 + 9 = 9 + –8

Now change the negative sign to a subtraction sign:

9 + –8 = 9 − 8

Subtract:

9 − 8 = 1

So:

–8 + 9 = 1

Let’s practice!🖊️