Union Math Example 4

Follow the full solution, then compare it with the other examples linked below.

Example 4

easy
Find AโˆชBA \cup B if A={a,b,d}A = \{a, b, d\} and B={b,c,d,e}B = \{b, c, d, e\}.

Solution

  1. 1
    The union includes every element that is in AA or in BB.
  2. 2
    Combining the elements and removing repeats gives {a,b,c,d,e}\{a, b, c, d, e\}.

Answer

AโˆชB={a,b,c,d,e}A \cup B = \{a, b, c, d, e\}
Union collects all distinct elements appearing in either set. Shared elements are listed once because sets do not keep duplicates.

About Union

The union of sets AA and BB is the set of all elements that belong to AA, to BB, or to both, written AโˆชBA \cup B.

Learn more about Union โ†’

More Union Examples