Order of Operations Calculator (BODMAS / PEMDAS)
Calculate any arithmetic expression using the correct order of operations. Known as BODMAS or BIDMAS in the UK, PEMDAS in the US, and BEDMAS in Canada — all the same rules, different names. The calculator shows exactly which operation is performed at each stage.
3 + 4 × 2
11
How it works
Identify the BODMAS order
BODMAS: Brackets first, then Orders (powers/roots), then Division and Multiplication (left to right), then Addition and Subtraction (left to right).
Multiplication and Division: 4 × 2
Perform multiplication and division: 4 × 2 = 8.
Result:8Addition and Subtraction: 3 + 8
Perform addition and subtraction: 3 + 8 = 11.
Result:11Final result
Following BODMAS, the result is 11.
Result:11
BODMAS / BIDMAS / PEMDAS / BEDMAS — same rules, different names
Example substitution
Multiplication before addition — the same result whether you use BODMAS, PEMDAS, BIDMAS or BEDMAS.
Worked examples
Calculate 2 + 3 × 4 using BODMAS.
- 1Multiplication first: 3 × 4 = 12
- 2Then addition: 2 + 12 = 14
Calculate (2 + 3) × 4 using BODMAS.
- 1Brackets first: 2 + 3 = 5
- 2Then multiplication: 5 × 4 = 20
Calculate 10 − 2 × 3 + 8 ÷ 4 using BODMAS.
- 1× and ÷ first: 2 × 3 = 6, 8 ÷ 4 = 2
- 2Then + and −: 10 − 6 + 2 = 6
Frequently asked questions
What does BODMAS stand for?+
Brackets, Orders (powers/roots), Division, Multiplication, Addition, Subtraction. Used in the UK, Ireland, and many Commonwealth countries.
What does PEMDAS stand for?+
Parentheses, Exponents, Multiplication, Division, Addition, Subtraction — the US equivalent of BODMAS. Both give the same answer; only the names differ.
What is BIDMAS?+
Brackets, Indices, Division, Multiplication, Addition, Subtraction — another UK/Australian variant. "Indices" and "Orders" mean the same thing (powers and roots).
What is BEDMAS?+
Brackets, Exponents, Division, Multiplication, Addition, Subtraction — used in Canada and parts of Australia. Identical rules to BODMAS/PEMDAS.
What is 3 + 4 × 2?+
3 + 4 × 2 = 3 + 8 = 11. Multiplication comes before addition in all order-of-operations rules.
What is (3 + 4) × 2?+
(3 + 4) × 2 = 7 × 2 = 14. Brackets / parentheses are always calculated first.