Question:

Find the union of each of the following pairs of sets:
(i) X = {1, 3, 5} Y = {1, 2, 3}
(ii) A = {a, e, i, o, u} B = {a, b, c}
(iii) A = {x: x is a natural number and multiple of 3}
B = {x: x is a natural number less than 6}
(iv) A = {x: x is a natural number and \(1 <x ≤ 6\)}
B = {x: x is a natural number and \(6 <x< 10\)}
(v) A = {1, 2, 3}, B = \(\phi\)

Updated On: Oct 22, 2023
Hide Solution
collegedunia
Verified By Collegedunia

Solution and Explanation

(i) X = {1, 3, 5} Y = {1, 2, 3}
\(X   ∪   Y\)= {1, 2, 3, 5}


(ii) A = {a, e, i, o, u} B = {a, b, c}
\(A ∪ B\) = {a, b, c, e, i, o, u}


(iii) A = {x: x is a natural number and multiple of 3} = {3, 6, 9 ...}
As B = {x: x is a natural number less than 6} = {1, 2, 3, 4, 5, 6}
\(A ∪ B\) = {1, 2, 4, 5, 3, 6, 9, 12 ...}
\(∴ A ∪ B\) = {x: x = 1, 2, 4, 5 or a multiple of 3}


(iv) A = {x: x is a natural number and \(1 ≤6\)} = {2, 3, 4, 5, 6}
B = {x: x is a natural number and \(6 < x < 10\)} = {7, 8, 9}
\(A ∪ B\) = {2, 3, 4, 5, 6, 7, 8, 9}
\(∴ A ∪ B\) = {x: x \(∈\) N and \(1 < x < 10\)}


(v) A = {1, 2, 3}, B =\(\phi\)
\(A ∪ B\) = {1, 2, 3}

Was this answer helpful?
0
0

Concepts Used:

Types of Sets

Sets are of various types depending on their features. They are as follows:

  • Empty Set - It is a set that has no element in it. It is also called a null or void set and is denoted by Φ or {}.
  • Singleton Set - It is a set that contains only one element.
  • Finite Set - A set that has a finite number of elements in it.
  • Infinite Set - A set that has an infinite number of elements in it.
  • Equal Set - Sets in which elements of one set are similar to elements of another set. The sequence of elements can be any but the same elements exist in both sets.
  • Sub Set - Set X will be a subset of Y if all the elements of set X are the same as the element of set Y.
  • Power Set - It is the collection of all subsets of a set X.
  • Universal Set - A basic set that has all the elements of other sets and forms the base for all other sets.
  • Disjoint Set - If there is no common element between two sets, i.e if there is no element of Set A present in Set B and vice versa, then they are called disjoint sets.
  • Overlapping Set - It is the set of two sets that have at least one common element, called overlapping sets.