Example 1 — Mixed operations
EasyProblem
Evaluate .
Solution
-
Two different-rank operations appear, so order of operations decides.
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: Does this expression have more than one operation that needs an agreed order?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
Multiplication outranks addition, so do first.
The rule is chosen only after the structure matches, so the steps mean something.
-
, then .
Keep units, shape, or answer form tied to the story so the work does not become symbol pushing.
-
Check the answer against the original question.
It should fit the mental model — strongest operations go first. If it does not, revisit the recognition step before changing the arithmetic.
Answer
14
Takeaway: Higher-rank operations are done before lower-rank ones.