Contents

Integers

Integers are used to describe many everyday situations, such as temperature, elevation, profit and loss, or positions on a number line. On a thermometer, temperatures below zero are written as negative numbers, while temperatures above zero are written as positive numbers.

  • Negative integers are to the left of zero.
  • Zero is in the middle.
  • Positive integers are to the right of zero.

Examples of integers: ..., -3, -2, -1, 0, 1, 2, 3, ...

Integers are the set of negative integers, zero, and positive integers. The standard notation is:

Z={...,3,2,1,0,1,2,3,...} Z = \{..., -3, -2, -1, 0, 1, 2, 3, ...\}

On a number line, numbers become larger as you move to the right. Because of that, the symbols < and > are used to compare integers.

Examples:

3>14<23<17>5 \begin{aligned} 3 &> -1\\ -4 &< 2\\ -3 &< -1\\ 7 &> 5 \end{aligned}

Properties of addition:

  • Closure: the sum of two integers is always an integer.
    Example: 8+5=3-8 + 5 = -3
  • Commutative: a+b=b+aa + b = b + a
  • Associative: (a+b)+c=a+(b+c)(a + b) + c = a + (b + c)
  • Identity element: a+0=0+a=aa + 0 = 0 + a = a
  • Inverse element: a+(a)=0a + (-a) = 0

Properties of subtraction:

  • Closure: the difference of two integers is still an integer.
  • Not commutative: abbaa - b \ne b - a
  • Not associative: (ab)ca(bc)(a - b) - c \ne a - (b - c)
  • The following identities are useful:
ab=a+(b)a(b)=a+bab=(a+b) \begin{aligned} a - b &= a + (-b)\\ a - (-b) &= a + b\\ -a - b &= -(a+b) \end{aligned}

Properties of multiplication:

  • Closure: the product of two integers is always an integer.
  • Commutative: a×b=b×aa \times b = b \times a
  • Associative: (a×b)×c=a×(b×c)(a \times b) \times c = a \times (b \times c)
  • Identity element: a×1=1×a=aa \times 1 = 1 \times a = a
  • Distributive:
a×(b+c)=ab+aca×(bc)=abac \begin{aligned} a \times (b + c) &= ab + ac\\ a \times (b - c) &= ab - ac \end{aligned}

Properties of division:

  • Not closed: the quotient of two integers is not always an integer.
    Example: 128=32\dfrac{12}{8} = \dfrac{3}{2}
  • Not commutative: abba\dfrac{a}{b} \ne \dfrac{b}{a}
  • Not associative
  • Division by zero is undefined.

Use these rules when working with mixed operations:

  1. Evaluate expressions inside parentheses first.
  2. Multiplication and division are done before addition and subtraction.
  3. For operations at the same level, work from left to right.
  1. Find the value of 15+(12:3)-15 + (-12 : 3)

    15+(12:3)=15+(4)=19 -15 + (-12 : 3) = -15 + (-4) = -19
  2. Find the value of (18+30):(31)(-18 + 30) : (-3 - 1)

    12:(4)=3 12 : (-4) = -3
  3. If a=6a=6, b=10b=-10, and c=2c=-2, find a+c3ba + c - 3b

    a+c3b=6+(2)3(10)=62+30=34 \begin{aligned} a + c - 3b &= 6 + (-2) - 3(-10)\\ &= 6 - 2 + 30\\ &= 34 \end{aligned}
  4. If p=36p=-36, q=9q=-9, and r=8r=8, find the value of p:qr-p : q - r

    p:qr=(36):(9)8=36:(9)8=48=12 \begin{aligned} -p : q - r &= -(-36) : (-9) - 8\\ &= 36 : (-9) - 8\\ &= -4 - 8\\ &= -12 \end{aligned}
  5. The classroom temperature is 3232^\circC. The office temperature is 1111^\circC lower. Therefore, the office temperature is

    32C11C=21C 32^\circ\text{C} - 11^\circ\text{C} = 21^\circ\text{C}
  6. A pulley is 22 meters above the ground, while the water surface is 66 meters below the ground. The rope length from the water surface to the pulley is

    2(6)=2+6=8 2 - (-6) = 2 + 6 = 8

    So the rope is 88 meters long.

The following GeoGebra simulation can be used to explore addition with integers.

  1. The value of 12+34+56++9101 - 2 + 3 - 4 + 5 - 6 + \cdots + 9 - 10 is

    • A. 5-5
    • B. 2-2
    • C. 00
    • D. 33
  2. The value of pp that satisfies 15:(p+1)=315 : (p + 1) = -3 is

    • A. 7-7
    • B. 6-6
    • C. 44
    • D. 55
  3. In a test, each correct answer is worth 44, each wrong answer is worth 2-2, and each unanswered question is worth 00. Out of 2525 questions, Andika answered 1818 correctly, 55 incorrectly, and left the rest blank. Andika’s score is

    • A. 6060
    • B. 6161
    • C. 6262
    • D. 6363
  4. The result of 5×(17+(13))5 \times (17 + (-13)) is

    • A. 9898
    • B. 9191
    • C. 8585
    • D. 7272
  5. If the initial temperature of an object is 55 degrees and then it drops by 1212 degrees, the final temperature is

    • A. 4-4
    • B. 5-5
    • C. 6-6
    • D. 7-7

Answer key

  1. A, because (12)+(34)+(56)+(78)+(910)=5(1-2)+(3-4)+(5-6)+(7-8)+(9-10)=-5
  2. B, because 15:(p+1)=3p+1=5p=615:(p+1)=-3 \Rightarrow p+1=-5 \Rightarrow p=-6
  3. C, because (18×4)+(5×2)=7210=62(18 \times 4) + (5 \times -2) = 72 - 10 = 62
  4. D, because 17+(13)=417 + (-13) = 4, so the result is 2020
  5. D, because 512=75 - 12 = -7

If you still find this topic difficult, review the examples above and discuss them with your teacher or classmates.

Interactive exercises for this lesson are available in the original source. They are not reproduced here because the imported legacy HTML and JavaScript are no longer stable in the current site.

That completes this short introduction to integers. Once you understand the number line and the basic operation rules, integer problems become much easier to solve.

Related Content