2.1 Whole Numbers, Place Value, Integers & Order of Operations
Key Takeaways
- The decimal place value system extends infinitely in both directions, where each position differs by a factor of 10 from its adjacent neighbor.
- Integer operations require strict adherence to sign rules: subtracting a negative is equivalent to adding a positive ($a - (-b) = a + b$), and multiplying or dividing terms with like signs yields a positive result.
- The BEDMAS order of operations governs mathematical evaluation; Division and Multiplication hold equal precedence and must be executed strictly from left to right, as do Addition and Subtraction.
- Unparenthesized negative bases (e.g., $-4^2 = -16$) must be distinguished from parenthesized negative bases (e.g., $(-4)^2 = 16$) to avoid high-frequency MPT calculation errors.
Whole Numbers, Place Value, Integers & Order of Operations
Number sense forms the bedrock of the Ontario Mathematics Curriculum (Grades 1–9, Strand B: Number). For elementary and secondary teacher candidates, demonstrating absolute mastery over whole numbers, place value notation, integer arithmetic, and the formal order of operations is essential for passing the Ontario Mathematics Proficiency Test (MPT). This section details the structural rules of arithmetic, highlights common calculation traps, and provides step-by-step worked solutions for complex expressions.
The Decimal Place Value System
Our base-10 positional number system assigns value to each digit based on its position relative to the decimal point. Each step to the left increases a digit's place value by a factor of 10 ($10^1$), while each step to the right decreases its value by a factor of 10 ($10^{-1}$ or $\frac{1}{10}$).
| Position Name | Exponential Form | Fractional / Standard Value | Example Digit in $4,852,739.168$ |
|---|---|---|---|
| Millions | $10^6$ | $1,000,000$ | $4$ ($4,000,000$) |
| Hundred Thousands | $10^5$ | $100,000$ | $8$ ($800,000$) |
| Ten Thousands | $10^4$ | $10,000$ | $5$ ($50,000$) |
| Thousands | $10^3$ | $1,000$ | $2$ ($2,000$) |
| Hundreds | $10^2$ | $100$ | $7$ ($700$) |
| Tens | $10^1$ | $10$ | $3$ ($30$) |
| Ones (Units) | $10^0$ | $1$ | $9$ ($9$) |
| Decimal Point | — | — | $.$ |
| Tenths | $10^{-1}$ | $\frac{1}{10} = 0.1$ | $1$ ($0.1$) |
| Hundredths | $10^{-2}$ | $\frac{1}{100} = 0.01$ | $6$ ($0.06$) |
| Thousandths | $10^{-3}$ | $\frac{1}{1000} = 0.001$ | $8$ ($0.008$) |
Forms of Representation
Numbers can be expressed in three standard mathematical forms:
- Standard Form: $4,852,739.168$
- Expanded Form: $(4 \times 10^6) + (8 \times 10^5) + (5 \times 10^4) + (2 \times 10^3) + (7 \times 10^2) + (3 \times 10^1) + (9 \times 10^0) + (1 \times 10^{-1}) + (6 \times 10^{-2}) + (8 \times 10^{-3})$
- Word Form: Four million, eight hundred fifty-two thousand, seven hundred thirty-nine and one hundred sixty-eight thousandths.
Formal Rounding Algorithm
To round a number to a specified place value:
- Identify the target digit in the requested place value position.
- Look at the indicator digit immediately to its right.
- If the indicator digit is $5$ or greater ($\ge 5$), add $1$ to the target digit and replace all digits to its right with zeros (or drop them if they fall after the decimal point).
- If the indicator digit is less than $5$ ($< 5$), keep the target digit unchanged and replace all digits to its right with zeros (or drop decimal tail digits).
Example: Round $6,749,825.438$ to the nearest ten-thousand.
- Target position: Ten-thousands place (digit is $4$, representing $40,000$).
- Indicator digit: Thousands place (digit is $9$).
- Since $9 \ge 5$, round up: $4$ becomes $5$. The result is $6,750,000$.
Integers & Signed Operations
The set of integers is defined as $\mathbb{Z} = {\dots, -4, -3, -2, -1, 0, 1, 2, 3, 4, \dots}$. It includes all positive whole numbers, zero, and negative whole numbers.
Visual Representation on a Horizontal Number Line
Negative Direction (<--) (-->) Positive Direction
<---|-------|-------|-------|-------|-------|-------|-------|-------|--->
-4 -3 -2 -1 0 1 2 3 4
- Absolute Value ($|x|$): The non-negative distance of a number from zero on the number line. For example, $|-7| = 7$ and $|7| = 7$.
- Opposites (Additive Inverses): Two numbers that are the same distance from zero but on opposite sides of the number line. Their sum is always zero: $a + (-a) = 0$.
Operational Rules for Integers
1. Addition & Subtraction
- Same Signs: Add their absolute values and retain the shared sign.
- Different Signs: Subtract the smaller absolute value from the larger absolute value, and take the sign of the number with the larger absolute value.
- Subtracting Integers: Subtraction is defined as adding the additive inverse. Change the subtraction sign to addition and invert the sign of the second term ($a - b = a + (-b)$).
2. Multiplication & Division
- Like Signs: The product or quotient of two numbers with the same sign is positive.
- Unlike Signs: The product or quotient of two numbers with different signs is negative.
Order of Operations: BEDMAS
When an arithmetic expression contains multiple operations, it must be evaluated following the formal order of operations codified by the acronym BEDMAS.
- B — Brackets: Evaluate expressions inside grouping symbols first, working from the innermost brackets to the outermost brackets. Grouping symbols include parentheses $( )$, square brackets $[ ]$, curly braces ${ }$, and fraction bars.
- E — Exponents: Evaluate all powers and exponential terms.
- D and M — Division and Multiplication: Evaluate division and multiplication in order from left to right as they appear. Neither operation takes inherent priority over the other!
- A and S — Addition and Subtraction: Evaluate addition and subtraction in order from left to right as they appear. Neither operation takes inherent priority over the other!
[!IMPORTANT] Critical MPT Rule on Left-to-Right Precedence
A widespread candidate mistake is evaluating multiplication before division regardless of order because 'M' comes after 'D' in BEDMAS, or vice versa. Division and Multiplication have equal precedence.
Consider $24 \div 4 \times 3$:
- Correct: Evaluate left to right $\rightarrow (24 \div 4) \times 3 = 6 \times 3 = 18$.
- Incorrect: Evaluating multiplication first $\rightarrow 24 \div (4 \times 3) = 24 \div 12 = 2$ (WRONG!).
High-Frequency MPT Traps & Pitfalls
Trap 1: Negative Bases vs. Negated Exponents
- Case A: $(-3)^2$ — The base is $(-3)$. Evaluated as $(-3) \times (-3) = +9$.
- Case B: $-3^2$ — The base is $3$. The negative sign acts as a coefficient of $-1$. Evaluated as $-(3 \times 3) = -9$.
Trap 2: Nested Brackets and Sign Distribution
When evaluating nested expressions such as $5 - 2[3 - (4 - 9)]$, candidate errors frequently stem from failing to distribute negative signs properly. Work strictly from the innermost parentheses outward.
Detailed Step-by-Step Worked Examples
Example 2.1.1: Multi-Step BEDMAS Evaluation with Nested Brackets
Evaluate the following integer expression completely:
Solution Step-by-Step:
-
Innermost Bracket: Evaluate $(14 - 19)$. Substitute back into the expression:
-
Exponent Inside Bracket: Evaluate $(-3)^2$. Substitute back:
-
Outer Bracket Evaluation: Apply the double negative rule $9 - (-5) = 9 + 5 = 14$.
-
Multiplication: Evaluate $6 \times 14$. Substitute back:
-
Addition: Combine the negative and positive integers.
Final Answer: $66$
Example 2.1.2: Place Value & Multi-Tiered Rounding
Given the standard decimal number $7,429,851.364$, perform the following two operations:
- Round the number to the nearest ten-thousand.
- Round the original number to the nearest hundredth.
- Find the difference between the rounded ten-thousands value and $7,400,000$.
Solution Step-by-Step:
-
Rounding to Nearest Ten-Thousand:
- Target position: Ten-thousands digit is $2$ (representing $20,000$).
- Indicator digit: Thousands digit is $9$.
- Since $9 \ge 5$, round up: $2$ becomes $3$. Replace lower whole number digits with zeros and drop decimal terms.
- Rounded value: $7,430,000$.
-
Rounding to Nearest Hundredth:
- Target position: Hundredths digit is $6$ (representing $0.06$).
- Indicator digit: Thousandths digit is $4$.
- Since $4 < 5$, keep target digit $6$ unchanged and truncate.
- Rounded value: $7,429,851.36$.
-
Calculating Difference:
Final Answer: Ten-thousand rounded: $7,430,000$; Hundredth rounded: $7,429,851.36$; Difference: $30,000$.
Example 2.1.3: Complex Integer Expression with Left-to-Right Priority
Calculate the exact value of the following expression:
Solution Step-by-Step:
-
Brackets: Evaluate $(5 - 8)$ and $(-14 + 6)$. Substitute back:
-
Exponents: Evaluate $(-3)^2$. Substitute back:
-
Division & Multiplication (Left-to-Right):
- First operation from left is division: $48 \div 4 = 12$.
- Expression becomes: $12 \times 9 - (-8)$.
- Next operation is multiplication: $12 \times 9 = 108$.
- Expression becomes: $108 - (-8)$.
-
Subtraction / Addition: Apply double negative rule.
Final Answer: $116$
What is the value of the expression $24 \div 4 \times 3 + (-5)^2 - 2 \times (7 - 11)$?
Evaluate the expression: $-4^2 - 3 \times (-2)^3 + (-18) \div 6$.
A teacher candidate is asked to round the number $6,749,825.438$ to the nearest ten-thousand, and then add the numerical result of evaluating $5 - 2 \times [3 - (4 - 9)]$. What is the final resulting integer value?