Order of Operations
Voltage drop, wire sizing, load balancing
When a math expression has more than one operation, you cannot simply work left to right. There is a specific order of operations that everyone follows so that every person gets the same answer from the same expression. In the United States, this order is remembered with the acronym PEMDAS.
The PEMDAS Rules
| Step | Letter | Operation | Rule |
|---|---|---|---|
| 1 | P | Parentheses | Do everything inside parentheses (or brackets) first |
| 2 | E | Exponents | Evaluate powers and square roots |
| 3 | M / D | Multiplication and Division | Work left to right |
| 4 | A / S | Addition and Subtraction | Work left to right |
Critical detail: Multiplication and division have the same priority — you do whichever comes first as you read left to right. The same is true for addition and subtraction. A common mistake is thinking multiplication always comes before division; it does not.
Some people use the phrase “Please Excuse My Dear Aunt Sally” to remember the order.
Outside the U.S., the same rules go by BODMAS (Brackets, Orders, Division, Multiplication, Addition, Subtraction) or BEDMAS. The rules themselves are identical.
Step-by-Step Worked Examples
Example 1:
There are no parentheses or exponents, so start with multiplication:
Common mistake: Adding first to get . That is incorrect because multiplication must be done before addition.
Answer: 18
Example 2:
Step 1 — Parentheses:
Step 2 — Exponents:
Step 3 — Division (left to right):
Step 4 — Subtraction:
Answer: 17
Example 3:
Step 1 — Parentheses:
Step 2 — Multiplication and division, left to right:
Step 3 — Addition and subtraction, left to right:
Answer: 14
Nested Parentheses
When parentheses are nested inside other parentheses, work from the innermost set outward.
Example 4:
Step 1 — Innermost parentheses:
Step 2 — Exponent inside the brackets:
Step 3 — Brackets:
Step 4 — Multiplication:
Answer: 24
Common Mistakes to Avoid
-
Multiplying before dividing regardless of position. Multiplication and division are equal in priority — always work left to right.
-
Ignoring parentheses. Parentheses override all other rules. Always resolve them first.
-
Applying exponents to a sum without parentheses. Note the difference:
Without parentheses, only the 4 is squared.
-
Distributing a negative sign incorrectly. When a subtraction precedes parentheses, be careful:
Real-World Application: Electrician — Total Resistance in a Circuit
An electrician is calculating the total resistance in a circuit that has a series section and a parallel section. The formula for total resistance when a 10 ohm resistor is in series with two parallel resistors of 6 ohms and 12 ohms is:
Substituting the values:
Step 1 — Parentheses (denominator):
Step 2 — Multiplication (numerator):
Step 3 — Division:
Step 4 — Addition:
Answer: The total circuit resistance is 14 ohms. Getting the order wrong here could mean selecting the wrong wire gauge or breaker, which is a serious safety issue.
Quick Reference: PEMDAS at a Glance
| Priority | Operations | Direction |
|---|---|---|
| 1st | Parentheses / Brackets | Innermost first |
| 2nd | Exponents / Roots | Left to right |
| 3rd | Multiplication and Division | Left to right |
| 4th | Addition and Subtraction | Left to right |
Practice Problems
Test your understanding with these problems. Click to reveal each answer.
Problem 1: Evaluate
Multiplication first:
Answer: 7
Problem 2: Evaluate
Parentheses:
Exponent:
Division:
Answer: 28
Problem 3: Evaluate
Division and multiplication are equal priority — work left to right.
Answer: 12
Problem 4: Evaluate
Parentheses:
Exponent:
Multiplication:
Division:
Addition:
Answer: 12
Problem 5: An electrician uses the formula . If amps and ohms, find .
Parentheses (evaluate ):
Exponent:
Multiplication:
Answer: 108 watts
Key Takeaways
- PEMDAS defines the universal order: Parentheses, Exponents, Multiplication/Division (left to right), Addition/Subtraction (left to right)
- Multiplication and division share the same priority — always work left to right, not multiplication first
- The same is true for addition and subtraction — left to right
- Parentheses override everything — when in doubt, use them to make your intent clear
- In trades like electrical work, applying the correct order of operations is not just a math exercise — it affects safety and code compliance
Return to Arithmetic for more foundational topics.
Next Up in Arithmetic
Last updated: March 28, 2026