Example 1 — Test for symmetry
EasyProblem
Is symmetric in and ?
Solution
-
Swap and and compare to the original.
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: If I swap the two variables, do I get back the exact same expression?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
After swap: .
The rule is chosen only after the structure matches, so the steps mean something.
-
, identical to the original.
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 letters, nothing changes. If it does not, revisit the recognition step before changing the arithmetic.
Answer
Yes, symmetric
Takeaway: If swapping the variables reproduces the expression, it's symmetric.