Does $3 - 4 + 1 = 0$ or $3 - 4 + 1 = -2$?
Makes sense that $(3 - 4) + 1 = 0$ and $3 - (4 + 1) = -2$, but what if there are no parenthesis?
Also, if I have $4$ apples and I add $1$ more apple, then I have $5$ apples, but if I eat $3$ apples, then I have $2$ left.
Any ideas?
To be clear, this is purely a matter of notational convention. There is no intrinsic meaning to the expression $3-4+1$, and in particular there is no intrinsic reason it should mean $(3-4)+1$ or $3-(4+1)$.
The standard convention in this case is that addition and subtraction group together "from the left", so that $3-4+1$ means $(3-4)+1$. Similarly, $3-2+4+5-1-2$ means $((((3-2)+4)+5)-1)-2$. The point of having such a convention is that if we want to express the meaning $(3-4)+1$ (or $((((3-2)+4)+5)-1)-2$), we can do so more briefly by omitting the parentheses. (If we didn't have any such convention, then $3-4+1$ would simply be a meaningless malformed expression, like $3-+4-$.)