You are viewing a single thread.
View all comments View context

โ€œWrong answersโ€ only according to our current order of operations

No, according to arithmetic.

math still works if you, for example, make additions come first

No, it doesnโ€™t - order of operations proof. The only way it could work with addition first is if we swapped the definitions of addition and multiplication aroundโ€ฆ but then we still have the same order of operations, all weโ€™ve done is swapped around what we call addition and multiplication!

there is no โ€˜high truthโ€™ behind it.

There is when it comes to order of operations.

permalink
report
parent
reply
1 point

Letโ€™s assume for a minute addition comes first. We know 2+3 is 5, and 5x4 is the same as 5+5+5+5=20. What is the issue with that?

permalink
report
parent
reply

5+5+5+5=20. What is the issue with that?

That itโ€™s wrong. If I have 1 2 litre bottle of milk, and 4 3 litre bottles of milk - i.e. 2+3x4 - how many litres of milk do I have? Without even doing the arithmetic, just count it up and tell me how many litres there is.

permalink
report
parent
reply
1 point

If we change how equations are parsed so addition comes before multiplication, 2+3x4 is not the equation required to solve that problem. 2+(3x4) is the equation needed. You canโ€™t change how equations work and then expect all equations to work the same after the change.

If your argument is that this will add parentheses where we didnโ€™t need them before, thatโ€™s valid and its the reason we do it this way in the first place. But that doesnโ€™t mean there is anything fundamentally wrong with having a different system of writing equations in which operations are executed in a different order.

Our whole system of writing equations is just a convention, and yes, it is a good and easy to understand and use way of writing math. But there is no fundamental truth behind it, only that it is simpler for the majority of use cases.

permalink
report
parent
reply