Skip to main content
← Back to all tools
()

Order of Operations

Shows the order step by step: brackets → indices → multiplication and division → addition and subtraction.

Practice examples

Addition and subtractionEasy
Multiplication before additionEasy
BracketsMedium
IndicesMedium
ChallengeAdvanced

How to use it

Order of operations: when an expression has several operations, you carry them out in a fixed order — not simply left to right.

  1. Brackets — always first, working from the innermost out.
  2. Indices and roots — after brackets.
  3. Multiplication and division — left to right, at equal rank.
  4. Addition and subtraction — last, also left to right.

Example 1: 2 + 3 × 4 = 2 + 12 = 14 (multiplication before addition).

Example 2: (2 + 3) × 4 = 5 × 4 = 20 (brackets first).

Example 3: 2 + 3² = 2 + 9 = 11 (index before addition).

Common mistake: 3 + 4 × 2 — not 14, but 11. Because multiplication comes first! First 4 × 2 = 8, then 3 + 8 = 11.

💼 Tip:whenever an expression looks complicated, adding brackets makes it easier to see what to work out first. Don't be afraid to add brackets even when they are not strictly needed.

Related tools

✍️ Written by the MathsUK teamChecked against the National Curriculum and GCSE specifications

We keep your progress and preferences in your browser only (local storage), and use analytics cookies to improve the site. Read the privacy notice.

More information