2. Order of Operations
Sign In
Pay close attention to the order of operations.
142
Notice also that even within this parenthetical expression, we must obey the order of operations. 1+10^2 For this, we must remember to evaluate the exponent first and then add it to 1.
Operation | Before Simplification | After Simplification |
---|---|---|
Calculate power | 3^5-(1+ 10^2) | 3^5-(1+ 100) |
Add terms | 3^5-( 1+100) | 3^5- 101 |
Calculate power | 3^5-101 | 243-101 |
Subtract term | 243-101 | 142 |
We can also evaluate this expression using a calculator. To do so, type it as shown below.