How to Solve This Brain Teaser

At first, this looks very simple:

50 + 10 × 0 + 7 + 2 = ?

But the trick is that you must follow the correct order of operations.

Multiplication comes before addition, so first we solve:

10 × 0 = 0

Now the problem becomes:

50 + 0 + 7 + 2

Then we add everything:

50 + 0 = 50
50 + 7 = 57
57 + 2 = 59

So the correct answer is:

59