<<Up     Contents

Order of operations

In arithmetic and elementary algebra, certain rules are used for the order in which the operations in algebraic expressions are to be evaluated. These precedence rules (which are mere notational conventions, not mathematical facts) are also used in many programming languages and by most modern calculators. In computing the standard algebraic notation is known as infix notation. This article assumes the reader is familiar with addition, division, exponential powers, multiplication, and subtraction.

The standard order of operations:

Because of the order Parentheses, Powers, Multiplication/Division, Addition/Subtraction, the mnemonic "Please Punch My Dear Aunt Sally" is sometimes used as an aid in learning this sequence.

The expression: <math>2+3*4</math> is evaluated to 14, and not 20, because multiplication precedes addition. If the intention is to perform the addition first, parentheses must be used: <math>(2+3)*4=20</math>

Example

See also:

wikipedia.org dumped 2003-03-17 with terodump