ORDER OF OPERATIONS
A rule for evaluating expressions: first preform the operation in parentheses, then compute powers and roots, then preform all multiplication and division from left to right, then preform all addition and subtraction from left to right.