

InterviewSolution
Saved Bookmarks
1. |
Let A = {a, b), B ={a, b, c}- Is A ⊂ B? What is A∪B? |
Answer» Given sets are A = {a,b} and B = {a,b,c}. Clearly, every element of A is the element of B, therefore A⊄BA∪ B = {a, b, c]. |
|