1. A = (1, 3, 5) and B = (2, 4, 7) are equivalent sets.
2. A = (1, 5, 9) and B = (1, 5, 5, 9, 9) are equal sets.
Which of the above statements is/are correct?
Correct Answer: (c) Both 1 and 2
Solution:1. A = { 1, 3, 5} and B = {2, 4, 7} are equivalent sets, because number of elements are equal.
2. A = {1, 5, 9} and B = {1, 5, 5, 9, 9} = {1, 5, 9} are equal sets, as A and B have all common elements.