dangh
Posts: 1,502 +2,404
There is no such rank of operations. Pemdas have 4 ranks only:You can do it in any order as long as you interpret the -1 correctly.
Perhaps that’s why the left to right order was “instituted” when you have the same “order” “rank” or “precedence” (call it what you wish) operations.
By that I mean what is reffered as PEMDAS:
P: paranthesis
E: exponents
M: multiplication
D: division
A: addition
S: subtraction.
1. Parentheses
2. Exponentiation
3. Multiplication and division
4. Addition and subtraction
Operations of the same precedence are conventionally evaluated from left to right.
after wikipedia, and any other good math book. Multiplication have no precedence over division, and addition have no precedence over subtraction.
Of course, we could use Polish notation and never be in doubts anymore