PEMDAS Puzzles

Puzzle #1
Day streak0

How order of operations works

Order of operations is the agreed sequence for working out an expression, so everyone lands on the same answer. In the US it's taught as PEMDAS. In the UK and many other places it's BODMAS or BIDMAS. The letters differ, but the rules are the same.

  1. ParenthesesWork out anything inside brackets first. If brackets are nested, start with the innermost pair.
  2. ExponentsPowers come next. In 2 × 3², the exponent only touches the 3, so the answer is 18.
  3. Multiplication and divisionThese share one rank. Work through them from left to right, whichever comes first.
  4. Addition and subtractionThese also share one rank. Again, go from left to right.

The mistakes that catch most people

Why 8 ÷ 2(2 + 2) starts arguments

Written on one line, this expression is ambiguous. If you treat 2(2 + 2) as ordinary multiplication and work left to right, you get 8 ÷ 2 × 4 = 16. Some textbooks and many calculators treat multiplication with no × sign as binding tighter, which gives 8 ÷ 8 = 1. Neither camp is breaking the rules of arithmetic. The notation is just badly written. That's why every puzzle here uses explicit × and ÷ signs and parentheses, so there's one right answer. See the full breakdown of 8 ÷ 2(2 + 2).

Go further

Questions

When does the puzzle change?

At midnight in your local time. Everyone with the same date gets the same five problems.

Where is my streak saved?

In this browser on this device. Clearing your site data or switching browsers starts a fresh streak.

What counts toward my streak?

Finishing all five problems in a day, whatever your score. Miss a day and it resets.

How is the score worked out?

You get two tries per problem. A green square means right first time, yellow means right on the second try, and red means the answer was shown.