1. Solving Simple Equations
Sign In
Pay close attention to the order of operations.
112
4*3+10^2 For the given expression exponents should be evaluated first, followed by multiplication, then finally addition.
Operation | Before Simplification | After Simplification |
---|---|---|
Calculate power | 4*3+10^2 | 4*3+ 100 |
Multiply | 4* 3+100 | 12+100 |
Add terms | 12+ 100 | 112 |
We can also evaluate this expression using a calculator. To do so, type it as shown below.