Question:

In the following, state whether A = B or not:
(i) A = {a, b, c, d}; B = {d, c, b, a}
(ii) A = {4, 8, 12, 16}; B = {8, 4, 16, 18}
(iii) A = {2, 4, 6, 8, 10}; B = {x: x is positive even integer and x ≤ 10} (iv) A = {x: x is a multiple of 10}; B = {10, 15, 20, 25, 30 ...}

Updated On: Sep 17, 2024
Hide Solution
collegedunia
Verified By Collegedunia

Solution and Explanation

(i) A = {a, b, c, d}; B = {d, c, b, a}
The order in which the elements of a set are listed is not significant.
∴ A = B


(ii) A = {4, 8, 12, 16}; B = {8, 4, 16, 18} It can be seen that \(12 ∈ A\) but \(12 ∉ B.\)
\(A ≠ B\)


(iii) A = {2, 4, 6, 8, 10}
B = {x: x is a positive even integer and \(x ≤ 10\)}
= {2, 4, 6, 8, 10}
∴ A = B


(iv) A = {x: x is a multiple of 10} 
B = {10, 15, 20, 25, 30 …} 
It can be seen that \(15 ∈ B\) but \(15 ∉ A. \)
∴ A ≠ B

Was this answer helpful?
1
0

Concepts Used:

Operations on Sets

Some important operations on sets include union, intersection, difference, and the complement of a set, a brief explanation of operations on sets is as follows:

1. Union of Sets:

  • The union of sets lists the elements in set A and set B or the elements in both set A and set B.
  • For example, {3,4} ∪ {1, 4} = {1, 3, 4}
  • It is denoted as “A U B”

2. Intersection of Sets:

  • Intersection of sets lists the common elements in set A and B.
  • For example, {3,4} ∪ {1, 4} = {4}
  • It is denoted as “A ∩ B”

3.Set Difference:

  • Set difference is the list of elements in set A which is not present in set B
  • For example, {3,4} - {1, 4} = {3}
  • It is denoted as “A - B”

4.Set Complement:

  • The set complement is the list of all elements present in the Universal set except the elements present in set A
  • It is denoted as “U-A”