My question is probably very basic. It's related to the order of operations in the following simple formula:
$$\frac{A}{B\times C}.$$
My question arises when I want to write this formula in a single line. For instance: $150/1.5\times 0.33$.
Should I write $150/1.5\times 0.33$ or $150/(1.5\times 0.33)$. Is the answer equal to $300$ or $33.3$? I mean, it's obviously $300$ according to the original formula. But I am a bit confused with the single line formula.
I remember that the multiplication has a preference over the division. So, the parenthesis is not needed... But then the answer might be $33.3$, which is not correct. I get stuck with this quite simple thing.