Order of Operations with Division: PEMDAS & BODMAS Explained

Updated April 2026 · 6 min read · CalcStep

You have an expression like 20 − 4 × 3 ÷ 2 + 1 in front of you. Where does the division happen? Does it come before or after the multiplication? Before or after the subtraction? The answer to those questions is the order of operations — and getting it wrong means getting the wrong answer, even if every individual calculation is correct.

This post explains exactly where division fits, why it shares a step with multiplication, and how to work through any expression confidently using PEMDAS or BODMAS.

What Is the Order of Operations?

The order of operations is a set of rules that tells you which part of a mathematical expression to calculate first. Without these rules, the same expression could produce different answers depending on who solved it. The rules exist so that there is exactly one correct answer to any written expression.

Two acronyms teach the same rule in different countries:

USA — PEMDAS
P · E · MD · AS

Parentheses, Exponents, Multiplication & Division, Addition & Subtraction

UK & others — BODMAS
B · O · DM · AS

Brackets, Orders (powers/roots), Division & Multiplication, Addition & Subtraction

Both acronyms describe exactly the same rule. The different words — Parentheses vs. Brackets, Exponents vs. Orders — just reflect regional vocabulary. The mathematics underneath is identical.

Where Division Sits in the Order

Division is the third step — but it shares that step with multiplication. This is the detail that trips people up the most.

Step PEMDAS BODMAS What you do
1 Parentheses () Brackets () Solve everything inside brackets first
2 Exponents Orders Calculate powers and roots
3 Multiplication & Division Division & Multiplication Work left to right — whichever comes first
4 Addition & Subtraction Addition & Subtraction Work left to right — whichever comes first

The key insight: division does not come after multiplication. They are equal. When you see both in the same expression, you simply read from left to right and handle whichever one you encounter first.

Why Multiplication and Division Share a Step

Division is actually multiplication in disguise. Dividing by 4 is the same as multiplying by ¼. Because of this mathematical equivalence, the two operations have the same priority — neither can outrank the other. The left-to-right rule is the tiebreaker.

Common mistake

Many students see M before D in PEMDAS and conclude that multiplication always happens first. It does not. The letter order in the acronym is just a memory aid, not a ranking. Multiplication and Division are on the same level — always resolved left to right.

Worked Examples

Example 1 — Division before multiplication (left to right)

Solve: 24 ÷ 4 × 3
Step 1: Division comes first (it's on the left) → 24 ÷ 4 = 6
Step 2: Now multiply → 6 × 3 = 18
Answer: 18

If you multiplied first you'd get 24 ÷ 12 = 2 — wrong. The left-to-right rule is what separates the right answer from the wrong one.

Example 2 — Division after parentheses

Solve: (3 + 9) ÷ 4
Step 1: Parentheses first → (3 + 9) = 12
Step 2: Now divide → 12 ÷ 4 = 3
Answer: 3

Without the parentheses, 3 + 9 ÷ 4 would give a different result — division happens first, giving 3 + 2.25 = 5.25. Parentheses change everything.

Example 3 — Division inside a longer expression

Solve: 10 + 6 ÷ 2 − 1
Step 1: Division before addition/subtraction → 6 ÷ 2 = 3
Step 2: Rewrite: 10 + 3 − 1
Step 3: Left to right → 10 + 3 = 13, then 13 − 1 = 12
Answer: 12

Example 4 — Multiple divisions in a row

Solve: 48 ÷ 4 ÷ 3
Step 1: First division (left) → 48 ÷ 4 = 12
Step 2: Second division → 12 ÷ 3 = 4
Answer: 4

If you reversed the order and calculated 4 ÷ 3 first, then 48 ÷ (4/3), you'd get 36 — a completely different result. Division is not associative, so left-to-right is not just a convention, it's essential for a consistent answer. You can check individual division steps on 48 ÷ 4.

Need to verify a division step inside a longer calculation?

Use the Division Calculator →

How Parentheses Interact with Division

Parentheses are the most powerful tool for controlling where division happens. They override every other rule. Whatever is inside the brackets gets resolved first, no exceptions.

This is useful in real situations. If you want to divide the sum of two numbers rather than just one of them, you group them in parentheses:

Without parentheses vs. with parentheses
12 + 8 ÷ 4 → divide first: 12 + 2 = 14
(12 + 8) ÷ 4 → brackets first: 20 ÷ 4 = 5

The parentheses change the meaning entirely. This is why being careful about where you write division signs — and where you add brackets — matters so much, especially in fractions where the fraction bar acts as a grouping symbol. See our post on how to divide fractions for more.

Division and Negative Numbers

Order of operations doesn't change when negative numbers are involved, but the signs require attention. A negative sign that isn't inside parentheses applies only to the number immediately next to it, not to an entire operation.

Solve: −20 + 10 ÷ 2
Step 1: Division first → 10 ÷ 2 = 5
Step 2: Addition → −20 + 5 = −15
Answer: −15

For a full guide on how signs behave when dividing, see our post on dividing negative numbers.

A Word on Long Division and Order of Operations

When you use long division to work out a single division step inside a larger expression, you're still following the same priority rules — you're just using a method to complete one step at a time. Order of operations tells you which step to do when; long division tells you how to do a single division step when the numbers are large. The two ideas work together, not against each other.

Quick Reference: Division in Order of Operations

Division happens after parentheses and exponents. Division happens at the same time as multiplication — left to right. Division happens before addition and subtraction. Parentheses can move division to any priority level you need. Multiple divisions in a row are always resolved left to right.

📖 Additional resources

🔢 For even more worked examples of division in action, visit the long division examples page to see the method applied to different types of numbers.

Frequently Asked Questions