1. Exponents
Sign In
Pay close attention to the order of operations.
- 3
( 3^3 - 6* 8 ) Ă· 7 For this, we must remember to evaluate the expression in parentheses, which includes evaluating the exponent first, the multiplication next, then the subtraction. After we calculate the expression in the parentheses, we can finally divide.
Operation | Before Simplification | After Simplification |
---|---|---|
Calculate power | ( 3^3 - 6* 8 ) Ă· 7 | ( 27 - 6* 8 ) Ă· 7 |
Multiply | ( 27 - 6* 8 ) Ă· 7 | ( 27 - 48 ) Ă· 7 |
Subtract | ( 27 - 48 ) Ă· 7 | ( - 21 ) Ă· 7 |
Divide | ( - 21) Ă· 7 | - 3 |
We can also evaluate this expression using a calculator. To do so, type it as shown below.