This is the correct answer and it drives me crazy how often this comes up.
As another user commented, division and subtraction are just syntactic flavor for multiplication and addition, respectively. Division is a specific type of multiplication. Subtraction is a specific type of addition.
And so there is a reason mathematicians do not use the division symbol (➗): it is ambiguous as to which of the following terms are in the divisor and which are part of the next non-divisor term.
In other words, the equation as written is a lossy representation of whatever actual equation is being described.
tl;dr: the equation as written provides insufficient information to determine the correct order of operations. It is ambiguous notation and should not be used.
division and subtraction are just syntactic flavor for multiplication and addition
Can you tell me a bit more about how you mean this? I searched a bit but only basic primary school level resources about the relationship between addition and subtraction came up.
Do you mean like subtraction is just adding a negative number, and division is just multiplication by the inverse of a number? In that case I don’t really see how it simplifies things much because negatives and inverses still need as much definition. Or are you talking about bit-wise operations like a computer would use to do these things?
This is the correct answer and it drives me crazy how often this comes up.
As another user commented, division and subtraction are just syntactic flavor for multiplication and addition, respectively. Division is a specific type of multiplication. Subtraction is a specific type of addition.
And so there is a reason mathematicians do not use the division symbol (➗): it is ambiguous as to which of the following terms are in the divisor and which are part of the next non-divisor term.
In other words, the equation as written is a lossy representation of whatever actual equation is being described.
tl;dr: the equation as written provides insufficient information to determine the correct order of operations. It is ambiguous notation and should not be used.
Can you tell me a bit more about how you mean this? I searched a bit but only basic primary school level resources about the relationship between addition and subtraction came up.
Do you mean like subtraction is just adding a negative number, and division is just multiplication by the inverse of a number? In that case I don’t really see how it simplifies things much because negatives and inverses still need as much definition. Or are you talking about bit-wise operations like a computer would use to do these things?