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