โ† Change Exercise

Evaluate an expression

Work out the value of the expression.
(2 + 3) ร— 4 =
All difficulties
0%
Accuracy
0
Current streak
0
Total answers
0
Correct

When an expression has more than one operation, you can't just work left to right. The order of operations tells you the rules: brackets first, then ร— and รท (left to right), then + and โˆ’ (left to right). Memorise it as **PEMDAS** or **BIDMAS** โ€” both stand for the same idea.

What does this generator do?

Picks an expression with two or three operations โ€” sometimes with parentheses โ€” and asks you for the value. All answers are whole numbers.

How to use it

1) Evaluate anything inside brackets first. 2) Do all multiplications and divisions, going left to right. 3) Do all additions and subtractions, going left to right. Stick to the order even when it looks tempting to do something simpler first.