Order of Operations Version 1 |
||
Precedence | Operations | Direction |
2 | * and / | left to right |
1 | + and − | left to right |
Operators with a higher precedence are to be evaluated first. |
Order of Operations Version 2 |
||
Precedence | Operations | Direction |
5 | ( ) | deepest to broadest |
2 | * and / | left to right |
1 | + and − | left to right |
Operators with a higher precedence are to be evaluated first. |
on the Google calculator![]() |
using R![]() |
on a TI-84 Plus Silver Edition Operating System 2.55 ![]() |
on a TI-84 Plus CE Operating System 5.7.0.0017 in MATHPRINT mode ![]() |
on a TI-84 Plus CE Operating System 5.7.0.0017 in CLASSIC mode the same calculator as the previous example ![]() |
From Excel![]() |
on the Microsoft calculator![]() |
Order of Operations Version 3 |
||
Precedence | Operations | Direction |
5 | ( ) | deepest to broadest |
3 | ^ | right to left |
2 | * and / | left to right |
1 | + and − | left to right |
Operators with a higher precedence are to be evaluated first. |
Order of Operations Version 4 |
||
Precedence | Operations | Direction |
5 | ( ) | deepest to broadest |
4 | − | |
3 | ^ | right to left |
2 | * and / | left to right |
1 | + and − | left to right |
Operators with a higher precedence are to be evaluated first. |