Order of Operations
The rules that tell you which part of an expression to evaluate first.
Definition
Order of operations is the agreed-upon sequence for evaluating an expression when it contains more than one operation. The acronym BEDMAS (or PEMDAS) summarises the sequence:
| Step | BEDMAS | PEMDAS |
|---|---|---|
| 1 | Brackets | Parentheses |
| 2 | Exponents | Exponents |
| 3 | Division | Multiplication |
| 3 | Multiplication | Division |
| 4 | Addition | Addition |
| 4 | Subtraction | Subtraction |
Division and multiplication have equal priority โ work left to right. Same for addition and subtraction.
Step-by-step evaluation
Evaluate .
Multiplication before addition:
Not . If you add first you get the wrong answer.
Brackets change everything
Evaluate .
Brackets first:
Left to right for equal-priority operations
โ division and multiplication have the same priority, so go left to right:
Not .
Try it
Evaluate without a calculator:
Solution
Brackets first:
Exponent:
Multiply:
Add:
Related concepts
Related
Uses this