Math graphic
๐Ÿ“ Concept diagram

00-05 โ€” Integers and Directed Numbers

Phase: 0 โ€” Arithmetic & Number Foundations Subject: 00-05 Prerequisites: 00-01 โ€” Whole Number Arithmetic, 00-02 โ€” Fractions, 00-03 โ€” Decimals, 00-04 โ€” Percentages Next subject: 00-06 โ€” Powers and Roots


Learning Objectives

By the end of this subject, you will be able to:

  1. Represent integers on a number line and understand negative numbers as directed quantities
  2. Compute absolute values of integers and interpret them geometrically as distance from zero
  3. Add, subtract, multiply, and divide any two integers โ€” including negative numbers โ€” confidently
  4. Apply the order of operations correctly to expressions containing negative numbers
  5. Solve real-world problems involving temperature changes, bank balances, elevation, and other directed quantities

Core Content

1. What Are Integers?

The integers extend the whole numbers by including negative values. Symbolically:

โ„ค = {..., โˆ’3, โˆ’2, โˆ’1, 0, 1, 2, 3, ...}

Where: - Negative integers are numbers less than zero: โˆ’1, โˆ’2, โˆ’3, ... - Zero is neither positive nor negative โ€” it is the boundary - Positive integers are the whole numbers greater than zero: 1, 2, 3, ...

The set of integers is denoted by โ„ค (from the German "Zahlen" meaning "numbers").

โš ๏ธ THIS IS CRITICAL โ€” Negative numbers are used constantly in algebra, coordinate geometry, physics, finance, and calculus. You cannot do algebra without mastering integer operations.


2. The Number Line

The number line is a straight line where every point corresponds to a number:

$    โ† more negative                                    more positive โ†’
...  -5   -4   -3   -2   -1    0    1    2    3    4    5  ...
    |    |    |    |    |    |    |    |    |    |    |
$

Key observations: - Zero sits at the center - Numbers increase as you move right, decrease as you move left - The number โˆ’3 is 3 units left of zero - The number 3 is 3 units right of zero - โˆ’3 and 3 are opposites โ€” they are the same distance from zero but on opposite sides

Thinking of integers as positions on a thermometer:

A temperature of โˆ’5ยฐC is 5 degrees below freezing (0ยฐC). A temperature of +5ยฐC is 5 degrees above freezing. The number line is just a thermometer turned sideways.


3. Comparing Integers

On the number line, larger means farther to the right:

$... -5 < -4 < -3 < -2 < -1 < 0 < 1 < 2 < 3 < 4 < 5 ...
$

Therefore: - โˆ’3 < 2 (negative three is less than two โ€” it's to the left) - โˆ’10 < โˆ’5 (negative ten is more negative, so it's smaller) - 0 > โˆ’1 (zero is greater than negative one)

Common pitfall: Many beginners think โˆ’10 > โˆ’5 because "10 is bigger than 5." But on the number line, โˆ’10 is farther left (more negative) than โˆ’5, so โˆ’10 < โˆ’5. The more negative a number, the SMALLER it is.

Memory aid: Imagine owing money. Owing ยฃ10 (โˆ’10) is worse (less money) than owing ยฃ5 (โˆ’5).


4. Absolute Value

The absolute value of a number is its distance from zero on the number line, ignoring direction.

|x| = the distance of x from 0

Definition:

|x| = x if x โ‰ฅ 0 |x| = โˆ’x if x < 0

For example: - |5| = 5 (distance from 0 is 5) - |โˆ’5| = 5 (distance from 0 is 5) - |0| = 0 (distance from 0 is 0)

Why does |โˆ’x| = |x|? Because distance is never negative. The absolute value strips away the sign.

Geometric interpretation: |a โˆ’ b| is the distance between a and b on the number line.

|โˆ’3 โˆ’ 2| = |โˆ’5| = 5 โ€” the distance between โˆ’3 and 2 is 5 units โœ“ |2 โˆ’ (โˆ’3)| = |5| = 5 โ€” same distance โœ“

Common pitfall: |โˆ’x| is NOT the same as โˆ’|x|. - |โˆ’3| = 3 - โˆ’|3| = โˆ’3 These are different. The absolute value makes things non-negative; putting a minus sign outside makes it negative.


5. Adding Integers

Adding integers is combining directed movement on the number line.

Rule for adding two numbers with the same sign:

Add their absolute values. Keep the common sign.

5 + 3 = 8 (both positive โ†’ positive sum) (โˆ’5) + (โˆ’3) = โˆ’8 (both negative โ†’ negative sum)

Rule for adding two numbers with opposite signs:

Subtract the smaller absolute value from the larger. Keep the sign of the number with the larger absolute value.

5 + (โˆ’3) = 2 (|5| > |3|, so positive) (โˆ’5) + 3 = โˆ’2 (|โˆ’5| > |3|, so negative)

Number line visualization for 5 + (โˆ’3):

Start at 5. "Add โˆ’3" means move 3 units LEFT:

$    ...  2    3    4    5    6 ...
         โ†‘    |    |    |
         |โ†---3 units---โ†’|
$

Start at 5 โ†’ move left 3 โ†’ land at 2.

Number line visualization for (โˆ’5) + 3:

Start at โˆ’5. "Add 3" means move 3 units RIGHT:

$    ... -5   -4   -3   -2   -1    0 ...
         |----โ†’|----โ†’|----โ†’|
                     โ†‘
$

Start at โˆ’5 โ†’ move right 3 โ†’ land at โˆ’2.

Why these rules work: Addition is commutative and associative for integers, just as for whole numbers. The rules above follow directly from the definition of integers on the number line.


6. Subtracting Integers

โš ๏ธ THIS IS CRITICAL โ€” The subtraction rule for integers is the most important single rule in this subject.

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

Subtracting any number is the SAME as adding its opposite.

This single rule converts every subtraction problem into an addition problem.

Examples: - 7 โˆ’ 3 = 7 + (โˆ’3) = 4 - 7 โˆ’ (โˆ’3) = 7 + 3 = 10 โ† subtracting a negative = adding a positive - (โˆ’7) โˆ’ 3 = (โˆ’7) + (โˆ’3) = โˆ’10 - (โˆ’7) โˆ’ (โˆ’3) = (โˆ’7) + 3 = โˆ’4

The "double negative" rule:

Subtracting a negative number is the same as adding a positive number. a โˆ’ (โˆ’b) = a + b

Why? Because โˆ’(โˆ’b) = b. The opposite of the opposite of b is b itself. Think of "โˆ’" as "opposite of": the opposite of the opposite of east is east.

Number line intuition for 7 โˆ’ (โˆ’3):

Start at 7. "Subtract โˆ’3" โ†’ add the opposite โ†’ add 3 โ†’ move right 3 โ†’ land at 10.

Common pitfall โ€” the "two negatives make a positive" confusion:

This applies ONLY when you are multiplying/dividing or when subtracting a negative: - (โˆ’2) ร— (โˆ’3) = 6 โœ“ (multiplication of two negatives โ†’ positive) - 5 โˆ’ (โˆ’3) = 5 + 3 = 8 โœ“ (subtracting a negative โ†’ add) - But: (โˆ’2) + (โˆ’3) = โˆ’5 (adding two negatives โ†’ negative, NOT positive!)

Don't over-apply the "two negatives make a positive" rule. Context matters.


7. Multiplying Integers

Rule for signs in multiplication:

Sign of a Sign of b Sign of a ร— b
+ + +
+ โˆ’ โˆ’
โˆ’ + โˆ’
โˆ’ โˆ’ +

Same signs โ†’ positive product. Different signs โ†’ negative product.

Examples: - 4 ร— 3 = 12 (both positive) - 4 ร— (โˆ’3) = โˆ’12 (positive ร— negative) - (โˆ’4) ร— 3 = โˆ’12 (negative ร— positive) - (โˆ’4) ร— (โˆ’3) = 12 (both negative โ†’ positive)

Why does negative ร— negative = positive?

Proof by pattern:

$3 ร— 3 = 9
2 ร— 3 = 6      (decrease by 3 each time)
1 ร— 3 = 3
0 ร— 3 = 0
(โˆ’1) ร— 3 = โˆ’3   (pattern continues: decrease by 3)
(โˆ’2) ร— 3 = โˆ’6
(โˆ’3) ร— 3 = โˆ’9
$

Now consider (โˆ’3) ร— 3 = โˆ’9. Now follow a different pattern:

$(โˆ’3) ร— 3 = โˆ’9
(โˆ’3) ร— 2 = โˆ’6    (increase by 3 each time!)
(โˆ’3) ร— 1 = โˆ’3
(โˆ’3) ร— 0 = 0
(โˆ’3) ร— (โˆ’1) = 3  (pattern continues: increase by 3)
(โˆ’3) ร— (โˆ’2) = 6
(โˆ’3) ร— (โˆ’3) = 9
$

This shows (โˆ’3) ร— (โˆ’3) = 9, confirming negative ร— negative = positive.

Another way: Multiplication by โˆ’1 is a 180ยฐ rotation on the number line. Doing it twice (multiplying by โˆ’1 twice) = 360ยฐ rotation = back to original = positive.


8. Dividing Integers

The division sign rules are identical to multiplication:

Same signs โ†’ positive quotient. Different signs โ†’ negative quotient.

Why? Division is the inverse of multiplication. Since (โˆ’4) ร— 3 = โˆ’12, it must be that (โˆ’12) รท 3 = โˆ’4.

Common pitfall โ€” dividing by zero:

Just as with whole numbers, division by zero is undefined for integers too: - 5 รท 0 = undefined - (โˆ’5) รท 0 = undefined - 0 รท (โˆ’5) = 0 (zero divided by anything non-zero is zero)


9. Order of Operations with Negative Numbers

The order of operations (PEMDAS/BODMAS) still applies. The trick is handling negative signs correctly.

โš ๏ธ THIS IS CRITICAL: When you see โˆ’3ยฒ, this means โˆ’(3ยฒ) = โˆ’9, NOT (โˆ’3)ยฒ = 9.

The exponent applies ONLY to the number it's directly attached to. The minus sign is treated as multiplication by โˆ’1, and exponents come before multiplication in PEMDAS.

Examples:

  1. Evaluate 10 โˆ’ 3 ร— (โˆ’2): $10 โˆ’ 3 ร— (โˆ’2) = 10 โˆ’ (โˆ’6) โ† Multiplication: 3 ร— (โˆ’2) = โˆ’6 = 10 + 6 โ† Subtracting a negative = adding positive = 16$

  2. Evaluate (โˆ’2)ยณ + 4 ร— (โˆ’3): $(โˆ’2)ยณ + 4 ร— (โˆ’3) = (โˆ’8) + (โˆ’12) โ† Exponent: (โˆ’2)ยณ = โˆ’8; Multiplication: 4 ร— (โˆ’3) = โˆ’12 = โˆ’20$

  3. Evaluate 6 โˆ’ 2 ร— (3 โˆ’ 8)ยฒ: $6 โˆ’ 2 ร— (3 โˆ’ 8)ยฒ = 6 โˆ’ 2 ร— (โˆ’5)ยฒ โ† Parentheses: 3 โˆ’ 8 = โˆ’5 = 6 โˆ’ 2 ร— 25 โ† Exponent: (โˆ’5)ยฒ = 25 = 6 โˆ’ 50 โ† Multiplication = โˆ’44 โ† Subtraction$

  4. Evaluate (โˆ’8 + 3) ร— (โˆ’1) โˆ’ (โˆ’6) รท 2: $(โˆ’8 + 3) ร— (โˆ’1) โˆ’ (โˆ’6) รท 2 = (โˆ’5) ร— (โˆ’1) โˆ’ (โˆ’3) โ† Parentheses: โˆ’8+3 = โˆ’5; Division: (โˆ’6)รท2 = โˆ’3 = 5 โˆ’ (โˆ’3) โ† Multiplication: (โˆ’5)ร—(โˆ’1) = 5 = 5 + 3 โ† Subtract negative = add positive = 8$

Common pitfalls with negative numbers and PEMDAS: - โˆ’3ยฒ โ‰  (โˆ’3)ยฒ โ€” the first equals โˆ’9, the second equals 9 - 4 โˆ’ (โˆ’3) = 4 + 3 = 7, but 4 โˆ’ โˆ’3 is messy notation โ€” use parentheses - (โˆ’2 + 5)ยฒ = 3ยฒ = 9, NOT (โˆ’2)ยฒ + 5ยฒ = 4 + 25 = 29 โ€” the addition happens inside parentheses FIRST


10. Applications of Integers

Integers model any situation with two opposite directions:

Context Positive Negative
Temperature Above 0ยฐC Below 0ยฐC
Elevation Above sea level Below sea level
Money Credit/profit Debit/loss
Movement Right/up Left/down
Time After Before
Electric charge Positive Negative

Example: A submarine at โˆ’200 m (200 m below sea level) rises 45 m, then descends 67 m. What is its final position?

$(โˆ’200) + 45 + (โˆ’67)
= (โˆ’200) + 45 โˆ’ 67
= โˆ’155 โˆ’ 67
= โˆ’222
$

The submarine is at โˆ’222 m (222 m below sea level).



Key Terms

Worked Examples

Example 1: Integer Addition and Subtraction

Calculate: (โˆ’15) + 8 โˆ’ (โˆ’6) โˆ’ 4 + (โˆ’9)

Solution:

$(โˆ’15) + 8 โˆ’ (โˆ’6) โˆ’ 4 + (โˆ’9)
= โˆ’15 + 8 โˆ’ (โˆ’6) โˆ’ 4 โˆ’ 9          โ† Remove parentheses around โˆ’9
$

Now handle the subtraction of negative:

$= โˆ’15 + 8 + 6 โˆ’ 4 โˆ’ 9              โ† Subtract (โˆ’6) โ†’ add 6
$

Group and compute step by step:

$= (โˆ’15 + 8) + 6 โˆ’ 4 โˆ’ 9           โ† Add left to right where possible
= โˆ’7 + 6 โˆ’ 4 โˆ’ 9
= (โˆ’7 + 6) โˆ’ 4 โˆ’ 9
= โˆ’1 โˆ’ 4 โˆ’ 9
= โˆ’5 โˆ’ 9
= โˆ’14
$

Answer: โˆ’14

Alternative method โ€” combine all positives and negatives:

Separate into positive terms and negative terms: Positives: +8, +6 โ†’ +14 Negatives: โˆ’15, โˆ’4, โˆ’9 โ†’ โˆ’28

Result: 14 + (โˆ’28) = โˆ’14 โœ“


Example 2: Multiplication and Division with Signs

Calculate: (โˆ’12) ร— (โˆ’3) รท (โˆ’6) ร— (โˆ’2)

Solution:

Work left to right (multiplication and division have equal precedence):

$(โˆ’12) ร— (โˆ’3) รท (โˆ’6) ร— (โˆ’2)
$

Step 1: (โˆ’12) ร— (โˆ’3) = +36

Step 2: 36 รท (โˆ’6) = โˆ’6

Step 3: (โˆ’6) ร— (โˆ’2) = +12

Answer: 12

Sign shortcut: Count the number of negative signs! 4 negative signs in the expression. Even number โ†’ positive result โœ“


Example 3: Order of Operations with Negatives

Calculate: โˆ’2ยณ โˆ’ 3 ร— (โˆ’4 + 1)ยฒ + (โˆ’15) รท (โˆ’5)

Solution:

$โˆ’2ยณ โˆ’ 3 ร— (โˆ’4 + 1)ยฒ + (โˆ’15) รท (โˆ’5)
$

Step 1 โ€” Parentheses: (โˆ’4 + 1) = โˆ’3

$= โˆ’2ยณ โˆ’ 3 ร— (โˆ’3)ยฒ + (โˆ’15) รท (โˆ’5)
$

Step 2 โ€” Exponents. โš ๏ธ โˆ’2ยณ = โˆ’(2ยณ) = โˆ’8, and (โˆ’3)ยฒ = 9

$= โˆ’8 โˆ’ 3 ร— 9 + (โˆ’15) รท (โˆ’5)
$

Step 3 โ€” Multiplication and Division (Lโ†’R): 3 ร— 9 = 27, (โˆ’15) รท (โˆ’5) = 3

$= โˆ’8 โˆ’ 27 + 3
$

Step 4 โ€” Addition/Subtraction (Lโ†’R):

$= โˆ’35 + 3
= โˆ’32
$

Answer: โˆ’32

Common mistake check: If you read โˆ’2ยณ as (โˆ’2)ยณ = โˆ’8, you'd get the same answer here (by coincidence). But โˆ’2ยณ = โˆ’8 and (โˆ’2)ยณ = โˆ’8 are both โˆ’8! This is because the exponent is odd. For even exponents: โˆ’2ยฒ = โˆ’4 but (โˆ’2)ยฒ = 4 โ€” very different.


Practice Problems

(Answers are below. Try each problem before checking.)

Problem 1: Evaluate: (โˆ’18) + 25 โˆ’ (โˆ’7) โˆ’ 11 + (โˆ’3)

Problem 2: Evaluate: (โˆ’6) ร— (โˆ’5) ร— (โˆ’2)

Problem 3: Evaluate: (โˆ’48) รท 8 โˆ’ (โˆ’3) ร— (โˆ’2)

Problem 4: Evaluate: โˆ’3ยฒ + (โˆ’4)ยฒ โˆ’ 5 ร— (โˆ’2)

Problem 5: Evaluate: (7 โˆ’ 12) ร— (โˆ’3 + 1)ยฒ โˆ’ (โˆ’24) รท (โˆ’6)

Problem 6: A mountain climber starts at sea level. She ascends 450 m, descends 120 m into a valley, then ascends 280 m. What is her final elevation?

Problem 7: The temperature at midnight was โˆ’8ยฐC. By 6 AM it had fallen 5ยฐC. By noon it had risen 11ยฐC. What was the temperature at noon?

Answers (click to expand) **Problem 1:** (โˆ’18) + 25 โˆ’ (โˆ’7) โˆ’ 11 + (โˆ’3) = โˆ’18 + 25 + 7 โˆ’ 11 โˆ’ 3 = (โˆ’18 + 25 + 7) + (โˆ’11 โˆ’ 3) = 14 + (โˆ’14) = **0** **Problem 2:** (โˆ’6) ร— (โˆ’5) ร— (โˆ’2) = 30 ร— (โˆ’2) = **โˆ’60** (Three negatives โ†’ odd โ†’ negative) **Problem 3:** (โˆ’48) รท 8 โˆ’ (โˆ’3) ร— (โˆ’2) = โˆ’6 โˆ’ 6 = **โˆ’12** **Problem 4:** โˆ’3ยฒ + (โˆ’4)ยฒ โˆ’ 5 ร— (โˆ’2) = โˆ’9 + 16 โˆ’ (โˆ’10) = โˆ’9 + 16 + 10 = **17** **Problem 5:** (7 โˆ’ 12) ร— (โˆ’3 + 1)ยฒ โˆ’ (โˆ’24) รท (โˆ’6) = (โˆ’5) ร— (โˆ’2)ยฒ โˆ’ 4 = (โˆ’5) ร— 4 โˆ’ 4 = โˆ’20 โˆ’ 4 = **โˆ’24** **Problem 6:** 0 + 450 + (โˆ’120) + 280 = 450 โˆ’ 120 + 280 = 330 + 280 = **610 m** **Problem 7:** โˆ’8 + (โˆ’5) + 11 = โˆ’13 + 11 = **โˆ’2ยฐC**

Summary

  1. Integers include zero, positive whole numbers, and negative whole numbers, extending the whole numbers to directed quantities
  2. Absolute value |x| is the distance from zero โ€” always non-negative โ€” and |a โˆ’ b| measures the distance between a and b
  3. Adding integers: same signs โ†’ add absolute values, keep sign; opposite signs โ†’ subtract absolute values, keep sign of larger absolute value
  4. Subtracting integers: a โˆ’ b = a + (โˆ’b) โ€” ALWAYS convert subtraction to addition of the opposite number; subtracting a negative becomes adding a positive
  5. Multiplying/dividing integers: same signs โ†’ positive; different signs โ†’ negative; negative ร— negative = positive
  6. Order of operations with negatives: โš ๏ธ โˆ’3ยฒ = โˆ’(3ยฒ) = โˆ’9, NOT (โˆ’3)ยฒ = 9 โ€” the exponent attaches only to what it's directly next to

Pitfalls


Quiz

Answer each question, then read the explanation for your choice.

Q1: Evaluate: (โˆ’7) + (โˆ’3) โˆ’ (โˆ’5)

A) โˆ’15 B) โˆ’5 C) 5 D) โˆ’1

Answer and Explanations **Correct: B) โˆ’5** (โˆ’7) + (โˆ’3) โˆ’ (โˆ’5) = โˆ’7 โˆ’ 3 + 5 = โˆ’10 + 5 = โˆ’5 - A) โˆ’15: You may have incorrectly treated โˆ’(โˆ’5) as โˆ’5 instead of +5. - B) โˆ’5: โœ“ Correct. All signs handled properly. - C) 5: You may have dropped the negative from โˆ’10 incorrectly. - D) โˆ’1: You may have added (โˆ’3) + (โˆ’5) = โˆ’8 then โˆ’7 โˆ’ (โˆ’8) = 1 โ†’ but the structure is different. The subtraction sign is attached to (โˆ’5), not to the sum of โˆ’3 and โˆ’5.

Q2: What is |โˆ’7| โˆ’ |3| + |โˆ’2|?

A) โˆ’8 B) 6 C) 12 D) 8

Answer and Explanations **Correct: B) 6** |โˆ’7| = 7, |3| = 3, |โˆ’2| = 2 7 โˆ’ 3 + 2 = 6 - A) โˆ’8: You may have computed โˆ’7 โˆ’ 3 โˆ’ 2 = โˆ’12 or confused absolute value with just dropping signs. - B) 6: โœ“ Correct. - C) 12: You may have done 7 + 3 + 2 = 12, ignoring the minus sign between terms. - D) 8: You may have done 7 โˆ’ 3 โˆ’ 2 = 2 or 7 + 3 โˆ’ 2 = 8 โ€” check each absolute value.

Q3: (โˆ’4) ร— (โˆ’6) รท (โˆ’3) = ?

A) โˆ’8 B) 8 C) โˆ’12 D) 2

Answer and Explanations **Correct: A) โˆ’8** (โˆ’4) ร— (โˆ’6) = 24 (negative ร— negative = positive) 24 รท (โˆ’3) = โˆ’8 (positive รท negative = negative) - A) โˆ’8: โœ“ Correct. Three negative signs total โ†’ negative result. - B) 8: You lost one negative sign somewhere. - C) โˆ’12: You may have done 24 รท (โˆ’2) instead of 24 รท (โˆ’3), or โˆ’4 ร— 6 ร— (โˆ’3) by misreading. - D) 2: You may have done 24 รท 3 = 8 then sign error, producing 8 โ†’ but wrong sign.

Q4: Evaluate: โˆ’6 + 4 ร— (โˆ’2)ยฒ โˆ’ (โˆ’10) รท 2

A) โˆ’10 B) 5 C) 15 D) โˆ’5

Answer and Explanations **Correct: C) 15** โˆ’6 + 4 ร— (โˆ’2)ยฒ โˆ’ (โˆ’10) รท 2 = โˆ’6 + 4 ร— 4 โˆ’ (โˆ’5) โ† Exponent: (โˆ’2)ยฒ = 4; Division: (โˆ’10) รท 2 = โˆ’5 = โˆ’6 + 16 โˆ’ (โˆ’5) โ† Multiplication: 4 ร— 4 = 16 = โˆ’6 + 16 + 5 โ† Subtract โˆ’5 = add 5 = 10 + 5 = 15 - A) โˆ’10: You may have evaluated (โˆ’2)ยฒ as โˆ’4 (treating โˆ’2ยฒ instead of (โˆ’2)ยฒ). - B) 5: You may have made a sign error on the division term. - C) 15: โœ“ Correct. - D) โˆ’5: You may have done โˆ’6 + 16 = 10, then 10 + (โˆ’5) = 5 instead of 10 โˆ’ (โˆ’5).

Q5: What is the distance between โˆ’12 and 7 on the number line?

A) โˆ’19 B) 19 C) 5 D) โˆ’5

Answer and Explanations **Correct: B) 19** Distance = |โˆ’12 โˆ’ 7| = |โˆ’19| = 19, or |7 โˆ’ (โˆ’12)| = |19| = 19. - A) โˆ’19: Distance is always non-negative. You found the correct magnitude but forgot the absolute value. - B) 19: โœ“ Correct. - C) 5: You may have subtracted: 12 โˆ’ 7 = 5, but forgot the negative sign on โˆ’12. - D) โˆ’5: Wrong value AND wrong sign. Distance is a magnitude.

Q6: Which of the following is the LARGEST number?

A) โˆ’15 B) โˆ’3 C) โˆ’8 D) โˆ’1

Answer and Explanations **Correct: D) โˆ’1** On the number line, larger means farther to the right: โˆ’15 < โˆ’8 < โˆ’3 < โˆ’1. - A) โˆ’15: The most negative โ†’ farthest left โ†’ smallest. - B) โˆ’3: โˆ’3 < โˆ’1, so โˆ’1 is larger (closer to zero on the negative side). - C) โˆ’8: โˆ’8 < โˆ’3 < โˆ’1, so this is smaller than both. - D) โˆ’1: โœ“ Correct. The least negative = the largest among negative numbers.

Q7: What is (โˆ’3)ยณ โˆ’ 2 ร— (โˆ’5)?

A) โˆ’37 B) โˆ’17 C) 17 D) โˆ’23

Answer and Explanations **Correct: B) โˆ’17** (โˆ’3)ยณ = โˆ’27 (odd exponent keeps negative sign) 2 ร— (โˆ’5) = โˆ’10 โˆ’27 โˆ’ (โˆ’10) = โˆ’27 + 10 = โˆ’17 - A) โˆ’37: You may have done โˆ’27 โˆ’ 10 = โˆ’37 (treating 2 ร— (โˆ’5) as +10, or subtracting โˆ’10 as adding โˆ’10). - B) โˆ’17: โœ“ Correct. - C) 17: You may have done (โˆ’3)ยณ = 27 instead of โˆ’27 (confused with (โˆ’3)ยฒ = 9). - D) โˆ’23: You may have evaluated (โˆ’3)ยณ as โˆ’9 (multiplying 3 ร— 3 instead of cubing).

Q8: A bank account has a balance of โˆ’ยฃ45 (overdraft). The account holder deposits ยฃ120, then writes a cheque for ยฃ90. What is the final balance?

A) ยฃ75 B) โˆ’ยฃ15 C) ยฃ15 D) โˆ’ยฃ75

Answer and Explanations **Correct: B) โˆ’ยฃ15** (โˆ’45) + 120 + (โˆ’90) = โˆ’45 + 120 โˆ’ 90 = 75 โˆ’ 90 = โˆ’15 - A) ยฃ75: You may have added 45 + 120 โˆ’ 90 = 75, ignoring the negative sign on 45. - B) โˆ’ยฃ15: โœ“ Correct. The account is still overdrawn by ยฃ15. - C) ยฃ15: Sign error โ€” you got the magnitude right but the account is negative, not positive. - D) โˆ’ยฃ75: You may have done (โˆ’45) + 120 โˆ’ 90 incorrectly as โˆ’45 โˆ’ 120 โˆ’ 90.

Next Steps

Move on to 00-06 โ€” Powers and Roots to learn about squares, square roots, cubes, cube roots, exponent laws, and working with negative and fractional exponents.




Q5: A submarine is at โˆ’200 m. It rises 75 m, then descends 130 m. What is its new depth?

A) โˆ’255 m B) โˆ’145 m C) โˆ’55 m D) โˆ’405 m

Answer: A) โˆ’255 m

โˆ’200 + 75 + (โˆ’130) = โˆ’200 + 75 โˆ’ 130 = โˆ’125 โˆ’ 130 = โˆ’255 m.