Practical algorithm: Brackets powers/roots multiply/divide left to right add/subtract left to right.
| Distinction | Correct idea | Why it matters |
|---|---|---|
| Division vs multiplication | Same priority, left to right | Prevents false rules like "division always first" |
| Addition vs subtraction | Same priority, left to right | Avoids reordering non-commutative operations |
| Fraction vs ordinary slash | Fraction bar groups numerator and denominator | Preserves hidden brackets |
| vs | First means , second means square the whole negative | Brackets change the base of the power |
| vs | Root bar decides what is inside the root | Notation changes the entire meaning |