Example 1 — Check membership
EasyProblem
Let . Is an element of ? Is ?
Solution
-
We are testing single objects against the set for a yes/no answer.
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: Am I asking about one single object being inside a set, with only a yes or no answer?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
Scan the listed members and check each candidate.
The rule is chosen only after the structure matches, so the steps mean something.
-
is not listed, so ; is listed, so .
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 — in or out, nothing in between. If it does not, revisit the recognition step before changing the arithmetic.
Answer
and
Takeaway: Membership is a clean yes or no for one object.