Order of operations
The order of operations tells us which operations (e.g. addition, multiplication, powers) to do first when finding the value of an expression.
Abbreviations
Section titled “Abbreviations”There are lots of abbreviations to remember the order of operations. The most common ones are:
- BIDMAS (Brackets, Indices, Division and Multiplication, Addition and Subtraction)
- BODMAS (Brackets, Orders, Division and Multiplication, Addition and Subtraction)
- PEMDAS (Parentheses, Exponents, Multiplication and Division, Addition) - this is more commonly used in the USA.
In this page, we’ll use BIDMAS.
The order
Section titled “The order”Whenever we evaluate an expression, we should do it in this order:
- Brackets: Anything inside brackets (parentheses) should be done first.
- Indices: We then do any powers or roots (e.g. squares, square roots).
- Division and multiplication:
- Addition and subtraction
Note: When we have multiple operations of the same rank (e.g. both division and multiplication), we do them from left to right.
Examples
Section titled “Examples”Example: Evaluate
Section titled “Example: Evaluate ”- First, we do the multiplication:
. - Then, we do the addition:
. - Answer:
.
Example: Evaluate
Section titled “Example: Evaluate ”- First, we do the brackets:
. - Then, we do the indices:
. - Answer:
.
Example: Evaluate
Section titled “Example: Evaluate ”- First, we do the division:
. - Then, we do the multiplication:
. - Next, we do the subtraction:
. - Finally, we do the addition:
. - Answer:
.
Example: Evaluate
Section titled “Example: Evaluate ”- First, we do the brackets:
. - Then, we do the indices:
. - Next, we do the division:
. - Finally, we do the addition:
. - Answer:
.
Example: Evaluate
Section titled “Example: Evaluate ”- First, we do the brackets:
. - Then, we do the division:
. - Next, we do the multiplication:
. - Answer:
.