InterviewSolution
Saved Bookmarks
| 1. |
If A and B are any two sets, then A ∪ (A ∩ B) is equal to _____________(a) A(b) B(c) A^C(d) B^CI had been asked this question in a national level competition.Question is from Relations in section Compiler Introduction of Compiler |
|
Answer» RIGHT OPTION is (a) A Easy EXPLANATION: A ∩ B ⊆ A HENCE A ∪ (A ∩ B) = A. |
|