

InterviewSolution
Saved Bookmarks
1. |
Consider the sets A = {1, 3, a, b, 4, 7, 9}, B = {2, b, 4, 7, 9} and C = {1, 3, a, b, 2}, which of the following is true?1. C ⊂ B and C ⊂ A2. C ⊂ A and B \(\nsubseteq \) A3. C ⊂ (A ∪ B)4. C ⊂ (A ∩ B) |
Answer» Correct Answer - Option 3 : C ⊂ (A ∪ B) Concept: Set theory:
Calculation: Set A ∪ B = {1, 2, 3, a, b, 4, 7, 9} Set C = {1, 3, a, b, 2} As all the elements of C are present in A ∪ B ∴ C ⊂ (A∪B) |
|