Example 1 — Combine two sets
EasyProblem
Let and . Find .
Solution
-
An element qualifies by being in or (or both).
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: Does an item belong as long as it is in at least one of the sets?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
Collect every element from either set, listing each once.
The rule is chosen only after the structure matches, so the steps mean something.
-
From : ; from : (the is already counted).
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 from either pile, no repeats. If it does not, revisit the recognition step before changing the arithmetic.
Answer
Takeaway: Union takes everything from either set with no repeats.