Patterns, Variables, and Algebraic Thinking
4. Order of Operations
Learning outcomes
- I can explain the purpose of the order of operations.
- I can apply PEMDAS/BEDMAS correctly.
- I can evaluate numerical expressions involving multiple operations.
- I can evaluate algebraic expressions by substituting values.
- I can solve multi-step calculations accurately.
Why Do We Need an Order of Operations?
Many mathematical expressions contain more than one operation.
For example:
6+4×5Should we:
- Add first?
- Multiply first?
If everyone chose a different order, they would get different answers.
To avoid confusion, mathematicians around the world use a standard order of operations.
This ensures that everyone obtains the same answer.
PEMDAS / BEDMAS
The order of operations is commonly remembered using:
PEMDAS
- P – Parentheses
- E – Exponents
- M – Multiplication
- D – Division
- A – Addition
- S – Subtraction
or
BEDMAS
- B – Brackets
- E – Exponents
- D – Division
- M – Multiplication
- A – Addition
- S – Subtraction
Both acronyms describe the same mathematical rules.
Important: Multiplication and division have equal priority. Work from left to right.
Addition and subtraction also have equal priority. Work from left to right.
Step 1: Parentheses (Brackets)
Always evaluate expressions inside parentheses first.
Example
8+(6−2)Step 1:
6−2=4Step 2:
8+4=12Answer:
12Step 2: Exponents
Evaluate powers after parentheses.
Example
4+32Calculate the exponent first.
32=9Then:
4+9=13Answer:
13Step 3: Multiplication and Division
Perform multiplication and division from left to right.
Example
24÷6×2First:
24÷6=4Then:
4×2=8Answer:
8Notice that multiplication is not always done before division.
Step 4: Addition and Subtraction
Finally, perform addition and subtraction from left to right.
Example
18−5+2First:
18−5=13Then:
13+2=15Answer:
15Addition is not always done before subtraction.
Worked Examples
Example 1
Evaluate:
7+3×4Multiply first:
3×4=12Then:
7+12=19Answer:
19Example 2
Evaluate:
(9−4)×6Parentheses first:
9−4=5Multiply:
5×6=30Answer:
30Example 3
Evaluate:
18÷3+7Division first:
18÷3=6Then:
6+7=13Answer:
13Example 4
Evaluate:
23+5Exponent first:
23=8Then:
8+5=13Answer:
13Evaluating Algebraic Expressions
When an expression contains variables, first substitute the given values.
Example
Evaluate:
3x+4when:
x=5Step 1:
Substitute:
3(5)+4Step 2:
Multiply:
15+4Step 3:
Add:
19Answer:
19Another Example
Evaluate:
2a2−3when:
a=4Step 1:
Substitute:
2(4)2−3Step 2:
Exponent:
42=16Step 3:
Multiply:
2×16=32Step 4:
Subtract:
32−3=29Answer:
29Multi-Step Calculations
Many expressions require several steps.
Example
4+2(7−3)2Step 1:
Parentheses:
7−3=4Step 2:
Exponent:
42=16Step 3:
Multiplication:
2×16=32Step 4:
Addition:
4+32=36Answer:
36Working carefully through each step reduces mistakes.
Common Mistakes
Mistake 1
Ignoring multiplication.
Incorrect:
5+4×2=(5+4)×2=18Correct:
5+8=13Mistake 2
Ignoring parentheses.
Incorrect:
10−3×2=14Correct:
10−6=4Mistake 3
Forgetting exponents.
Incorrect:
3+23=(3+2)3=125Correct:
3+8=11Mistake 4
Doing multiplication before division (or addition before subtraction) regardless of order.
Incorrect:
24÷6×2=2Correct:
24÷6=4,4×2=8Always work from left to right when operations have equal priority.
Why the Order of Operations Matters
The order of operations allows mathematicians, scientists, engineers, and computer programmers to communicate calculations clearly.
It ensures that:
- Everyone follows the same rules.
- Expressions have only one correct value.
- Mathematical formulas work consistently.
Without these rules, mathematics would be unreliable.
Real-World Applications
The order of operations is used in many fields.
Science
Calculating:
- Speed.
- Force.
- Energy.
- Chemical formulas.
Engineering
Design calculations require accurate multi-step mathematics.
Finance
Calculating:
- Interest.
- Taxes.
- Discounts.
- Investment returns.
Computing
Computer programs follow the order of operations exactly when evaluating expressions.
Worked Example
Evaluate:
5+2(9−5)2÷4Solution
Step 1:
Parentheses:
9−5=4Step 2:
Exponent:
42=16Step 3:
Multiply and divide from left to right:
2×16=3232÷4=8Step 4:
Addition:
5+8=13Answer:
13Key Terms
Order of Operations — The agreed sequence for evaluating mathematical expressions.
Parentheses (Brackets) — Symbols used to group parts of an expression that should be evaluated first.
Exponent — A number indicating repeated multiplication.
Substitution — Replacing a variable with a known value.
Expression — A mathematical phrase containing numbers, variables, and operations.
Evaluate — To calculate the value of an expression.
Key Takeaways
- The order of operations ensures that mathematical expressions are evaluated consistently.
- Follow PEMDAS or BEDMAS:
- Parentheses (Brackets)
- Exponents
- Multiplication and Division (left to right)
- Addition and Subtraction (left to right)
- Multiplication and division have equal priority, as do addition and subtraction.
- When evaluating algebraic expressions, substitute the given values before applying the order of operations.
- Solving multi-step calculations carefully helps avoid common mistakes and ensures accurate results.
Suggested Images
Suggested placement:
- After "PEMDAS / BEDMAS" – Colourful infographic illustrating the sequence of operations, emphasizing that multiplication/division and addition/subtraction are performed left to right.
- After "Worked Examples" – Step-by-step visual solution showing each stage of evaluating a multi-operation numerical expression.
- After "Evaluating Algebraic Expressions" – Diagram demonstrating how to substitute a value for a variable before applying the order of operations.
- After "Common Mistakes" – Educational poster highlighting frequent errors (such as ignoring brackets or performing multiplication before division regardless of order) alongside the correct solutions.
- After "Real-World Applications" – Images of a calculator, engineering calculations, and scientific formulas illustrating where the order of operations is used in everyday life and STEM fields.