215
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.
What fundamental property of the universe says that
6 + 4 / 2 is 8 instead of 5?
Nothing. And that's why people don't write equations like that: You either see
or
If you wrote
6 + 4 / 2
in a paper you'd get reviewers complaining that it's ambiguous, if you want it to be on one line write(6+4) / 2
or6 + (4/2)
or6 + ⁴⁄₂
or even½(6 + 4)
Working mathematicians never came up with PEMDAS, which disambiguates it without parenthesis, US teachers did. Noone else does it that way because it does not, in the slightest, aid readability.