Evaluate
using the order of operations.
Decide the order before computing anything. There are no brackets to evaluate and no exponents, so the order of operations says: all multiplications first, then the additions and subtractions from left to right. The parentheses here only mark negative numbers — they are not grouping operations to be worked out.
Do the two multiplications. A product of two negatives is positive, and a negative times a positive is negative:
Substituting these back, the expression becomes
Keep the surrounding signs attached when you substitute: the replaces , so the term is , not .
Convert every "subtract a negative" into an addition. Subtracting a negative reverses direction twice, so :
The expression is now free of double signs:
This is where most errors happen; writing the double-negative conversion as a separate line makes it much harder to lose a sign.
Add left to right. Accumulating one term at a time:
So the value of the expression is .
Re-check by grouping differently. Addition is associative and commutative, so pairing must give the same total — and it does. Because every term ended up positive, the answer had to exceed the largest single term , which is a quick plausibility test.
Need to solve a different problem like this? Open the solver →