One step at a time
Find the highest-priority operation, do it, rewrite, repeat. Subtraction becomes add-the-opposite when you combine.
Why it works
Peel the expression down to a single value.
Integers · Order of operations · 8.4
Longer expressions just apply the order of operations repeatedly: handle the strongest operation, rewrite, and repeat until one number is left.
Watch the method
−5 − 6 × 2: 6 × 2 = 12, then −5 − 12 = −17.
Multiply
6 × 2 = 12
Subtract
-5 - 12 = -17
Your turn
Type a whole number — negatives allowed, e.g. -7.
Find the highest-priority operation, do it, rewrite, repeat. Subtraction becomes add-the-opposite when you combine.
Why it works
Peel the expression down to a single value.
Evaluate -8 - 5 × 4
Multiply
5 × 4 = 20 -8 - 20
Subtract
-8 - 20 = -28 -28
Evaluate 8 × -2 + 7
Multiply
8 × (-2) = -16 -16 + 7
Add
-16 + 7 = -9 -9
Evaluate 5 + 4 × -5
Multiply
4 × (-5) = -20 5 + -20
Add
5 + (-20) = -15 -15
Working strictly left to right.
Precedence beats position: × before −.
Losing a sign mid-way.
Rewrite carefully after each step.
12 problems across three tiers. Auto-graded on submit. Hints and a full walkthrough on every question. Your work is saved on this device — sign in to keep it across devices.
t₁ = 5, d = 3 and t1=5,d=3 both count. For a list of numbers, separate them with commas (e.g. 3, 10, 17).Evaluate -8 - 5 × 4
Evaluate -5 - 4 × 4
Evaluate 3 × -4 + 7
Evaluate -6 - 6 × 2
Evaluate 8 × -2 + 7
Evaluate 3 × -2 + 6
Evaluate 2 × -4 + 4
Evaluate 2 + 4 × -4
Evaluate 5 + 4 × -5
Evaluate 3 + 4 × -3
Evaluate 6 × -2 + 8
Evaluate -3 - 5 × 3