Arithmetic Fundamentals, Order of Operations & Estimation
Key Takeaways
- PEMDAS governs the mathematical order of operations: Parentheses/Grouping symbols first, Exponents second, Multiplication and Division in order from left to right third, and Addition and Subtraction in order from left to right fourth.
- Mastering mental math and scratch-paper calculation techniques is vital for solving multi-digit arithmetic rapidly under strict HSPT no-calculator rules.
- Prime factorization breaks composite numbers into prime factors, providing the basis for identifying the Greatest Common Factor (GCF) and Least Common Multiple (LCM).
- Front-end estimation and strategic rounding allow students to eliminate distractors and select correct answers in under 30 seconds.
Arithmetic Fundamentals, Order of Operations & Estimation
The HSPT Mathematics subtest evaluates a student's core arithmetic competence, numerical fluency, and speed under strict exam conditions. With 64 questions to answer in 45 minutes, test-takers have an average of just 42 seconds per question. Because calculators are strictly prohibited, mastering foundational arithmetic operations, standard procedures, and shortcut strategies is essential for achieving a high percentile score.
The Order of Operations: PEMDAS / BODMAS
When an expression involves multiple arithmetic operations, you must follow the standard Order of Operations to obtain the correct result. The acronym PEMDAS (or BODMAS) serves as a memory aid for the required hierarchy:
- P / B — Parentheses & Grouping Symbols: Evaluate all operations inside parentheses
(), brackets[], braces{}, absolute value bars| |, and above or below fraction bars first. - E / O — Exponents & Roots: Calculate all powers (e.g., 3²) and square roots (e.g., √16) from left to right.
- MD / DM — Multiplication & Division: Perform all multiplication and division in strict order from left to right. Multiplication does not take precedence over division; perform whichever appears first when scanning left to right.
- AS — Addition & Subtraction: Perform all addition and subtraction in strict order from left to right.
Order of Operations Hierarchy
| Level | Operation Category | Symbols & Examples | Priority Rule |
|---|---|---|---|
| 1st | Parentheses & Grouping | ( ), [ ], absolute-value bars, fraction bars | Evaluate innermost grouping symbols first |
| 2nd | Exponents & Radicals | x^n, √x | Evaluate powers and roots from left to right |
| 3rd | Multiplication & Division | ×, ·, ÷, / | Equal priority: evaluate from left to right |
| 4th | Addition & Subtraction | +, - | Equal priority: evaluate from left to right |
Exam Caution: A common error on the HSPT is performing multiplication before division regardless of position. In the expression 24 ÷ 6 × 2, you must divide first (24 ÷ 6 = 4) and then multiply (4 × 2 = 8). Calculating 6 × 2 = 12 first leads to the incorrect answer 24 ÷ 12 = 2.
Step-by-Step Worked Example 1
Problem: Evaluate the numerical expression: 45 ÷ 3² × (9 - 4) + 2 × |-6|
-
Simplify inside Parentheses and Absolute Value:
- (9 - 4) = 5
- |-6| = 6
- Expression becomes: 45 ÷ 3² × 5 + 2 × 6
-
Evaluate Exponents:
- 3² = 9
- Expression becomes: 45 ÷ 9 × 5 + 2 × 6
-
Perform Multiplication and Division from Left to Right:
- First left operation: 45 ÷ 9 = 5
- Next operation: 5 × 5 = 25
- Right multiplication: 2 × 6 = 12
- Expression becomes: 25 + 12
-
Perform Addition:
- 25 + 12 = 37
- Final Answer: 37
Multi-Digit Computation Without a Calculator
To calculate quickly on scratch paper without making mechanical errors, use breakdown and distributive properties:
- Distributive Multiplication: Break complex numbers into expanded components. For example, to calculate 36 × 15, rewrite it as 36 × (10 + 5) = (36 × 10) + (36 × 5) = 360 + 180 = 540.
- Compensation Addition/Subtraction: To add 497 + 358, round 497 up to 500, add 500 + 358 = 858, then subtract the 3 added initially: 858 - 3 = 855.
- Divisibility Rules for Fast Reduction:
| Divisibility Rule | Test Criteria | Example |
|---|---|---|
| Divisible by 2 | The last digit is even (0, 2, 4, 6, 8). | 1,458 (ends in 8) |
| Divisible by 3 | The sum of all digits is divisible by 3. | 723 → 7+2+3=12 (divisible by 3) |
| Divisible by 4 | The last two digits form a number divisible by 4. | 3,524 → 24 (divisible by 4) |
| Divisible by 5 | The last digit is 0 or 5. | 895 (ends in 5) |
| Divisible by 6 | The number is divisible by both 2 and 3. | 432 (even, sum 4+3+2=9) |
| Divisible by 9 | The sum of all digits is divisible by 9. | 2,871 → 2+8+7+1=18 |
| Divisible by 10 | The last digit is 0. | 5,640 (ends in 0) |
Prime Factorization, GCF, and LCM
Every composite integer greater than 1 can be expressed uniquely as a product of prime numbers (Fundamental Theorem of Arithmetic).
-
Prime Factor Tree Method: Continually factor a number until all leaves are prime numbers (2, 3, 5, 7, 11, 13, 17, 19, ...).
- 72 = 8 × 9 = (2 × 2 × 2) × (3 × 3) = 2³ · 3²
- 108 = 4 × 27 = (2 × 2) × (3 × 3 × 3) = 2² · 3³
-
Greatest Common Factor (GCF): The largest integer that divides two or more numbers evenly. Take the lowest power of each common prime factor:
- GCF(72, 108) = 2^min(3,2) · 3^min(2,3) = 2² · 3² = 4 · 9 = 36.
-
Least Common Multiple (LCM): The smallest positive integer that is a multiple of two or more numbers. Take the highest power of all prime factors present:
- LCM(72, 108) = 2^max(3,2) · 3^max(2,3) = 2³ · 3³ = 8 · 27 = 216.
Front-End Estimation & Rounding Strategies
When HSPT choices differ by large amounts, use front-end estimation instead of exact calculation:
- Round each number to its highest place value (its first non-zero digit).
- Perform the mental calculation using the simplified numbers.
- Eliminate options that fall outside the estimated magnitude range.
Step-by-Step Worked Example 2
Problem: Estimate the value of (493 × 208) / 48.9.
- Round components to front-end figures:
- 493 ≈ 500
- 208 ≈ 200
- 48.9 ≈ 50
- Calculate estimate:
- (500 × 200) / 50 = 100,000 / 50 = 2,000
- If answer choices are 20, 200, 2,100, and 20,000, select 2,100 immediately.
Evaluate the following expression: 48 ÷ 4 × 2 + (7 - 3)² - 5
What is the Least Common Multiple (LCM) of 18, 24, and 30?
Which of the following is closest to the estimated product of 789 × 4.12?
If a positive whole number is divisible by both 4 and 9, which of the following numbers must also divide it evenly?