Use + − × ÷ ^ and parentheses. You can type * / and sqrt( ) too.
Result
—
Step by step
Type any expression and see it solved in the correct order of operations — PEMDAS / BODMAS — one step at a time, with parentheses, exponents and roots.
Use + − × ÷ ^ and parentheses. You can type * / and sqrt( ) too.
Step by step
The same rules every time, from the inside out.
Anything inside brackets is resolved before it can be used elsewhere. Nested brackets work from the innermost pair outward.
Powers and square roots come next, before any multiplying or dividing. Powers stack right to left, so 2^3^2 is 2^(3^2) = 512.
Multiplication and division share a level and run left to right; addition and subtraction do the same afterwards. Need banker-safe figures at the end? Send the result to the Rounding Calculator.