Mathwords logoMathwords

BIDMAS — Definition, Formula & Examples

BIDMAS is a mnemonic used mainly in the UK to remember the order of operations: Brackets, Indices, Division, Multiplication, Addition, Subtraction. It tells you the sequence in which to evaluate parts of a mathematical expression.

BIDMAS is an acronym encoding the conventional precedence hierarchy for arithmetic operations: parenthetical groupings (Brackets) are evaluated first, followed by exponentiation (Indices), then Division and Multiplication (performed left to right at equal precedence), and finally Addition and Subtraction (also performed left to right at equal precedence).

How It Works

When you encounter an expression with multiple operations, work through them in BIDMAS order. First, simplify anything inside brackets. Next, evaluate indices (powers and roots). Then handle division and multiplication from left to right — neither one outranks the other. Finally, perform addition and subtraction from left to right. BIDMAS is mathematically identical to PEMDAS, BODMAS, and BEDMAS; the different letters simply reflect regional vocabulary choices.

Worked Example

Problem: Evaluate 3+2×(426)3 + 2 \times (4^2 - 6).
Brackets: Inside the brackets, apply Indices first: 42=164^2 = 16. Then subtract: 166=1016 - 6 = 10.
3+2×(166)=3+2×103 + 2 \times (16 - 6) = 3 + 2 \times 10
Multiplication: Multiply before adding.
3+2×10=3+203 + 2 \times 10 = 3 + 20
Addition: Add the remaining terms.
3+20=233 + 20 = 23
Answer: 2323

Why It Matters

BIDMAS is the standard term taught in UK and Australian maths curricula. Understanding it ensures you can correctly interpret any arithmetic or algebraic expression, which is essential for GCSE maths and every science or engineering course that follows.

Common Mistakes

Mistake: Assuming Division always comes before Multiplication because D appears before M in the acronym.
Correction: Division and Multiplication share the same precedence level. Evaluate them left to right in the order they appear. The same applies to Addition and Subtraction.

Related Terms