Lesson 01: Order of Operations (PEMDAS)
Use the standard hierarchy of operations to avoid ambiguity when simplifying expressions.
Objectives
- Apply PEMDAS to evaluate expressions with integers and fractions.
- Handle nested parentheses and exponents confidently.
- Translate verbal descriptions into symbolic expressions.
Key Concepts
- PEMDAS
- Parentheses, Exponents, Multiplication/Division (L→R), Addition/Subtraction (L→R).
- Left-to-right rule
- When operations share priority, evaluate from left to right.
Worked Examples
Example A
Evaluate: \( 8 - 3^2 + 2\cdot 5 \)
Solution
- Exponents: \( 3^2 = 9\) ⇒ \( 8 - 9 + 10 \)
- Left-to-right addition/subtraction: \( (8 - 9) + 10 = -1 + 10 = 9 \)
Example B
Evaluate: \( 12\div(2\cdot 3) \)
Solution
- Parentheses first: \(2\cdot 3=6\)
- Then division: \(12\div 6=2\)
Practice
- \( 7 + 4\cdot 3 - 2^3 \)
- \( (5 - 2)^3 + 4\cdot 2 \)
- \( 18\div 3\cdot 2 - 4 \)
- \( 6[2 + 3(4 - 1)] \)
- \( \dfrac{2(3+5)}{4} + 1 \)