Example 1 — Empty intersection
EasyProblem
Let and . Find .
Solution
-
We seek elements in both sets; if none exist, the result is still a set.
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: Does this collection genuinely contain zero elements?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
Check for any shared element between and .
The rule is chosen only after the structure matches, so the steps mean something.
-
No number is in both and , so the overlap has no members.
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 — a valid box holding nothing. If it does not, revisit the recognition step before changing the arithmetic.
Answer
Takeaway: An empty overlap is the empty set, not 'no answer.'