what happens when there is a number next to a parenthesis with no operation? example: 6(5/6x)
6(5/6x)
this should be read like this:
6 X (5/6x).
No operation when a number is next to parentheses just means that you should multiply.
6*(/6x)
There you go!