1. Exponents
Sign In
Pay close attention to the order of operations.
- 7
9 - 2^5 * 0.5 For this, we must remember to evaluate the exponent first, the multiplication next, and finally the difference between their results.
Operation | Before Simplification | After Simplification |
---|---|---|
Calculate power | 9 - 2^5 * 0.5 | 9 - 32 * 0.5 |
Multiply | 9 - 32 * 0.5 | 9 - 16 |
Subtract term | 9 - 16 | - 7 |
We can also evaluate this expression using a calculator. To do so, type it as shown below.