Integers

โฑ 8 minโœ๏ธ Quiz at the end

What are Integers?

Integers are whole numbers that can be positive, negative, or zero: โ€ฆ-3, -2, -1, 0, 1, 2, 3โ€ฆ

They do not include fractions or decimals. The set of integers is often written with the symbol โ„ค (from the German word Zahlen, meaning numbers).

Key Terms

  • Integer โ€” any whole number: negative, zero, or positive
  • Positive integer โ€” a whole number greater than zero (1, 2, 3โ€ฆ)
  • Negative integer โ€” a whole number less than zero (-1, -2, -3โ€ฆ)
  • Absolute value โ€” the distance from zero, always non-negative (|-5| = 5)

The Number Line

โ†  -5  -4  -3  -2  -1  0  1  2  3  4  5  โ†’

Numbers to the left are smaller. Numbers to the right are larger. This means:

  • -5 < -1 < 0 < 3 < 7
  • -100 < -1 (even though 100 looks bigger, the negative sign makes it much smaller)

Adding Integers

There are three cases when adding integers:

  • Positive + Positive: add normally โ€” 4 + 3 = 7
  • Negative + Negative: add the sizes, keep the negative sign โ€” (-3) + (-5) = -8
  • Mixed signs: find the difference of the sizes, use the sign of the larger โ€” 7 + (-4) = 3, and (-9) + 4 = -5

Worked Example: What is (-6) + 10? The sizes are 6 and 10. The difference is 4. The larger number (10) is positive, so the answer is +4.

Subtracting Integers

The key rule: subtracting a negative is the same as adding a positive.

a - (-b) = a + b

  • 5 - (-3) = 5 + 3 = 8
  • -2 - (-7) = -2 + 7 = 5
  • 4 - (-4) = 4 + 4 = 8

Think of it as: two negatives cancel each other out and become a positive.

Multiplying Integers

SignsResultExample
Positive ร— PositivePositive3 ร— 4 = 12
Negative ร— NegativePositive(-3) ร— (-4) = 12
Positive ร— NegativeNegative3 ร— (-4) = -12
Negative ร— PositiveNegative(-3) ร— 4 = -12

Key rule: Same signs โ†’ positive. Different signs โ†’ negative.

Dividing Integers

The same sign rules that apply to multiplication also apply to division:

  • (-8) รท (-2) = 4 (same signs โ†’ positive)
  • 15 รท (-3) = -5 (different signs โ†’ negative)
  • (-20) รท 4 = -5 (different signs โ†’ negative)

Worked Example: (-8) รท (-2) โ€” both signs are negative (same signs) โ†’ result is positive โ†’ 4

Powers of Negative Numbers

Be careful with negative bases raised to a power:

  • (-6)ยฒ = (-6) ร— (-6) = 36 (negative ร— negative = positive)
  • (-2)ยณ = (-2) ร— (-2) ร— (-2) = 4 ร— (-2) = -8 (odd power stays negative)

Even powers of negative numbers are always positive. Odd powers are always negative.

Absolute Value

The absolute value of an integer is its distance from zero on the number line โ€” always non-negative.

  • |7| = 7
  • |-7| = 7
  • |0| = 0

Absolute value is written with vertical bars: |n|. It answers: "how far from zero?" not "in which direction?"

Ordering and Comparing Integers

To order integers, place them on a number line or compare their positions:

  • More negative = further left = smaller value
  • Example: put -3, 1, -7, 0, 5 in ascending order: -7, -3, 0, 1, 5

Real-World Context

Negative integers appear everywhere in daily life:

  • Temperature: -10ยฐC is 10 degrees below freezing
  • Altitude: -400 m means 400 metres below sea level
  • Finance: -ยฃ50 means you owe ยฃ50 (a debt)
  • Time: -3 years means 3 years before a reference point (e.g., 3 BC)
  • Sport scores: a golf score of -4 is 4 under par

Common Mistakes

  • Mistake: thinking -10 > -2 because 10 > 2. Fix: on the number line, -10 is further left, so -10 < -2.
  • Mistake: (-3)ยฒ = -9. Fix: (-3)ยฒ = (-3) ร— (-3) = +9. The exponent applies to the whole negative term.
  • Mistake: -5 - 3 = -2. Fix: -5 - 3 = -5 + (-3) = -8 (both negatives, add the sizes).
  • Mistake: thinking a - (-b) stays as a - b. Fix: subtracting a negative always becomes addition: a + b.

Tips and Tricks

  • Draw a number line whenever you are unsure โ€” it makes direction visual.
  • For multiplication and division, work out the size first, then apply the sign rule separately.
  • The product of an even number of negatives is positive; an odd number of negatives is negative.
  • To check a subtraction answer, use the inverse: if 8 - (-3) = 11, then 11 + (-3) should equal 8. โœ“