Example 1 — Take a complement
EasyProblem
Let and . Find .
Solution
-
We want everything in that is not in .
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: Am I collecting everything in the fixed universe that is NOT in this set?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
Scan and keep each element that fails to be in .
The rule is chosen only after the structure matches, so the steps mean something.
-
are in but not in ; are excluded.
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 — everything outside the circle. If it does not, revisit the recognition step before changing the arithmetic.
Answer
Takeaway: The complement is the universe minus the set.