Union of Sets : The union of any two given sets A and B is the set C which consists of all those elements which are either in A or in B. In symbols, we write C = A ∪ B = {x | x ∈A or x ∈B} Example A={ 1,2,3,4} B={5,6,7,8} C= A ∪ B = {1,2,3,4,5,6 7,8} 2. D={2,3,6,7} E={1,3,7,8,9} F = D ∪ E = {2,3,6,7,1,8,9} or {1,2,3,6,7,8,9} Some properties of the operation of union. A ∪ B = B ∪ A (A ∪ B) ∪ C = A ∪ (B ∪ C) (iii) A ∪ φ = A (iv) A ∪ A = A (v) U ∪ A = U