Chat with our AI personalities
12 + 7 - 2 12 + 7 = 19 19 - 2 = 17 or 7 - 2 = 5 5 + 12 = 17
William Shanks
George Jessel was the first to use the expression "Always leave them laughing"
Operator precedence (or, "order of operations") comes up in mathematics and computer programming and dictates which operations should be carried out first in evaluating a mathematical expression. The standard precedence used in math, science, and technology is: exponents and roots multiplication and division addition and subtraction Parentheses are also used for clarification or when the above precedence needs to be over-ridden. For example, with an expression line 3 + 2 * 4, you would start with the multiplication of 2 * 4, because multiplication has precedence over addition.
Grouping symbols are symbols such as parentheses or brackets, that indicate that the operations within them should be done first. When an expression contains more than one pair of grouping symbols, the computations in the innermost grouping should be done first.