BODMAS, also written PEMDAS, sets the order for evaluating an expression that mixes operations: brackets or parentheses first, then exponents, then multiplication and division from left to right, and finally addition and subtraction from left to right.
The trap is assuming multiplication always beats division, or addition always beats subtraction. It does not. Each pair shares the same priority, so you move left to right.
Why the order is structured this way
The two names describe one structure with slightly different vocabulary:
- or : Brackets or Parentheses
- or : Orders or Exponents
- and : Division and Multiplication
- and : Addition and Subtraction
They are not different systems, just two mnemonics for the same order of operations. The reason a fixed order exists at all is so that every reader interprets the same expression the same way. Simplify grouped parts first, handle exponents next, then multiplication and division left to right, then addition and subtraction left to right. With nested brackets, start with the innermost; a fraction bar also groups terms, so numerator and denominator stay together until simplified.
Worked example
Evaluate
First simplify the brackets:
Now evaluate the exponent:
Next do division and multiplication from left to right. Division comes first here because it appears first:
Then multiply:
Finish addition and subtraction from left to right:
So the value of the expression is .
Try it yourself, then check the answer
Evaluate
Working in order: the bracket gives , the exponent gives , then , then , and finally . Write each stage on a new line and compare your intermediate lines, not just the final number.
Calculation traps to watch for
- Thinking division comes before multiplication. In , divide first because it appears first: , not .
- Thinking addition comes before subtraction. In , go left to right: , then .
- Skipping the rewrite step. Most order-of-operations errors are structure errors, not deep math errors. Rewriting the expression after each stage keeps signs, exponents, and grouped terms in place.
When the order of operations matters
This rule applies whenever one expression mixes operations: school arithmetic, algebra, spreadsheet formulas, calculator input, many science formulas. If only one type of operation appears, the rule does little work. It earns its keep when different kinds of operations sit together and you need one consistent interpretation.
Frequently Asked Questions
- What does BODMAS stand for?
- BODMAS stands for Brackets, Orders, Division and Multiplication, then Addition and Subtraction. PEMDAS uses Parentheses and Exponents for the first two letters but describes the same structure. They are not different systems, just two mnemonics for the same order of operations.
- Does multiplication come before division in BODMAS?
- No. Division and multiplication have the same priority, so you work through them from left to right as they appear. In 20 divided by 5 times 2, you divide first because it appears first, giving 4 times 2 equals 8, not 20 divided by 10 equals 2.
- Is BODMAS the same as PEMDAS?
- Yes. The letters use slightly different vocabulary, brackets versus parentheses and orders versus exponents, but both describe the same order of operations: grouped expressions first, then exponents, then multiplication and division left to right, then addition and subtraction left to right.
- Does addition come before subtraction in the order of operations?
- No. Addition and subtraction share the same priority, so you move left to right. In 10 minus 3 plus 1, you compute 10 minus 3 to get 7, then add 1 to get 8. Assuming addition always comes first is one of the most common order-of-operations mistakes.
- How do you apply BODMAS to a mixed expression step by step?
- Simplify brackets first, then exponents, then work through division and multiplication from left to right, and finish with addition and subtraction from left to right. Rewriting the expression after each stage helps keep signs and grouped terms in place; for example, 30 minus 18 divided by 3 times the quantity 2 plus 1, plus 2 cubed, evaluates to 20.
Need help with a problem?
Upload your question and get a verified, step-by-step solution in seconds.
Open GPAI Solver →