Example 1 — Find the overlap
EasyProblem
Let and . Find .
Solution
-
An element qualifies only if it is in and both.
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: Does an item qualify only if it is in both sets at the same time?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
Keep only elements that appear in both lists.
The rule is chosen only after the structure matches, so the steps mean something.
-
is in both; is in both; are each in only one.
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 — only the overlap, in both at once. If it does not, revisit the recognition step before changing the arithmetic.
Answer
Takeaway: Intersection keeps only the shared members.