hi everyone I'm confused with the following problem.
-+-(-5)
how I can resolve this?. first change the value inside of parenthesis or I begin from left to right?.
hi everyone I'm confused with the following problem.
-+-(-5)
how I can resolve this?. first change the value inside of parenthesis or I begin from left to right?.
This is the same as saying $-1 * 1 * -1 * -5$, so order does not matter (commutative property of multiplication). The answer would be -5.