3. Write and Evaluate Numerical Expressions
Sign In
Pay close attention to the order of operations.
100
Notice also that even within this parenthetical expression, we must obey the order of operations. 2^3*(152Ă· 8) For this, we must remember to evaluate the expression inside parentheses first, the exponent next, and finally the product.
Operation | Before Simplification | After Simplification |
---|---|---|
Divide | [2^3 * ( 152 Ă· 8)] - 52 | [2^3 * 19] - 52 |
Calculate power | [2^3 * 19] - 52 | [ 8 * 19] - 52 |
Multiply | [ 8 * 19] - 52 | 152-52 |
Subtract term | 152- 52 | 100 |
We can also evaluate this expression using a calculator. To do so, type it as shown below.