Yes, I use math a lot. At work, I use math all the time (I write front-end software and navigation tools for PLC systems). Seeing as I am going back to school to get a second degree in physics with a minor in math... yeah...
Elect G-Max said:
Can someone explain to me why the Order of Operations is a thing? It seems like having it just changes the way we write mathematical expressions.
Order of Operations is intended to give everybody has a common baseline for reading equations. For example, take (4+1/2)*2.
With order of operations, we have 9 (divide 1 by 2, then add 4, then multiply by 2).
Without it, someone could make the mistake of saying the answer was 5 (if they added before dividing).
Even if the original equation was intended for the solution to be 9, if there wasn't a consistent order to approach these things, these kinds of misunderstandings would happen all the time.
It's just like any other ruleset. It is there to eliminate confusion between multiple individuals.