Question 4 of 47beginner🔧 ApplyShort Answer4 marks

Find the union of each of the following pairs of sets:

(i)

X = {1, 3, 5}; Y = {1, 2, 3}

Answer

X ∪ Y = {1, 2, 3, 5}

(ii)

A = {a, e, i, o, u}; B = {a, b, c}

Answer

A ∪ B = {a, b, c, e, i, o, u}

(iii)

A = {x : x is a natural number and multiple of 3}; B = {x : x is a natural number less than 6}

Answer

A ∪ B = {1, 2, 3, 4, 5, 6, 9, 12, 15, ...}

(iv)

A = {x : x is a natural number and 1 < x \leq 6}; B = {x : x is a natural number and 6 < x < 10}

Answer

A ∪ B = {2, 3, 4, 5, 6, 7, 8, 9}

(v)

A = {1, 2, 3}; B = φ

Answer

A ∪ B = {1, 2, 3}

Explanation

The union of two sets A and B is defined as the set consisting of all elements which are either in A or in B, with common elements taken only once. This is represented symbolically as A ∪ B = {x : x ∈ A or x ∈ B}. For part (v), the property A ∪ φ = A from the textbook is applied, showing that the empty set is the identity element for union.