Get Ready
Sign In
Pay close attention to the order of operations.
- 147
According to the order of operations, expressions inside parentheses are evaluated first, while addition and subtraction are evaluated last. For the given expression, this means evaluating the expression within brackets completely before multiplying by - 3.
-3(4+6÷2)^2
| Operation | Before Simplification | After Simplification |
|---|---|---|
| Calculate quotient | -3(4+6÷ 2) | -3(4+ 3)^2 |
| Add terms | -3(4+ 3)^2 | -3( 7)^2 |
| Calculate power | -3(7)^2 | -3( 49) |
| Multiply | -3( 49) | - 147 |
The expression equals - 147.