Let's pretend, for a second, that we used PEASMD instead of PEMDAS. That is, addition/subtraction and multiplication/division are switched. Is it possible to write: $$(a\times b)+c$$ without parentheses?
EDIT: For example, the expression $(a\times b)+a+b+1$ can be written as $a+1\times b+1$, which doesn't use parentheses.
$(a*b)+c=a*b+\frac{c}{a}$ as long as you allow horizontal fractions to have implied parentheses.
That is one of the weirdest equalities I have ever written...
To see this, observe that according to PEASMD, $a*b+\frac{c}{a}=a*(b+(c/a))$ (note the use of the implied parentheses for horizontal fractions.) then by distribution we get$ (a*b)+(a*(c/a)) $or $(a*b)+c$