You can put this solution on YOUR website! 1/3(x)+2=5/6(x)+3/2
-----------
Your use of parentheses does not resolve the ambiguity.
---
Could be (1/3)x + 2 = (5/6)x + 3/2 -- most likely
Or, 1/(3(x)) + 2 = 5/(6(x)) + 3/2
-----------
But, I spose it's better than no parentheses (but not by much).