9.2 Operations with Positive and Negative Numbers & Integer Rules
Key Takeaways
- Integer addition depends on whether signs match: add absolute values when signs are identical and retain the common sign; subtract absolute values when signs differ and adopt the sign of the number with the greater magnitude.
- Subtraction of signed integers is algebraically defined as addition of the additive inverse (a - b = a + (-b)), transforming double negatives into direct addition (a - (-b) = a + b).
- In multiplication and division, matching signs yield positive results, while opposing signs yield negative results, regardless of which factor possesses the greater magnitude.
- Exponents applied to signed numbers require careful parsing of parentheses: (-a)^n raises the negative value to the power n, whereas -a^n negates the positive power a^n.
- Real-world signed scenarios—such as elevation changes, thermal fluctuations, and bank overdrafts—require translating descriptive language into formal signed expressions without dropping double negatives.
9.2 Operations with Positive and Negative Numbers & Integer Rules
The Signed Number Domain (ℤ) on the CBEST
In the CBEST Mathematics subtest, operations on signed numbers assess whether examinees can manipulate negative quantities with absolute algebraic precision without a calculator. Negative values represent magnitudes below an established baseline zero: debts in accounting, depths below sea level, deficits in resource inventories, and temperatures below freezing. Mastery requires internalizing the fundamental algebraic symmetry of the integers (ℤ = {…, -3, -2, -1, 0, 1, 2, 3, …}), where every non-zero integer a possesses an additive inverse (opposite) -a such that a + (-a) = 0.
Rules for Integer Addition
Adding integers depends entirely on whether the addends share identical signs or possess opposing signs:
Case 1: Adding Numbers with Identical Signs
When adding two numbers with the same sign, sum their absolute values (magnitudes) and preserve the shared sign:
- Positive + Positive = Positive: (+12) + (+15) = +27.
- Negative + Negative = Negative: (-8) + (-14) = -(8 + 14) = -22.
- Conceptual Model: If a school district incurs an operational deficit of $8,000 in October and a further deficit of $14,000 in November, the cumulative deficit is $22,000. On a number line, starting at -8 and moving 14 units further to the left arrives at -22.
Case 2: Adding Numbers with Opposing Signs
When adding two numbers with different signs, subtract the smaller absolute value from the larger absolute value, and assign the sign of the number that has the larger absolute value:
- Example 1: (-17) + 11
- Compare absolute values: |-17| = 17 and |11| = 11.
- Calculate difference in magnitudes: 17 - 11 = 6.
- Apply sign of larger magnitude (negative): (-17) + 11 = -6.
- Example 2: 25 + (-9)
- Compare absolute values: |25| = 25 and |-9| = 9.
- Calculate difference: 25 - 9 = 16.
- Sign of larger magnitude is positive: 25 + (-9) = +16.
Rules for Integer Subtraction: The Additive Inverse
Subtraction is formally defined in algebra as the addition of the additive inverse:
Every subtraction problem can be converted into an addition problem by changing the subtraction operator to addition and reversing the sign of the subtrahend (the second number). This simple habit eliminates dropped signs.
| Subtraction Type | Expression | Transformation (a + (-b)) | Simplified Result |
|---|---|---|---|
| Pos. $-$ Pos. (Smaller $-$ Larger) | 7 - 15 | 7 + (-15) | -(15 - 7) = -8 |
| Pos. $-$ Neg. (Double Negative) | 12 - (-8) | 12 + (+8) | 12 + 8 = 20 |
| Neg. $-$ Pos. | -14 - 9 | -14 + (-9) | -(14 + 9) = -23 |
| Neg. $-$ Neg. | -20 - (-6) | -20 + (+6) | -(20 - 6) = -14 |
| Neg. $-$ Neg. (Larger Magnitude) | -5 - (-18) | -5 + (+18) | 18 - 5 = 13 |
Deconstructing the Double Negative: a - (-b) = a + b
Examinees frequently stumble when subtracting negative quantities. Conceptually, subtracting represents removing a value. If you remove a debt of $50 from a balance sheet, your net worth increases by $50. Graphically on a number line, subtracting a positive steps toward the left, whereas subtracting a negative reverses direction and steps toward the right.
Integer Multiplication and Division Sign Conventions
Multiplication and division of signed integers follow strict structural rules based on the parity (even or odd count) of negative signs:
The Two-Factor Sign Matrix
- (+) × (+) = (+) and (+) ÷ (+) = (+)
- (-) × (-) = (+) and (-) ÷ (-) = (+)
- (+) × (-) = (-) and (+) ÷ (-) = (-)
- (-) × (+) = (-) and (-) ÷ (+) = (-)
Unlike addition, the relative magnitudes of the factors have no influence on the sign of the product or quotient:
- (-2) × (-8) = +16
- (-48) ÷ (-6) = +8
- (-7) × (+9) = -63
- (+56) ÷ (-8) = -7
Multi-Factor Products and the Parity Principle
When multiplying three or more signed factors, count the total number of negative factors:
- An even number of negative factors produces a positive product.
- An odd number of negative factors produces a negative product.
- Example with 3 negatives (odd): (-2) × (-3) × (-5) = (6) × (-5) = -30.
- Example with 4 negatives (even): (-1) × (-3) × (-2) × (-4) = (3) × (8) = +24.
Division by Zero: The Undefined Trap
A frequent conceptual trap on teacher credentialing exams involves division by zero:
- 0/a = 0 (for any non-zero integer a). Dividing zero items among 5 classrooms gives 0 per classroom.
- a/0 is undefined. Division asks: "What number multiplied by the divisor yields the dividend?" There is no real number x such that 0 × x = 7. Never select zero when zero is in the denominator!
The Crucial Exponent Distinction: (-x)ⁿ vs. -xⁿ
One of the most heavily tested signed number traps on the CBEST is the distinction between a base enclosed in parentheses versus a base preceded by a negative sign:
Base Enclosed in Parentheses: (-a)ⁿ
The negative sign is bound to the base and multiplied n times:
- (-4)² = (-4) × (-4) = +16
- (-4)³ = (-4) × (-4) × (-4) = -64
No Parentheses: -aⁿ
By the order of operations (PEMDAS), exponents precede negation (which is multiplication by -1). The exponent applies only to a, and the negative sign is affixed afterward:
- -4² = -(4²) = -(4 × 4) = -16
- -4³ = -(4³) = -(4 × 4 × 4) = -64
Notice that while odd powers produce identical values by coincidence, even powers produce opposing values: (-5)² = +25, whereas -5² = -25.
Applied Word Problem Contexts for Signed Integers
On the CBEST, signed number calculations are routinely contextualized in applied word problems:
1. Temperature Fluctuations
- Net Change Formula: Δ T = T_final - T_initial
- If the temperature at Mammoth Lakes is -8°F at 5:00 AM and rises by 23°F by 1:00 PM, the new temperature is -8 + 23 = +15°F.
- If the high temperature in Truckee is 14°F and drops to -9°F overnight, the temperature drop is 14 - (-9) = 14 + 9 = 23°F.
2. Vertical Elevation Above and Below Sea Level
- Mean sea level is designated as elevation 0. Elevations above sea level are positive; depressions or underwater depths are negative.
- Total vertical displacement between two locations: Displacement = Elevation_top - Elevation_bottom.
- California features both the highest and lowest geographic points in the contiguous United States: Mount Whitney at +14,505 ft and Badwater Basin at -282 ft.
3. Banking Ledgers and Overdraft Fees
- Deposits and credits are positive (+x). Withdrawals, purchases, and debit fees are negative (-x).
- If an account has a balance of $85, and transactions of -$120 and a -$35 overdraft fee occur, the updated balance is:
A classroom teacher's district credit union checking account has an initial balance of $142.00 on Friday morning. During the day, an automated curriculum software renewal fee of $185.00 is debited from the account. Because the transaction exceeds available funds, the credit union assesses a standard $35.00 overdraft fee against the balance. That evening, the teacher deposits an after-school tutoring stipend check for $120.00 and purchases $28.00 worth of science lab supplies with a debit card. What is the final balance of the checking account?
In Inyo County, California, a geological survey team measures the elevation of Badwater Basin at 282 feet below sea level (-282 ft). The following afternoon, the team travels to the summit of Telescope Peak in the adjacent Panamint Range, which stands at an elevation of 11,049 feet above sea level (+11,049 ft). What is the total vertical elevation gain from the floor of Badwater Basin to the summit of Telescope Peak?
What is the evaluated result of the following multi-operation integer expression?