199
A fake Facebook event disguised as a math problem has been one of its top posts for 6 months
(www.engadget.com)
This is a most excellent place for technology news and articles.
The same priority operations can be done in any order without affecting the result, that's why they can be same priority and don't need an explicit order.
6 × 4 ÷ 2 × 3 ÷ 9 evaluates the same regardless of order. Can you provide a counter example?
So let's try out some different prioritization systems.
Left to right:
Right to left:
Multiplication first:
Here the path divides again, we can do the left division or right division first.
And finally division first:
It's ambiguous which one of these is correct. Hence the best method we have for "correct" is left to right.
The solution accepted anywhere but in the US school system range from "Bloody use parenthesis, then" over "Why is there more than one division in this formula why didn't you re-arrange everything to be less confusing" to "50 Hertz, in base units, are 50s^-1^".
More practically speaking: Ultimately, you'll want to do algebra with these things. If you rely on "left to right" type of precedence rules re-arranging formulas becomes way harder because now you have to contend with that kind of implicit constraint. It makes everything harder for no reason whatsoever so no actual mathematician, or other people using maths in earnest, use that kind of notation.
I fully agree that if it comes down to "left to right" the problem really needs to be rewritten to be more clear. But I've just shown why that "rule" is a common part of these meme problems because it is so weird and quite esoteric.