InterviewSolution
Saved Bookmarks
| 1. |
If A= {1, 2, 3}, B= {3, 4} and C= {4, 5, 6}, then (A xx B) uu (A xx C) = {(1, 3), (1,4), (1,5), (1,6), (2,3), (2,4), (2,5), (2,6), (3,3), (3,4), (3,5),(3,6)} |
|
Answer» |
|