

InterviewSolution
Saved Bookmarks
1. |
A = {∅,{∅},2,{2,∅},3}, which of the following is true?(a) {{∅,{∅}} ∈ A(b) {2} ∈ A(c) ∅ ⊂ A(d) 3 ⊂ AThe question was posed to me in unit test.This is a very interesting question from Types of Set in chapter Basic Structures: Sets, Functions, Sequences, Sums and Matrices of Discrete Mathematics |
Answer» Correct option is (C) ∅ ⊂ A |
|