InterviewSolution
Saved Bookmarks
| 1. |
If U = {4, 7, 8, 10, 11, 12, 15, 16}, A = {7, 8, 11, 12} and B = {4, 8, 12, 15}, then verify De Morgan’s Laws for complementation. |
|
Answer» U = {4, 7, 8, 10, 11, 12, 15, 16} A = {7, 8, 11, 12}, B = {4, 8, 12, 15} De Morgan’s Laws for complementation. (A ∪ B)’ = A’ ∩ B’ A ∪ B = {4, 7, 8, 11, 12, 15} (A ∪ B)’ = {4, 7, 8, 10, 11, 12, 15, 16} – {4, 7, 8, 11, 12, 15} = {10, 16} … (1) A’ = {4, 10, 15, 16} B’ = {7, 10, 11, 16} A’ ∩ B’ = {10, 16} … (2) From (1) and (2) it is verified that (A ∪ B)’ = A’ ∩ B’ |
|