Example:
Union of {2,3,5} and {1,3,4} is the set {1,2,3,4,5}.
Union of {1,2,1} and {1,2} is the set {1,2,1}.
Remember:
The common members do not repeat in the union.