Foundations Unit F1
Operations & Integers
PEMDAS, left-to-right ties, and the sign-vs-exponent trap.
The priority order for mixed +, −, ×, ÷, and exponents, the two subtleties that cost the most points, and a step-by-step solver to check any expression.
Why everyone needs the same reading order
You grab a $ sandwich and two $ drinks, so the total is dollars. Read that strictly left to right and you get — a forty-dollar snack run. Compute the drinks first and you get , which is what the cashier will actually charge. Both readings look reasonable, and that’s exactly the problem: a math expression — numbers joined by , , , , and powers like — is useless if two people can read it two ways. So math fixed one official reading order, the same way a language fixes its grammar. Every expression means exactly one number; this module is about how to find it.
The order isn’t arbitrary
Here’s the logic hiding under the rule. is packed addition — shorthand for . And is packed multiplication — shorthand for . The convention that makes expressions readable is simply: unpack the densest shorthand first. Powers unpack before and ; and unpack before and ; and parentheses outrank everything, because they’re the writer saying “treat this as one thing.”
Look at the snack bill again with those eyes: in , the is one bundled number waiting to be opened. The can’t grab the , because the is already spoken for. That’s why “multiply before add” gives the sensible $ — it’s not a decree to memorize so much as a way of seeing which numbers are already glued together.
Walk one through before the rule
Try this one — every kind of move shows up once:
Written as a ladder, that order is:
| Priority | Operation |
|---|---|
| 1 (highest) | Parentheses — anything inside first |
| 2 | Exponents — powers like |
| 3 | Multiply / Divide — equal rank, tie → left to right |
| 4 (lowest) | Add / Subtract — equal rank, tie → left to right |
Most people remember it as PEMDAS (“Please Excuse My Dear Aunt Sally”). The four letters are the easy part. The part worth drilling is that M ties with D and A ties with S — four operations, but only two priority levels between them.
Before you click each round, say the move out loud. When comes up, decide: or ? (It’s a tie — so the leftmost one fires.) When appears, notice the exponent wins even though the sits first in the line. And in , the goes first for the same tie reason.
Why the classic traps feel right
“Multiply always comes before divide.” The mnemonic itself plants this one — PEMDAS spells M before D, so it looks ranked. But dividing by is the same move as multiplying by ; they’re one operation in two costumes, and neither can outrank the other. Watch what happens if you believe the ranking: becomes . The real reading is left to right — . Same digits, answers four times apart. The identical logic covers and : subtracting is adding , so in you take the first (getting ) rather than regrouping the tail into .
” is .” We say “negative three squared,” and the ear hears as one number. But on paper, an exponent grabs only the symbol it’s touching — here, just the . The minus sign means “the opposite of” and applies afterwards: . To square the whole negative number you must glue it together with parentheses: .
Watch one worked all the way through
The expression below mixes everything. Before you read each line, predict the next move — parentheses first, then the exponent, then… which of the and fires first here, and why?
Each step applies exactly one operation — the highest-priority one currently available — and boxes in what just changed. If your prediction and the boxed move ever disagree, that line is telling you exactly which rung of the ladder to revisit.
The one thing to remember
An expression is one number wearing layers of shorthand, and you unwrap the densest layer first: parentheses, then powers, then , then — and inside a tied layer, you just read left to right like a sentence. When a minus sign is involved, parentheses decide whether it’s part of the number or applied after.
The one rule, in strict order
| Priority | Operation |
|---|---|
| 1 | Parentheses |
| 2 | Exponents |
| 3 | Multiply / Divide — tie, left to right |
| 4 | Add / Subtract — tie, left to right |
Worked example
For :
Classic traps
Quick reference
| Expression | Result |
|---|---|