According to the order of operations, the multiplication and division are evaluated first, while addition and subtraction are evaluated last. For the given expression, this means that we should evaluate the multiplication before calculating the subtraction.
-1+2*3-4
Let's perform the operations.
Operation
Before Simplification
After Simplification
Multiply
-1+ 2*3-4
-1+ 6-4
Add and subtract terms
-1+ 6- 4
1
The expression equals 1.
Alternative Solution
Using a Calculator
We can also evaluate this expression using a calculator. To do so, type it as shown below.