The union of two sets combines all of their elements. This subtopic covers the symbol $\cup$, Venn diagrams, and counting with $n(A\cup B)$.
Definition
The union of sets $A$ and $B$, written $A \cup B$, is the set of all elements that belong to $A$, or $B$, or both. Elements shared by both sets are listed only once.
Key formula
$A \cup B = \{\,x : x \in A \text{ or } x \in B\,\}$
Example
If $A=\{1,2,3\}$ and $B=\{3,4,5\}$, then $A \cup B = \{1,2,3,4,5\}$. The shared element $3$ appears once.
Venn diagram
In a Venn diagram, $A \cup B$ covers both circles entirely — every part that lies inside either circle.
Counting
Because shared elements are counted once, the number of elements in the union is found by the addition rule.
Key formula
$n(A\cup B) = n(A) + n(B) - n(A\cap B)$
Remember
Union means "OR" — take everything in either set, subtract the overlap once so it is not double-counted.