Without a standard set of rules to refer to, different students could get different answers for a problem like
5 + 3 * 2.
Should you
Add first: 5 + 3 * 2 = 8 * 2 = 16
OR
Multiply first: 5 + 3 * 2 = 5 + 6 = 11
???
The order of operations answers this its a set of rules for what order to do things in, so that everyone will get the same answer (as long as they
dont make mistakes!) Here it is
Order of operations
1. Do the operations inside parentheses & exponentiations first. If there are more than one such operations, do the one on the left
first and work to the right.
2. Do the multiplications and divisions. If there are more than one of these, do the one on the left first and work to the right.
3. Do the additions and subtractions. If there are more than one of these, do the one on the left first and work to the right.
|
Since multiplication comes before addition, this means that 11 is the correct answer to the problem above. Here are two examples that show the order of
operations in action! If you think you've got it, you can
try a practice problem here.
Simplify:
|
12 + 6 ๗ 3 - 4 2
|
|
(12 + 6) ๗ 3 - 4 2
|
Operation with the highest precedence:
|
Division
|
|
Addition (since it's in Parentheses)
|
Simplifies to:
|
12 + 2 - 4 2
|
|
18 ๗ 3 - 4 2
|
Operation with the highest precedence:
|
Multiplication
|
|
Division
|
Simplifies to:
|
12 + 2 - 8
|
|
6 - 4 2
|
Operation with the highest precedence:
|
Addition
|
|
Multiplication
|
Simplifies to:
|
14 - 8
|
|
6 - 8
|
Operation with the highest precedence:
|
Subtraction
|
|
Subtraction
|
Simplifies to:
|
6
|
|
-2
|
Try one out!