InterviewSolution
Saved Bookmarks
| 1. |
Given the following result " The dual of any result in set theory will be another result, where the dual is obtained by changing' cup to cap', 'cap to cup', 'phi to U' and ' Uto phi'" Write the dual results of the following resultsA cup (B cap C) = ( A cup B) cap (A cup C) |
| Answer» SOLUTION :`A CAP(B CUP C) = (A cap B) cup (A cap C)` | |