Trivun said:
The fraction continues, because the 2(9+3) is implied to be 2*(9+3) by the conventions of modern mathematical writing. The way that mathematicians nowadays write fractions, formulae and equations of this sort, including the way I was taught, shows that the fraction is correct in the way I interpreted it, as having 48 as the numerator and 2*(3+9) as the denominator.
You still haven't answered my question. Why do you take this to be a single fraction? What I see (and so does almost every other serious mathematician) is not a fraction but a series of operators. The '/' operator applies only to the next element in the expression; by convention, that element is 2 and not 2(9+3). The latter case would require a set of parentheses to indicate that the entire thing was to be taken as a single element.
If you've ever written a parser, you'll understand what I mean when I say that '/' and '*' bind at the same level, again by convention. You seem to have given '*' priority, violating both the convention and the acronym that you held up earlier, which seems to imply that '/' binds more closely than '*'.