MathPicBot owl mascot MathPicBot
ARITHMETIC · 5 MIN READ

Order of operations (PEMDAS / BODMAS), explained

When an expression mixes operations, the order you work in decides the answer. PEMDAS is the agreed order, and a couple of steps trip people up.

By the MathPicBot team · Updated July 2026

When an expression has more than one operation, everyone needs to reach the same answer. The order of operations is the shared rule for that. In English it is remembered as PEMDAS; elsewhere as BODMAS. Both describe the same order.

The rule, in order

A first example

Multiplication comes before addition, so it is not simply left to right. Take 3+4×23 + 4 \times 2.

WORKED EXAMPLE
3+4×23 + 4 \times 2
1. Do the multiplication first: 4×2=84 \times 2 = 8.
2. Then the addition: 3+8=113 + 8 = 11.
ANSWER
1111

With brackets and powers

Clear the brackets first, then powers, then the rest. Take (6+2)×32(6 + 2) \times 3^2.

WORKED EXAMPLE
(6+2)×32(6 + 2) \times 3^2
1. Brackets: 6+2=86 + 2 = 8.
2. Power: 32=93^2 = 9.
3. Multiply: 8×9=728 \times 9 = 72.
ANSWER
7272
MathPicBot owl
Not sure of the order?
Photograph the expression and MathPicBot evaluates it step by step.
Solve it now →

The mistakes that change the answer

Work down the list: brackets, powers, then multiply and divide, then add and subtract, always left to right within a rank.