Section 1.5 Order of Operations
is multiplied by and then the result is squared?
or that is multiplied by the result of squaring
Subsection 1.5.1 Grouping Symbols
Consider the math expression There are two mathematical operations here: a multiplication and an exponentiation. The result of this expression will change depending on which operation you decide to execute first: the multiplication or the exponentiation. If you multiply and then square the result, you have If you square and then multiply by the result, you have If we want all people everywhere to interpret in the same way, then only one of these can be correct. The first tools that we have to tell readers what operations to execute first are grouping symbols, like parentheses and brackets. If you intend to execute the multiplication first, then writingCheckpoint 1.5.3.
Subsection 1.5.2 Beyond Grouping Symbols
If all math expressions used grouping symbols for each and every arithmetic operation, we wouldn't need to say anything more here. In fact, some computer systems work that way, requiring the use of grouping symbols all the time. But it is much more common to permit math expressions with no grouping symbols at all, like Should the addition be executed first, or should the multiplication We need what's known formally as the order of operations to tell us what to do. The order of operations is nothing more than an agreement that we all have made to prioritize the arithmetic operations in a certain order.- (P)arentheses and other grouping symbols
Grouping symbols should always direct you to the highest priority arithmetic first.
- (E)xponentiation
After grouping symbols, exponentiation has the highest priority. Execute any exponentiation before other arithmetic operations.
- (M)ultiplication, (D)ivision, and Negation
After all exponentiation has been executed, start executing multiplications, divisions, and negations. These things all have equal priority. If there are more than one of them in your expression, the highest priority is the one that is leftmost (which comes first as you read it).
- (A)ddition and (S)ubtraction
After all other arithmetic has been executed, these are all that is left. Addition and subtraction have equal priority. If there are more than one of them in your expression, the highest priority is the one that is leftmost (which comes first as you read it).
Example 1.5.5.
Use the order of operations to simplify the following expressions.
-
With this expression, we have the operations of addition and multiplication. The order of operations says the multiplication has higher priority, so execute that first:
-
With this expression, we have addition, division, and subtraction. According to the order of operations, the first thing we need to do is divide. After that, we'll apply the addition and subtraction, working left to right:
-
This example only has subtraction and addition. While the acronym PEMDAS may mislead you to do addition before subtraction, remember that these operations have the same priority, and so we work left to right when executing them:
-
This expression has only division and multiplication. Again, remember that although PEMDAS shows “MD,” the operations of multiplication and division have the same priority, so we'll apply them left to right:
-
With this expression, we have addition inside a set of parentheses, and an exponent of outside of that. We must compute the operation inside the parentheses first, and after that we'll apply the exponent:
-
This expression has multiplication and an exponent. There are parentheses too, but no operation inside them. Parentheses used in this manner make it clear that the and are separate numbers, not to be confused with In other words, and mean very different things. Exponentiation has the higher priority, so we'll apply the exponent first, and then we'll multiply:
Remark 1.5.6.
There are many different ways that we write multiplication. We can use the symbols and to denote multiplication. We can also use parentheses to denote multiplication, as we've seen in Example 1.5.5, Item f. Once we start working with variables, there is even another way. No matter how multiplication is written, it does not change the priority that multiplication has in the order of operations.
Checkpoint 1.5.7. Practice with order of operations.
Subsection 1.5.3 Absolute Value Bars, Radicals, and Fraction Bars are Grouping Symbols
When we first discussed grouping symbols, we only mentioned parentheses and brackets. Each of the following operations has an implied grouping symbol aside from parentheses and brackets.- Absolute Value Bars
The absolute value bars, as in group the expression inside it just like a set of parentheses would.
- Radicals
The same is true of the radical symbol — everything inside the radical is grouped, as with
- Fraction Bars
With a horizontal division bar, the numerator is treated as one group and the denominator as another, as with
Example 1.5.8.
Use the order of operations to simplify the following expressions.
-
For this expression, we'll treat the absolute value bars just like we treat parentheses. This implies we'll simplify what's inside the bars first, and then compute the absolute value. After that, we'll multiply and then finally subtract:
We may not do first, because is connected to the absolute value bars by multiplication (although implicitly), which has a higher order than subtraction.
-
This expression has an expression inside the radical of We'll treat this radical like we would a set of parentheses, and simplify that internal expression first. We'll then apply the square root, and then our last step will be to subtract that expression from
-
For this expression, the first thing we want to do is to recognize that the main fraction bar serves as a separator that groups the numerator and groups the denominator. Another way this expression could be written is This implies we'll simplify the numerator and denominator separately according to the order of operations (since there are implicit parentheses around each of these). As a final step we'll simplify the resulting fraction (which is division).
Checkpoint 1.5.9. More Practice with Order of Operations.
Subsection 1.5.4 Negation and Distinguishing from
We noted in the order of operations that using the negative sign to negate a number has the same priority as multiplication and division. To understand why this is, observe that just for one example. So negating gives the same result as multiplying by For this reason, negation has the same priority in the order of operations as multiplication. This can be a source of misunderstandings. How would you write a math expression that takes the number and squares it?Warning 1.5.10. Negative Numbers Raised to Powers.
You may find yourself needing to raise a negative number to a power, and using a calculator to do the work for you. If you do not understand the issue described here, then you may get incorrect results.
For example, entering
-4^2
into a calculator will result in the negative ofBut entering
(-4)^2
into a calculator will result in the square of
Go ahead and try entering these into your own calculator.
Checkpoint 1.5.11. Negating and Raising to Powers.
Remark 1.5.12.
You might observe in the previous example that there is no difference between and It's true that the results are the same, but the two expressions still do say different things. With you raise to a power first, then negate. With you negate first, then raise to a power.
Subsection 1.5.5 More Examples
Here are some example exercises that involve applying the order of operations to more complicated expressions. Carefully follow these examples, step by step. Then, try to work through the checkpoint exercises on your own. Afterwards, check your answers and then read through the worked out solution, if you don't obtain the correct answer, to see if you can determine your mistake.Example 1.5.13.
Simplify
For the expression \(10-4(5-7)^3\text{,}\) we have simplify what's inside parentheses first, then we'll apply the exponent, then multiply, and finally subtract:
Checkpoint 1.5.14.
Example 1.5.15.
Simplify
To simplify \(6-(-8)^2\div 4+1\text{,}\) we'll first apply the exponent of \(2\) to \(-8\text{,}\) making sure to recall that \((-8)^2=64\text{.}\) After this, we'll apply division. As a final step, we'll be have subtraction and addition, which we'll apply working left-to-right:
Checkpoint 1.5.16.
Checkpoint 1.5.17.
Exercises 1.5.6 Exercises
Review and Warmup
Order of Operations Skills
7.
Evaluate the following.
8.
Evaluate the following.
9.
Evaluate the following.
10.
Evaluate the following.
11.
Evaluate the following.
12.
Evaluate the following.
13.
Evaluate the following.
14.
Evaluate the following.
15.
Evaluate the following.
16.
Evaluate the following.
17.
Evaluate the following.
18.
Evaluate the following.
19.
Evaluate the following.
20.
Evaluate the following.
21.
Evaluate the following.
22.
Evaluate the following.
23.
Evaluate the following.
24.
Evaluate the following.
25.
Evaluate the following.
26.
Evaluate the following.
27.
Evaluate the following.
28.
Evaluate the following.
29.
Evaluate the following.
30.
Evaluate the following.
31.
Evaluate the following.
32.
Evaluate the following.
33.
Evaluate the following.
34.
Evaluate the following.
35.
Evaluate the following.
36.
Evaluate the following.
37.
Evaluate the following.
38.
Evaluate the following.
39.
Evaluate the following.
40.
Evaluate the following.
41.
Evaluate the following.
42.
Evaluate the following.
43.
Evaluate the following.
44.
Evaluate the following.
45.
Evaluate the following.
46.
Evaluate the following.
47.
Evaluate the following.
48.
Evaluate the following.
49.
Evaluate the following.
50.
Evaluate the following.
51.
Evaluate the following.
52.
Evaluate the following.
53.
Evaluate the following.
54.
Evaluate the following.
55.
Evaluate the following.
56.
Evaluate the following.
57.
Evaluate the following.
58.
Evaluate the following.
59.
Evaluate the following.
60.
Evaluate the following.
61.
Evaluate the following.
62.
Evaluate the following.
63.
Evaluate the following.
64.
Evaluate the following.
65.
Evaluate the following.
66.
Evaluate the following.
71.
Evaluate the following.
72.
Evaluate the following.
73.
Evaluate the following.
74.
Evaluate the following.
75.
Evaluate the following.
76.
Evaluate the following.
77.
Evaluate the following.
78.
Evaluate the following.
79.
Evaluate the following.
80.
Evaluate the following.
81.
Evaluate the following.
82.
Evaluate the following.
83.
Evaluate the following.
84.
Evaluate the following.
85.
Evaluate the following.
86.
Evaluate the following.
87.
Evaluate the following.
88.
Evaluate the following.
89.
Evaluate the following.
90.
Evaluate the following.
91.
Evaluate the following.
92.
Evaluate the following.
93.
Evaluate the following.
94.
Evaluate the following.