A good answer might be:
| ||
Arrange what you want with ParenthesesTo say exactly what numbers go with each operator, use parentheses. For example: means do 9 - 2 first. The "( )" groups together what you want done first. After doing the subtraction, the ( 9 - 2 ) becomes a 7:-1 * ( 9 - 2 ) * 3 -1 * 7 * 3 Now follow the left-to-right rule for operators of equal precidence:
| ||
QUESTION 18:What is the value of each of the following expressions:
|