This math challenge looks straightforward, but the order of operations is what decides the correct answer.
The expression is:
22 − 2 × 0 + 3
Multiplication comes first:
2 × 0 = 0
Now finish the calculation from left to right:
22 − 0 + 3 = 25
The ×0 only affects the 2, not the entire expression. That small detail is what can cause people to rush into the wrong answer.
Answer: 25.


