Are parenthesis needed when adding or subtracting in the dividend or divisor when using fraction notation to divide, or is it inherent that division is the last step using this notation?
$ X = \frac{n}{a - b + c} \\or\\ X = \frac{n}{(a - b + c)} $
Are parenthesis needed when adding or subtracting in the dividend or divisor when using fraction notation to divide, or is it inherent that division is the last step using this notation?
$ X = \frac{n}{a - b + c} \\or\\ X = \frac{n}{(a - b + c)} $
So if $$X = \frac{n}{a - b + c}$$ does not mean $$X = \frac{n}{(a - b + c)},$$ what could it mean? Could it possibly mean $$X = \frac{n}{a} - b + c?$$ If so, then you should just write that. There is ambiguity only when you must put everything on a single line, e.g.,
X = n/(a - b + c), as you might, for instance, when programming a computer.