The problem is that they write it out as if it's a sequence of steps. Like using a basic calculator. Normally it would be written like this:
And that's how a scientific calculator would treat it.
that isn't strictly correct, it depends on whether multiplication by juxtaposition is treated as a higher precedence than division or not (which is what I referred to in the post on the previous page), some calculators would treat it like that but I suspect that most wouldn't
I think most calculators would give multiplication by juxtaposition the same precedence as multiplication using the * symbol and therefore not treat it like that
most calculators (AFAIK) would treat 6÷2(3) in the same way as 6÷2*(3) and give the answer = 9
I've dug out two Casio calculators and as it happens one actually does give multiplication by juxtaposition higher precedence:
I think this is the main source of confusion in the question
The accepted method used to be that using the divide symbol meant that you divided by the entire product of the right equation.
This on the other hand I'm skeptical of, while I don't doubt that the ÷ symbol can cause confusion (just as the / symbol can) I'm not sure that there was ever a convention that meant either operator applied to everything to the right of it? Most confusion AFAIK mostly stems from the use of multiplication by juxtaposition rather than explicitly using a '*' symbol (though really some parentheses would be nice too).
However if we remove that potential source of confusion and specifically put in the * symbol then what you're saying is that 6÷2*3 was at one point treated as 6÷(2*3) and = 1 ?
or to use a new example with say addition for a clearer difference (dunno if this helps?) you'd be saying that 6÷2+3 was at one point in time treated as 6÷(2+3) and equal to 1.2 rather than 6
I'd be rather skeptical that this was the case ergo my question of when this happened?
I don't think you'd find an old calculator that treats the ÷ symbol as simply applying to everything on the right though I'm happy to be corrected
(on another note it is rather refreshing to see everyone being civilised in this thread - last time we had this thread come ups a few years ago there were some really obnoxious posters getting quite angry and throwing around insults over this stuff)
The issue is that there is no order for the division and multiplication.
that's not really the issue IMO - while they're both of the same order of precedence they're both also left associative, if a * is used instead of juxtaposition then the order is clearer. It it is the use of multiplication be juxtaposition that can cause confusion as it is sometimes given higher precedence.
(edit - spelling)