By Chris Deziel, Updated Aug 30, 2022
shironosov/iStock/Getty Images
Take a look at the following equation:
\(x = 7 + 2 \times (11 - 5) \div 3\)
If you simply read the expression from left to right you’ll arrive at 18, which is incorrect. The correct result—11—comes from applying the standard order of operations, often remembered by the acronym PEMDAS:
For those who find PEMDAS hard to recall, mnemonic phrases such as "Please Excuse My Dear Aunt Sally" or the alternative BEDMAS (“Big Elephants Destroy Mice and Snails”) can be useful. The key is that multiplication and division are performed in the order they appear, as are addition and subtraction.
When confronted with a long string of operations, the mathematician’s rulebook is straightforward:
Let’s solve the earlier equation step by step.
\(11 - 5 = 6\)
The expression becomes:
\(x = 7 + 2 \times 6 \div 3\)
First, multiplication:
\(2 \times 6 = 12\)
Then division:
\(12 \div 3 = 4\)
The equation now reads:
\(x = 7 + 4\)
\(7 + 4 = 11\)
Thus, x = 11.
1. 15 – [5 + (7 - 4)]
2. (5 - 3)^2 + (10 ÷ [7 - 2])^2 × 4
Remember: whether you encounter parentheses, brackets, or braces, always tackle the innermost expressions first, then follow PEMDAS to reach the final answer confidently.