1. Exponents
Sign In
Pay close attention to the order of operations.
- 6
(4* 7 - 4^3 ) Ă· 6 For this, we must remember to evaluate the exponent first, the multiplication next, and then the difference between their results to evaluate the expression in parentheses. Then we can finally divide.
Operation | Before Simplification | After Simplification |
---|---|---|
Calculate power | (4* 7 - 4^3 ) Ă· 6 | (4* 7 - 64 ) Ă· 6 |
Multiply | ( 4* 7 - 64 ) Ă· 6 | ( 28 - 64 ) Ă· 6 |
Subtract term | ( 28 - 64 ) Ă· 6 | - 36 Ă· 6 |
Divide | - 36 Ă· 6 | - 6 |
We can also evaluate this expression using a calculator. To do so, type it as shown below.