Integer: A whole number that can be positive, negative, or zero.
Opposite: For any integer a, its opposite is -a.
Absolute Value: The distance from zero on the number line, denoted |a|.
- Adding integers with same sign: Add absolute values, keep sign
- Adding integers with different signs: Subtract smaller absolute value from larger, keep sign of larger
- Subtracting integers: Add the opposite (a - b = a + (-b))
- Double negatives: -(-a) = a
(-15) + 8 - (-12) + (-7)
= (-15) + 8 + 12 + (-7) [since -(-12) = +12]
= [8 + 12] + [(-15) + (-7)]
= 20 + (-22)
20 + (-22): Different signs, subtract absolute values
|22| - |20| = 22 - 20 = 2
Sign of larger absolute value is negative
20 + (-22) = -2
(-15) + 8 - (-12) + (-7) = -2
• Subtraction rule: a - b = a + (-b)
• Double negative: -(-a) = a
• Adding different signs: Subtract absolute values, keep sign of larger
Rational Number: A number that can be expressed as a fraction a/b where a and b are integers and b ≠ 0.
Reciprocal: For fraction a/b, the reciprocal is b/a.
Simplification: Reducing a fraction to lowest terms by dividing numerator and denominator by GCD.
(3/4) × (-2/5) ÷ (6/7)
= (3/4) × (-2/5) × (7/6) [since a ÷ b = a × (1/b)]
= (3 × (-2) × 7) / (4 × 5 × 6)
= (-42) / 120
Find GCD of 42 and 120:
42 = 2 × 3 × 7
120 = 2³ × 3 × 5
GCD = 2 × 3 = 6
(-42) ÷ 6 = -7
120 ÷ 6 = 20
So, (-42)/120 = -7/20
GCD(7, 20) = 1, so -7/20 is in simplest form
(3/4) × (-2/5) ÷ (6/7) = -7/20
• Division to multiplication: a ÷ b = a × (1/b)
• Multiplication of fractions: (a/b) × (c/d) = (ac)/(bd)
• Simplification: Divide numerator and denominator by GCD
Ordering Rational Numbers: Arranging numbers in ascending or descending order.
Common Denominator: Converting fractions to have the same denominator for comparison.
Decimal Conversion: Converting fractions to decimals for comparison.
Convert to decimals for easier comparison:
-3/4 = -0.75
0.6 = 0.6
-0.8 = -0.8
2/3 ≈ 0.667
-1/2 = -0.5
Negative numbers: -0.8, -0.75, -0.5
Positive numbers: 0.6, 0.667
|-0.8| = 0.8, |-0.75| = 0.75, |-0.5| = 0.5
Since 0.8 > 0.75 > 0.5, we have -0.8 < -0.75 < -0.5
0.6 < 0.667
From least to greatest: -0.8, -0.75, -0.5, 0.6, 0.667
In original form: -0.8, -3/4, -1/2, 0.6, 2/3
From least to greatest: -0.8, -3/4, -1/2, 0.6, 2/3
• Comparing negatives: Larger absolute value means smaller number
• Decimal conversion: Makes comparison easier
• Ordering principle: Negative < 0 < Positive
Integer: A whole number that can be positive, negative, or zero (..., -2, -1, 0, 1, 2, ...).
Rational Number: Any number that can be expressed as a fraction a/b where a and b are integers and b ≠ 0.
Absolute Value: The distance of a number from zero on the number line, always non-negative.
Opposite: For any number a, its opposite is -a, such that a + (-a) = 0.
- Classification: Identify if number is integer, rational, or other
- Operations: Apply appropriate rules for addition, subtraction, multiplication, division
- Comparison: Use number line or decimal conversion to compare
- Simplification: Reduce fractions to lowest terms
- Verification: Check results using alternative methods
Order of Operations: PEMDAS/BODMAS - Parentheses/Brackets, Exponents/Orders, Multiplication and Division (left to right), Addition and Subtraction (left to right).
Exponentiation: Repeated multiplication (aⁿ = a × a × ... × a, n times).
Numerator: (-2)³ + 4 × (-3)
Denominator: 5 - (-1)²
Numerator: (-2)³ = (-2) × (-2) × (-2) = -8
Denominator: (-1)² = (-1) × (-1) = 1
Numerator: -8 + 4 × (-3) = -8 + (-12) = -20
Denominator: 5 - 1 = 4
(-20) ÷ 4 = -5
[(-2)³ + 4 × (-3)] ÷ [5 - (-1)²] = [-8 + (-12)] ÷ [5 - 1] = (-20) ÷ 4 = -5 ✓
[(-2)³ + 4 × (-3)] ÷ [5 - (-1)²] = -5
• Order of operations: PEMDAS/BODMAS determines calculation sequence
• Exponentiation: Handle powers before multiplication/division
• Sign rules: Negative base raised to odd power yields negative result
Real-world Application: Using integers to represent positions, temperatures, debts, and other quantities with direction.
Positive/Negative Convention: Establishing what positive and negative represent in context.
Sea level = 0
Below sea level = negative
Above sea level = positive
Descend 150m = -150
Ascend 85m = +85
Descend 120m = -120
0 + (-150) + 85 + (-120)
= -150 + 85 + (-120)
= (-150) + (-120) + 85 [rearranging]
= -270 + 85
= -185
Final position is -185 meters
This means 185 meters below sea level
Start at 0 → move to -150 → move to -65 → move to -185 ✓
The submarine is 185 meters below sea level.
• Real-world modeling: Assign positive/negative meanings to directions
• Integer addition: Combine movements sequentially
• Context interpretation: Translate mathematical result back to real-world meaning
Integer: A whole number that can be positive, negative, or zero (denoted by ℤ).
Rational Number: Any number expressible as a/b where a, b ∈ ℤ and b ≠ 0 (denoted by ℚ).
Absolute Value: The non-negative value of a number without regard to its sign.
Number Line: A visual representation of numbers as points on a line.
- Classification: Determine the type of number (integer, rational, etc.)
- Operation selection: Choose appropriate operation based on problem context
- Rule application: Apply relevant mathematical properties and rules
- Calculation: Perform operations following order of operations
- Verification: Check results using alternative methods or estimation
• Addition of integers: (+) + (+) = (+), (-) + (-) = (-), (+) + (-) = sign of larger absolute value
• Multiplication of rationals: (a/b) × (c/d) = (ac)/(bd)
• Division of rationals: (a/b) ÷ (c/d) = (a/b) × (d/c)
• Order of operations: PEMDAS/BODMAS
• Absolute value: |a| ≥ 0 for all real numbers a