This site is a work in progress. New lessons are added regularly. Contact us

Order of Operations

Learning goals

  • Explain why a written expression needs one agreed reading before it names a number
  • Evaluate an expression in four tiers, from grouping down to addition and subtraction
  • Say why ranking multiplication first lets a product be written without parentheses
  • Work left to right within a tier, so 8÷4×28 \div 4 \times 2 is 44
  • Settle grouping symbols from the innermost outward, and read a fraction bar as grouping

Why we need an agreed order at all

The symbols cannot settle it, so we agree on one order and everybody uses it. An agreement like that is called a convention. Nobody proved it, and a different choice would have worked just as well, as long as everyone made the same one. That is what it buys: a written line means the same thing to its writer and its reader.

The tiers, and why they are ranked this way

The agreed order sorts operations into tiers and works through the tiers from the top down. From first to last:

  1. Grouping. Anything inside parentheses (  )(\;), brackets [  ][\;], or braces {  }\{\;\} is evaluated first, working from the innermost group outward.
  2. Exponents. Powers are evaluated next.
  3. Multiplication and division. These two share one tier and are evaluated together, left to right.
  4. Addition and subtraction. These also share one tier, evaluated together, left to right.
The four tiers, in evaluation orderA vertical stack of four bars, labelled down the left side first, next, then and last. Top to bottom: grouping (parentheses, brackets, braces); exponents; multiplication and division, which share one tier and run left to right; addition and subtraction, which share one tier and run left to right.Grouping( ) , [ ] , firstExponentspowersnextMultiply and Divideone tier, left to rightthenAdd and Subtractone tier, left to rightlastwork down the stack, one tier at a time
The four tiers, in the order they are evaluated. Settle every group, then the exponents, then multiplication and division, then addition and subtraction. Each of the bottom two bars holds two operations that share one tier.

Why this ranking and not some other? Nothing in arithmetic forces it. But one choice saves far more writing than the rest, and you can see which by comparing the two readings of 5+3×45 + 3 \times 4.

You met in an earlier lesson that multiplication is a short way of writing repeated addition, so 3×43 \times 4 is a short way of writing 4+4+44 + 4 + 4. Take the multiplication first, and the line counts three 44s with a lone 55 beside them:

5+3×4=5+(4+4+4)=5+12=17.5 + 3 \times 4 = 5 + (4 + 4 + 4) = 5 + 12 = 17.

Take the addition first, as (5+3)×4=32(5 + 3) \times 4 = 32, and the line counts eight 44s with nothing standing beside them. The 55 has stopped being a quantity of its own and has become part of how many copies there are. The two readings describe different collections, so the symbols alone cannot pick between them. Only the agreement can.

It picks the first one, and the reason is practical. The shape we write most often is a few products added together, the way a shopping bill is. Ranking multiplication above addition lets every one of those products be written bare. We get to write 5+3×45 + 3 \times 4 and never have to write 5+(3×4)5 + (3 \times 4). The other ranking would work perfectly well if everyone used it, but then almost every bill would need parentheses.

Exponents sit above multiplication for the same practical reason. A power is a short way of writing repeated multiplication. In 232^3 the small raised 33 counts how many copies of 22 are multiplied together:

23=2×2×2=8.2^3 = 2 \times 2 \times 2 = 8.

Read 323^2 the same way. It is 3×3=93 \times 3 = 9, not 3×23 \times 2. Ranking powers above multiplication lets a power be written bare too, so 5×235 \times 2^3 means 5×8=405 \times 8 = 40.

Grouping sits above all of them for a different reason. A pair of parentheses is the one instruction you write by hand. It says “treat what is inside me as one quantity,” and that overrides every ranking below it.

Why same-tier operations go left to right

Multiplication and division sit on the same tier, and so do addition and subtraction. When two operations from one tier appear together, the rule is to work strictly left to right. Without a rule of that kind, some chains of subtractions would give different values depending on how a reader grouped them.

Why a left-to-right convention is needed for 103210 - 3 - 2#

Unlike addition, subtraction cares how you group it: the grouping changes the answer. Take 103210 - 3 - 2 and group it the two ways:

(103)2=72=5,10(32)=101=9.(10 - 3) - 2 = 7 - 2 = 5, \qquad 10 - (3 - 2) = 10 - 1 = 9.

The two groupings give 55 and 99, which are different numbers. So the symbols on their own do not pick a value here, and the agreed reading has to. That reading is left to right, so each operation acts on the running total built so far. Take 1010, subtract 33 to get the running total 77, then subtract 22 from that to land on 55.

The same reading settles a mixed line like 83+28 - 3 + 2. Left to right, subtract first to get the running total 55, then add 22 for 77. Reading it as 8(3+2)=85=38 - (3 + 2) = 8 - 5 = 3 adds a pair of parentheses the expression never wrote. The agreed reading exists so that nobody gets to add them.

The same reasoning settles division. The expression 16÷4÷216 \div 4 \div 2 means (16÷4)÷2=4÷2=2(16 \div 4) \div 2 = 4 \div 2 = 2, not 16÷(4÷2)=16÷2=816 \div (4 \div 2) = 16 \div 2 = 8. Read same-tier operations strictly from left to right, and you will never have to guess.

Check your understanding

Evaluate 2+3×42 + 3 \times 4.

Answer choices

Check your understanding

Evaluate 206420 - 6 - 4.

Answer choices

What a grouping symbol actually tells you

Grouping symbols are the one place where you, the writer, get to override the ranking of the tiers. A pair of parentheses says “treat everything inside me as one quantity, and settle it before any operation outside is allowed to use it.”

A grouping symbol does not mean “do everything inside first, then ignore the order of operations for the rest of the expression.” Once a group is settled down to a single number, the operations outside it still obey the same tiers as always. Look at 4+2×(51)4 + 2 \times (5 - 1). The parentheses tell you to settle 51=45 - 1 = 4 first, and that group then becomes the single number 44. But from that moment the rest of the line is back to ordinary rules, so the multiplication still happens before the addition.

Worked example 1 Evaluate 4+2×(51)4 + 2 \times (5 - 1), one operation per line

Settle the group first, then return to the normal tiers for what remains. Take one step at a time:

4+2×(51)=4+2×44 + 2 \times (5 - 1) = 4 + 2 \times 4

The group is now the single number 44. It does not get to “go first” again; the leftover expression is just 4+2×44 + 2 \times 4, where multiplication outranks addition:

4+2×4=4+84 + 2 \times 4 = 4 + 84+8=124 + 8 = 12

So the value is 1212. The mistake to avoid is finishing the parentheses and then sweeping left to right, 4+2=64 + 2 = 6 then 6×4=246 \times 4 = 24. The parentheses gave the subtraction an early turn; they did not switch off the tiers for everything else.

When you do want an operation like addition to happen before a multiplication, parentheses are exactly the tool. Writing (4+2)×5(4 + 2) \times 5 forces the sum first and gives 6×5=306 \times 5 = 30, a different number from the un-grouped 4+2×5=144 + 2 \times 5 = 14. Grouping is how you bend the order on purpose.

Nested groups: innermost first

When a group sits inside another group, settle the innermost one first and work outward. Brackets and braces behave exactly like parentheses; the different shapes are only there to make each matching pair easy to spot at a glance.

Worked example 2 Evaluate 3×[4+(102×3)]3 \times [\,4 + (10 - 2 \times 3)\,], one operation per line

Start at the innermost group. Even inside parentheses the tiers still apply, so the multiplication 2×32 \times 3 goes before the subtraction:

3×[4+(102×3)]=3×[4+(106)]3 \times [\,4 + (10 - 2 \times 3)\,] = 3 \times [\,4 + (10 - 6)\,]

Finish the inner group:

3×[4+(106)]=3×[4+4]3 \times [\,4 + (10 - 6)\,] = 3 \times [\,4 + 4\,]

Now settle the outer bracket:

3×[4+4]=3×83 \times [\,4 + 4\,] = 3 \times 83×8=243 \times 8 = 24

Working from the inside out keeps you from ever holding more than one small step in your head at a time.

The fraction bar is an invisible grouping symbol

A horizontal fraction bar quietly groups everything above it and everything below it, as though the numerator and the denominator each wore their own parentheses. You evaluate the entire top and the entire bottom first, then divide. This is why writing a quotient as a stacked fraction is so much safer than squeezing it onto one line.

6+42+3=105=2.\frac{6 + 4}{2 + 3} = \frac{10}{5} = 2.
What the fraction bar groupsOn the left, the fraction with numerator six plus four and denominator two plus three, with a ring drawn around the whole numerator and another around the whole denominator. An arrow leads to the one-line form, where the same two rings have become written parentheses on either side of a division sign.6 + 42 + 3(6 + 4)÷(2 + 3)settle the whole top and the whole bottom, then divide
The fraction bar carries two pairs of parentheses that nobody writes. Flatten the fraction onto one line and you have to write both pairs in by hand.

Written on one line, that fraction is (6+4)÷(2+3)(6 + 4) \div (2 + 3), with both pairs of parentheses put in by hand. It is not 6+4÷2+36 + 4 \div 2 + 3, which comes to 6+2+3=116 + 2 + 3 = 11 under the tiers. Dropping the parentheses changes which numbers are divided, and that is what changes the value from 22 to 1111. Whenever a stacked fraction has to go onto one line, write those parentheses in.

Worked example 3 Evaluate 23+462+1\dfrac{2^3 + 4}{6 - 2} + 1, one operation per line

The bar groups the numerator and the denominator separately, so settle each fully before dividing. Inside the numerator the exponent goes first:

23+462+1=8+462+1\frac{2^3 + 4}{6 - 2} + 1 = \frac{8 + 4}{6 - 2} + 1

Finish the numerator:

8+462+1=1262+1\frac{8 + 4}{6 - 2} + 1 = \frac{12}{6 - 2} + 1

Finish the denominator:

1262+1=124+1\frac{12}{6 - 2} + 1 = \frac{12}{4} + 1

Both are single numbers now, so the bar can act as a division:

124+1=3+1\frac{12}{4} + 1 = 3 + 13+1=43 + 1 = 4

So the value is 44. The +1+1 sits outside the fraction, so it is never part of the numerator.

Check your understanding

Evaluate 16÷4×216 \div 4 \times 2.

Answer choices

Check your understanding

Evaluate 302×(3+4)30 - 2 \times (3 + 4).

Answer choices

A larger expression, start to finish

The reliable habit is to scan the whole expression, find the highest tier present, do one operation from it, rewrite the line, and repeat. Writing one step at a time makes each step easier to check.

Worked example 4 Evaluate 5+2×3245 + 2 \times 3^2 - 4, one operation per line

The highest tier present is exponents, so square the 33 first:

5+2×324=5+2×945 + 2 \times 3^2 - 4 = 5 + 2 \times 9 - 4

Multiplication is now the highest tier, so do it next:

5+2×94=5+1845 + 2 \times 9 - 4 = 5 + 18 - 4

Only addition and subtraction remain. They share a tier, so go left to right:

5+184=2345 + 18 - 4 = 23 - 4234=1923 - 4 = 19

So 5+2×324=195 + 2 \times 3^2 - 4 = 19. Notice the addition and subtraction genuinely waited their turn behind the exponent and the multiplication, then ran in reading order.

Check your understanding

A student evaluated 82×38 - 2 \times 3 as 1818. What is the correct value?

Answer choices

Common mistakes

You can now read any grouped calculation and get the one value it names. The last lesson of the chapter asks a different question about that same expression. When a number multiplies a group, the calculation can be rewritten in a second form entirely, and the value stays put.

Practice

Multiple Choice Questions (MCQ)

Progressively harder sets of questions. Each opens on its own page.

Free Response Questions (FRQ)

Longer questions in parts, to be worked out on paper. Progressive hints, the answer on its own so you can check yourself and try again, then the full worked solution, plus a rubric to mark your own work against.

Free response Work it out on paper 5 questions Start →
More practice (optional)

Extra sets, as hard as the Challenge set. Each one opens on its own page.

More resources (optional)

Other explanations of this lesson, if you want a second take.

A bit of history (Optional)

Some rules are kept by everyone and set down by no one. The order you just learned is one of them: no vote fixed it, and no proof made it true.

In 1917 that gap caused a small public argument. A teacher named Nels Lennes wrote to a journal to complain about his own textbooks. Handed one printed line, two books would give two answers, and each was certain it was correct.

Lennes wanted an official ruling, and none ever came. What settled it was slower and duller than that. Writers copied writers, and one habit spread until its rivals vanished.

So this rule is not like the others in the lesson. It is not a truth about numbers; it is an agreement we keep. It works while we all keep it, and not one moment longer.

A line like 6÷2(1+2)6 \div 2(1+2) still splits careful readers. The 22 and the bracket beside it are written with no times sign between them, which is a shorthand this lesson has not used. Treat it as an ordinary multiplication and the four tiers settle the line at 99. The argument is over whether a product written with no sign should outrank the division to its left. Either way the remedy is yours: write the grouping in, and nobody has to choose.