PEMDAS and the Common Errors in the Order of Operations
PEMDAS is the acronym for the order of operations. P stands for parentheses, E for exponent, and MDAS for Mulitplication, Division, Addition, and Subtraction respectively.
This means we want to evaluate a numerical expression such as
we have to ‘operate’ to the order of PEMDAS. The operation is as follows.
Parentheses: .
Exponent:
Multiplication:
Subtraction:
Now, the common misconception in PEMDAS is when the order of operations MD are adjacent. Since M comes before D, it is thought that M should always be performed first. This is not the case.When multiplication and division are adjacent operations, the operation should be performed from left to right. For example, and not
since we have to divide first before we multiply.
This is also similar with addition and subtraction. If the two operations are adjacent, it should be performed from left to right. The answer to
and not
With that said, what is the answer to ? Is it equal to
or is it equal to
?