Yeah, but you are adding the 10 to the second 2 (-2) rather than the first 2 (2)
The operator ( * / + - ) belongs to the number directly after it, unless there are brackets after the operator.
So the -2 doesn't get involved until the very end.
Edit: This is very hard to explain over the internet and I am now getting confused...