B1.05: Section 4
Evaluate variable expressions when given the value of each variable, using the correct order of operations. Recall these rules about order of operations. Do them in this order.
- All operations inside symbols of grouping (parentheses) from the inside out.
- All operations of exponents or roots.
- All multiplications and divisions, in order from left to right.
- All additions and subtractions, in order from left to right.
Example 1
Evaluate when .Answer:
Solution: \begin{align}&y=6+2x\\&y=6+2\cdot(\,\,\,)\\&y=6+2\cdot(7)\\&y=6+2\cdot7\\&y=6+14\\&y=20\\\end{align} | Notice that the 7 here is in parentheses, but it is not an OPERATION in parentheses, so there is no need to think about that first rule in the order of operations. |
Example 2
Evaluate when .Answer: Discussion: Later in the course, some students have trouble remembering not to do the multiplication of 9 times 2 here first. Many of our formulas will include exponents such as this, so it is important to learn this rule well.