Example 1 — Which can be reordered?
EasyProblem
Can you compute as , and as ?
Solution
-
Multiplication is symmetric; subtraction is not.
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: Does exchanging the two inputs leave the result exactly the same?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
Swap only the symmetric operation and check both results.
The rule is chosen only after the structure matches, so the steps mean something.
-
, but while .
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 — swap the operands, same answer. If it does not, revisit the recognition step before changing the arithmetic.
Answer
Multiplication yes; subtraction no
Takeaway: Only symmetric operations let you swap operands without changing the answer.