Mathematical expressions use operations like addition, subtraction, multiplication, division, parentheses, and exponents. To ensure consistent interpretation, we follow the order of operations (PEMDAS: Parentheses, Exponents, Multiplication, Division, Addition, Subtraction), which removes ambiguity without excessive parentheses.
This lesson introduces the order of operations, explains why it matters, and shows how to apply it correctly.
To see why a standard order is essential, consider the expression . If you simply read left to right — the way you'd read a sentence — you add first: , then . But if you multiply first, you get , then . Same expression, two different answers. Clearly, we need a rule.
The reason mathematicians chose to prioritize multiplication over addition isn't arbitrary. In algebra, expressions like are everywhere, and they mean "multiply first, then add." If addition had priority, you'd need parentheses around every multiplication just to write a basic formula: . By making multiplication the default higher-priority operation, the convention keeps expressions clean and readable.
The order of operations, then, is less a classroom rule and more a shared language — one that lets mathematicians, engineers, and computers worldwide read the same formula and reach the same result.
A consistent order isn't just a rule — it's what lets everyone share formulas without rewriting them.
13
PEMDAS gives you a strict sequence for evaluating any expression:
Two things often surprise students when they first learn this. First, Multiplication and Division share the same priority level — neither beats the other. The same is true for Addition and Subtraction. Second, the order within each pair is determined by position in the expression, not by the letter order in PEMDAS. M appears before D in the acronym only because two letters had to be written in some order — it does not mean multiply before divide.
A reliable way to remember this: PEMDAS describes four tiers, not six separate steps. Tier 1 is parentheses, tier 2 is exponents, tier 3 is multiplication/division (left to right), tier 4 is addition/subtraction (left to right).
PEMDAS has four tiers, not six separate steps. Multiplication/division and addition/subtraction are each a single left-to-right sweep.
20
Parentheses are the most powerful tool in an expression. They let you override every default priority rule: whatever sits inside them is fully resolved before any operation outside can use the result. This means you can completely change the value of an expression just by adding or moving a pair of parentheses — compare with .
When parentheses are nested — one set sitting inside another — you always start with the innermost pair and work outward, one layer at a time. Think of it like peeling an onion: the center must be resolved before the next layer makes sense.
For example, in : first resolve the inner parentheses, . The expression becomes . Now resolve the outer parentheses, . Finally, . Trying to handle both layers at once — or starting from the outside — leads to errors because the outer expression depends on the inner result.
Always resolve the innermost parentheses first, then move outward layer by layer before handling anything outside.
12
After parentheses and exponents, you handle all multiplication and division. The key insight here is that these two operations have equal priority — neither outranks the other. When both appear in an expression, the only rule is to work left to right, performing each operation as you encounter it.
This is where many students go wrong. Because M appears before D in PEMDAS, it's tempting to think multiplication always wins. It doesn't. Consider . If you multiply first: — wrong. If you work left to right: , then — correct.
A useful mental model: once you reach the multiplication/division tier, stop thinking about PEMDAS and simply scan left to right. Every time you see a or , perform it immediately, update the expression, and continue scanning. Don't look ahead.
Multiplication and division share equal priority. Work left to right — never skip ahead to multiply before dividing.
8
Addition and subtraction are the last tier. By the time you reach this step, all parentheses have been resolved, all exponents computed, and all multiplication and division handled. What remains is a sequence of additions and subtractions between plain numbers.
Just like multiplication and division, these two operations share equal priority and are handled strictly left to right. The mistake students most often make here is saving all subtractions for last — treating subtraction as something you do after all the additions are complete. This changes the result.
Consider . If you add first: — wrong. If you work left to right: , then — correct. The subtraction at the beginning of the sequence must be handled before the addition that follows it, because it appears to the left.
Add and subtract from left to right — do not save all subtractions for last.
8
Most PEMDAS errors come from three habits worth naming explicitly:
Treating PEMDAS as six separate steps instead of four tiers. Multiplication doesn't always come before division, and addition doesn't always come before subtraction. Once you're inside tier 3 or tier 4, left-to-right position is what determines order — not the letter in the acronym.
Skipping intermediate steps. Multi-operation expressions feel manageable until they're not. Writing each step separately gives you a visible record of where you are. If your answer is wrong, you can trace exactly which step went off track — that's impossible if you've done the whole thing in your head.
Mishandling nested parentheses. Students often resolve all parentheses at the same time, treating inner and outer as equivalent. Remember: the inner set must be fully simplified before the outer set can be touched.
When in doubt, add more parentheses to the original expression to make your intended order explicit. Extra parentheses never change the value of a correctly written expression — they only make the structure clearer.
Write every intermediate step. If your answer is wrong, you need to be able to trace exactly where it happened.
Evaluate the expression .
The correct numerical value, showing every intermediate step
PEMDAS describes four tiers, not six separate steps: Parentheses → Exponents → Multiplication/Division (left to right) → Addition/Subtraction (left to right).
Multiplication does not automatically beat division, and addition does not automatically beat subtraction. Within each tier, left-to-right position determines order.
Nested parentheses are resolved from the innermost pair outward — never try to handle multiple layers at once.
Writing every intermediate step is not just good practice — it's the mechanism that lets you catch and locate mistakes.
When in doubt, add extra parentheses to clarify your intended order. They never change a correctly written expression, only make it easier to read.
Mastering the order of operations means understanding why the convention exists, not just memorizing the acronym. PEMDAS is a shared language that lets anyone — human or computer — read the same expression and reach the same result. That consistency is the foundation on which all of algebra, and everything built on top of it, depends.
Memorize PEMDAS as four tiers, not six steps — this prevents the multiplication-before-division mistake before it happens.
When working a new problem, rewrite the expression from scratch after each operation. Never erase — each line is a checkpoint.
Practice problems specifically designed to test the left-to-right rule (e.g., and ) until the habit is automatic.
Check your work by re-evaluating the original expression without looking at your first attempt. Matching answers confirms correctness.
Evaluate using PEMDAS.
Simplify .
Calculate using the correct order of operations.
Evaluate carefully using PEMDAS.
Simplify step by step using PEMDAS.
Evaluate using PEMDAS.
How do you value this lesson?