OneManGang
Veteran
1.) you are re-writing the problem. geez.
2.) just follow the order of operations. *correctly*. why you are putting the 2 in () is beyond me.
very often the * is implicit.
y/x(a+b) is fine syntax.
I just want to point out that we are all talking in circles here. Clearly we all know the order of operations...but you still need to be careful, especially when using computer programs or scientific calculators. Its always best to use parenthesis to clearly dictate what order should be followed because different programs follow different input syntax.