Operations with Integers

Adding, subtracting, multiplying, and dividing integers

๐ŸŽฏโญ INTERACTIVE LESSON

Try the Interactive Version!

Learn step-by-step with practice exercises built right in.

Start Interactive Lesson โ†’

Operations with Integers

What are Integers?

Integers are whole numbers and their opposites: ...,โˆ’3,โˆ’2,โˆ’1,0,1,2,3,......, -3, -2, -1, 0, 1, 2, 3, ...

Positive integers: 1,2,3,...1, 2, 3, ... Negative integers: โˆ’1,โˆ’2,โˆ’3,...-1, -2, -3, ... Zero: Neither positive nor negative

Adding Integers

Same signs: Add the absolute values, keep the sign

  • 5+3=85 + 3 = 8
  • โˆ’5+(โˆ’3)=โˆ’8-5 + (-3) = -8

Different signs: Subtract the absolute values, use the sign of the larger

  • 5+(โˆ’3)=25 + (-3) = 2
  • โˆ’5+3=โˆ’2-5 + 3 = -2

Subtracting Integers

Key rule: Subtracting is the same as adding the opposite

aโˆ’b=a+(โˆ’b)a - b = a + (-b)

Examples:

  • 7โˆ’3=7+(โˆ’3)=47 - 3 = 7 + (-3) = 4
  • 7โˆ’(โˆ’3)=7+3=107 - (-3) = 7 + 3 = 10
  • โˆ’7โˆ’3=โˆ’7+(โˆ’3)=โˆ’10-7 - 3 = -7 + (-3) = -10

Multiplying Integers

Sign rules:

  • Same signs โ†’ positive result
  • Different signs โ†’ negative result

Examples:

  • 5ร—3=155 \times 3 = 15 (both positive)
  • โˆ’5ร—(โˆ’3)=15-5 \times (-3) = 15 (both negative)
  • 5ร—(โˆ’3)=โˆ’155 \times (-3) = -15 (different signs)
  • โˆ’5ร—3=โˆ’15-5 \times 3 = -15 (different signs)

Dividing Integers

Same sign rules as multiplication:

  • Same signs โ†’ positive result
  • Different signs โ†’ negative result

Examples:

  • 12รท3=412 \div 3 = 4
  • โˆ’12รท(โˆ’3)=4-12 \div (-3) = 4
  • 12รท(โˆ’3)=โˆ’412 \div (-3) = -4
  • โˆ’12รท3=โˆ’4-12 \div 3 = -4

๐Ÿ“š Practice Problems

1Problem 1easy

โ“ Question:

Calculate: โˆ’8+5-8 + 5

๐Ÿ’ก Show Solution

Different signs: subtract and use sign of larger absolute value.

โˆฃโˆ’8โˆฃ=8,โˆฃ5โˆฃ=5|-8| = 8, \quad |5| = 5

Since 8 > 5: 8โˆ’5=38 - 5 = 3

Use negative sign (from -8): โˆ’8+5=โˆ’3-8 + 5 = -3

Answer: โˆ’3-3

2Problem 2medium

โ“ Question:

Calculate: โˆ’6โˆ’(โˆ’9)-6 - (-9)

๐Ÿ’ก Show Solution

Change subtraction to adding the opposite: โˆ’6โˆ’(โˆ’9)=โˆ’6+9-6 - (-9) = -6 + 9

Different signs: subtract and use sign of larger. 9โˆ’6=39 - 6 = 3

Use positive sign (from 9): โˆ’6+9=3-6 + 9 = 3

Answer: 33

3Problem 3hard

โ“ Question:

Calculate: (โˆ’4)ร—3ร—(โˆ’2)(-4) \times 3 \times (-2)

๐Ÿ’ก Show Solution

Work left to right:

Step 1: (โˆ’4)ร—3=โˆ’12(-4) \times 3 = -12 (different signs โ†’ negative)

Step 2: โˆ’12ร—(โˆ’2)=24-12 \times (-2) = 24 (same signs โ†’ positive)

Answer: 2424