This math challenge looks simple, but the order of operations determines the correct answer.
The expression is:
14 + 4 × 0 − 2
Multiplication comes first:
4 × 0 = 0
Now complete the remaining calculation from left to right:
14 + 0 − 2 = 12
The ×0 only affects the 4, not the entire expression. That small detail is where many people make a mistake.
Answer: 12.


