1. Multiplying Integers
Sign In
Pay close attention to the order of operations.
- 3
- 4(3^2-8)+1 Notice also that even within this parenthetical expression, we must follow the order of operations. In this case, we need to first evaluate the exponent expression before subtracting terms. 3^2-8 Let's do it!
Operation | Before Simplification | After Simplification |
---|---|---|
Calculate Power | - 4(3^2-8)+1 | - 4( 9-8)+1 |
Subtract Terms | - 4( 9- 8)+1 | - 4( 1)+1 |
Multiply | - 4( 1)+1 | - 4+1 |
Add terms | - 4+ 1 | - 3 |
We can also evaluate this expression using a calculator. To do so, we type it as shown below.