Loadingโฆ
Using PEMDAS to evaluate expressions
Learn step-by-step with practice exercises built right in.
When an expression has multiple operations, which do you do first? The order of operations ensures everyone gets the same answer!
Order of operations is a set of rules that tells you the correct sequence for evaluating mathematical expressions.
Without rules: 5 + 3 ร 2 = ?
Some might think: 5 + 3 = 8, then 8 ร 2 = 16 Others might think: 3 ร 2 = 6, then 5 + 6 = 11
Which is right? We need a standard order!
PEMDAS is an acronym to remember the order:
P - Parentheses (and other grouping symbols) E - Exponents (powers and roots) M - Multiplication D - Division A - Addition S - Subtraction
Memory trick: "Please Excuse My Dear Aunt Sally"
Key point: M and D have the SAME priority! Do them left to right as they appear.
Same with A and S - equal priority, left to right.
Better to think of PEMDAS as:
Do operations inside parentheses FIRST.
Example: 3 + (4 ร 2)
Step 1: Parentheses โ 4 ร 2 = 8 Step 2: Addition โ 3 + 8 = 11
Answer: 11
Example 2: (5 + 3) ร 2
Step 1: Parentheses โ 5 + 3 = 8 Step 2: Multiplication โ 8 ร 2 = 16
Answer: 16
Without parentheses: 5 + 3 ร 2 = 5 + 6 = 11 (different!)
After parentheses, do exponents.
Example: 2 + 3ยฒ
Step 1: Exponents โ 3ยฒ = 9 Step 2: Addition โ 2 + 9 = 11
Answer: 11
Example 2: 5 ร 2ยณ - 10
Step 1: Exponents โ 2ยณ = 8 Step 2: Multiplication โ 5 ร 8 = 40 Step 3: Subtraction โ 40 - 10 = 30
Answer: 30
After exponents, do multiplication and division AS THEY APPEAR from left to right.
Example: 12 รท 3 ร 2
Left to right: 12 รท 3 = 4 4 ร 2 = 8
Answer: 8
NOT 12 รท (3 ร 2) = 12 รท 6 = 2 โ
Example 2: 20 ร 2 รท 5
Left to right: 20 ร 2 = 40 40 รท 5 = 8
Answer: 8
Last, do addition and subtraction AS THEY APPEAR from left to right.
Example: 10 - 3 + 2
Left to right: 10 - 3 = 7 7 + 2 = 9
Answer: 9
NOT 10 - (3 + 2) = 10 - 5 = 5 โ
Example 2: 5 + 8 - 4 + 2
Left to right: 5 + 8 = 13 13 - 4 = 9 9 + 2 = 11
Answer: 11
Evaluate: 3 + 4 ร 2ยฒ - 5
Step 1: Parentheses (none)
Step 2: Exponents 2ยฒ = 4 Expression: 3 + 4 ร 4 - 5
Step 3: Multiplication/Division 4 ร 4 = 16 Expression: 3 + 16 - 5
Step 4: Addition/Subtraction (left to right) 3 + 16 = 19 19 - 5 = 14
Answer: 14
Work from inside out!
Example: 2 ร (3 + (4 ร 5))
Step 1: Innermost parentheses 4 ร 5 = 20 Expression: 2 ร (3 + 20)
Step 2: Next parentheses 3 + 20 = 23 Expression: 2 ร 23
Step 3: Multiply 2 ร 23 = 46
Answer: 46
Different grouping symbols, same priority as parentheses:
( ) - Parentheses [ ] - Brackets { } - Braces
All mean "do this first!"
Example: 5 + [3 ร (2 + 1)]
Inside to out: 2 + 1 = 3 3 ร 3 = 9 5 + 9 = 14
Answer: 14
The fraction bar groups the numerator and denominator.
Example: (6 + 4) / (5 - 3)
Think of it as: (6 + 4) รท (5 - 3)
Numerator: 6 + 4 = 10 Denominator: 5 - 3 = 2 Division: 10 รท 2 = 5
Answer: 5
Many students incorrectly do this: 5 + 3 = 8 8 ร 2 = 16 โ WRONG!
Correct order: Multiplication first: 3 ร 2 = 6 Then addition: 5 + 6 = 11 โ
Remember: Multiplication before addition!
Evaluate: 20 รท 4 + 3ยฒ ร 2 - 1
Step 1: Exponents 3ยฒ = 9 Expression: 20 รท 4 + 9 ร 2 - 1
Step 2: Multiplication/Division (left to right) 20 รท 4 = 5 9 ร 2 = 18 Expression: 5 + 18 - 1
Step 3: Addition/Subtraction (left to right) 5 + 18 = 23 23 - 1 = 22
Answer: 22
Example: 8 รท 4 ร 2
Correct (left to right): 8 รท 4 = 2 2 ร 2 = 4 โ
Incorrect (if you did multiplication first): 4 ร 2 = 8 8 รท 8 = 1 โ WRONG!
Always left to right for operations of equal priority!
Example: -3ยฒ vs (-3)ยฒ
-3ยฒ: Exponent first, then negative 3ยฒ = 9 Then apply negative: -9
(-3)ยฒ: Parentheses include the negative (-3) ร (-3) = 9
Very different answers!
Example 2: 5 + -3
This is really 5 + (-3) = 2
Example: (8 - 3) ร (2 + 4)
Step 1: Do both parentheses 8 - 3 = 5 2 + 4 = 6
Step 2: Multiply results 5 ร 6 = 30
Answer: 30
Example: 2x + 3ยฒ when x = 4
Step 1: Substitute 2(4) + 3ยฒ
Step 2: Exponents 2(4) + 9
Step 3: Multiplication 8 + 9
Step 4: Addition 17
Answer: 17
Shopping: You buy 3 shirts at $15 each and a $20 hat. Total cost?
Expression: 3 ร 15 + 20
Correct: Multiply first: 3 ร 15 = 45 Add: 45 + 20 = 65
Total: $65
If you added first (wrong): 15 + 20 = 35 3 ร 35 = 105 โ WRONG!
Rectangle: length 5, width (3 + 2)
Perimeter: 2(5 + 3 + 2) Parentheses: 5 + 3 + 2 = 10 Multiply: 2 ร 10 = 20
Or: 2 ร 5 + 2(3 + 2) = 10 + 2(5) = 10 + 10 = 20
Same answer both ways!
Square root acts like parentheses for what's underneath.
Example: โ(16 + 9)
Add first: 16 + 9 = 25 Then square root: โ25 = 5
Answer: 5
NOT โ16 + โ9 = 4 + 3 = 7 โ
Evaluate: 100 - 4(2ยณ - 5) + 10 รท 2
Step 1: Parentheses (inside first) Exponent in parentheses: 2ยณ = 8 Subtraction: 8 - 5 = 3 Expression: 100 - 4(3) + 10 รท 2
Step 2: Multiplication/Division (left to right) 4(3) = 12 10 รท 2 = 5 Expression: 100 - 12 + 5
Step 3: Addition/Subtraction (left to right) 100 - 12 = 88 88 + 5 = 93
Answer: 93
โ Mistake 1: Adding before multiplying
โ Mistake 2: Not going left to right
โ Mistake 3: Forgetting parentheses change everything
โ Mistake 4: Squaring negative incorrectly
โ Mistake 5: Not working inside out with nested parentheses
PEMDAS: Please Excuse My Dear Aunt Sally
Alternative: GEMDAS
Alternative: BODMAS (British)
All mean the same thing!
To evaluate any expression:
Scan for parentheses (or brackets/braces)
Look for exponents (and roots)
Find multiplication and division
Do addition and subtraction
Check your work
Most calculators follow order of operations automatically.
Try: Enter 5 + 3 ร 2
Scientific calculator: 11 โ Basic calculator might give: 16 โ (depends on calculator)
When in doubt, use parentheses to be clear!
Ambiguous: 6 รท 2 ร 3
Could be interpreted differently. Better to write:
(6 รท 2) ร 3 = 9 or 6 รท (2 ร 3) = 1
Use parentheses to make your intent clear!
All ร before +:
Parentheses change everything:
Exponents before multiplication:
Order:
Remember:
PEMDAS = Please Excuse My Dear Aunt Sally
To change the order:
To make clear what you mean:
In algebra:
Order of operations (PEMDAS) ensures everyone gets the same answer:
Priority from highest to lowest:
Key principles:
Applications:
Common errors to avoid:
Master PEMDAS and you'll evaluate any expression correctly every time!
Evaluate:
Follow PEMDAS: Multiplication before Addition
Step 1: Multiply first
Step 2: Add
Answer:
Evaluate: 8 + 3 ร 4
Step 1: Follow PEMDAS order. P - Parentheses (none) E - Exponents (none) M/D - Multiplication/Division (left to right) A/S - Addition/Subtraction (left to right)
Step 2: Do multiplication FIRST. 3 ร 4 = 12
Step 3: Then do addition. 8 + 12 = 20
Common mistake: 8 + 3 = 11, then 11 ร 4 = 44 โ
Answer: 20
Evaluate:
Follow PEMDAS: Multiplication before Addition
Step 1: Multiply first
Evaluate:
Step 1: Division and multiplication (left to right)
Evaluate:
Step 1: Division and multiplication (left to right)
Calculate: (6 + 2) ร 5
Step 1: PEMDAS - Parentheses first! (6 + 2) = 8
Step 2: Now multiply. 8 ร 5 = 40
Answer: 40
Evaluate:
Innermost parentheses
Evaluate:
Innermost parentheses
Evaluate: 20 - 12 รท 3 + 4
Step 1: Follow PEMDAS. No parentheses or exponents. Division comes before addition/subtraction.
Step 2: Do division first. 12 รท 3 = 4
Rewrite: 20 - 4 + 4
Step 3: Add/subtract from left to right. 20 - 4 = 16 16 + 4 = 20
Answer: 20
Calculate: 3ยฒ + 4(5 - 2)
Step 1: Parentheses first. (5 - 2) = 3
Rewrite: 3ยฒ + 4(3)
Step 2: Exponents. 3ยฒ = 9
Rewrite: 9 + 4(3)
Step 3: Multiplication. 4 ร 3 = 12
Rewrite: 9 + 12
Step 4: Addition. 9 + 12 = 21
Answer: 21
Evaluate: 2[(8 - 3) ร 2 + 6] - 4ยฒ
Step 1: Start with innermost parentheses. (8 - 3) = 5
Rewrite: 2[5 ร 2 + 6] - 4ยฒ
Step 2: Operations inside brackets (multiply first). 5 ร 2 = 10
Rewrite: 2[10 + 6] - 4ยฒ
Step 3: Continue inside brackets (add). 10 + 6 = 16
Rewrite: 2[16] - 4ยฒ
Step 4: Exponents. 4ยฒ = 16
Rewrite: 2(16) - 16
Step 5: Multiplication. 2 ร 16 = 32
Rewrite: 32 - 16
Step 6: Subtraction. 32 - 16 = 16
Answer: 16
Avoid these 3 frequent errors
See how this math is used in the real world
Solve .
Step 2: Add
Answer:
Step 2: Addition
Answer:
Step 2: Addition
Answer:
Step 2: Brackets
Step 3: Multiply
Step 4: Add
Answer:
Step 2: Brackets
Step 3: Multiply
Step 4: Add
Answer: