This equation is a classic Order of Operations puzzle:
Equation: 50 + 50 – 25 × 0 + 2 + 2
Step 1 – Multiplication first:
25 × 0 = 0 → 50 + 50 – 0 + 2 + 2
Step 2 – Addition/Subtraction left to right:
50 + 50 = 100
100 – 0 = 100
100 + 2 = 102
102 + 2 = 104
Answer: 104 ✅
Common mistake: Ignoring the order of operations gives (100 – 25) × 0 + 2 + 2 = 4, which is wrong.