@eb84c485 @b345c2da @c444654e Yes, and no! It is: P (arentheses) (formerly B for Brackets) E (xponents) DM (division and multiplication) AS (addition and subtraction) Even though I was taught to read the equation wrong, I was taught PEDMAS/BEDMAS correct as is. However, we were inexplicitly taught that a ÷ could replace a / to indicate that everything to the right of it is a denominator. I don't think that was explicit, but rather habit gained from reading problems laid out like that.
@b541bfe5 @eb84c485 @b345c2da @c444654e I can’t buy that in-explicitly. If everything to the right of the divide (or slash) is to be done first then it needs brackets/parentheses. Yes it is clearer if presented as a numerator over a denominator but as noted previously a text presentation doesn’t allow for this. There may be an implicit understanding amongst some but for universal clarity parantheses are needed.
@b541bfe5 @eb84c485 @b345c2da @c444654e I wasn't even taught the older convention but still followed it. Speaking as an engineer who frequently has to write out equations in proper form, and a programmer who has to implement them in a single line, there's no excuse for that equation to ever be written out in that form. You always add extra parentheses when writing in a single line to avoid exactly these confusions 😅