It depends on the order you do the operations.
I was taught BIDMAS - Brackets first then indices, divide. multiply,
add, subtract.
So your example would be
7-(1x0)+3/3 = 7-0+1=8
rather than
(7-1)x0+3/3 = 6x0+1=1
Always better to use brackets for clarification