Order of operations Guide, Meaning , Facts, Information and Description
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 powerss, multiplication, and subtraction.
| Table of contents |
|
2 See also |
In the UK, the acronym BODMAS is used for Brackets, raise to the power Of, Division, Multiplication, Addition, Subtraction. The "O" may also stand for "or", or may by replaced with an "I", for Indices.
In the US, the acronym PEMDAS (for Parentheses, Exponentation, Multiplication/Division, Addition/Subtraction) is used instead, sometimes expressed as the mnemonic "Please Excuse My Dear Aunt Sally".
This is an Article on Order of operations. Page Contains Information, Facts Details or Explanation Guide About Order of operations The standard order of operations
The expression: 2 + 3 × 4 is evaluated to 14, and not 20, because multiplication precedes addition. If the intention is to perform the addition first, parentheses must be used: (2 + 3) × 4 = 20.Example
See also
