Saved Bookmarks
| 1. |
12. If A = {1,2,3}, B = {3, 4) and C = {4, 5, 6), Find Ax(B n C). |
|
Answer» Step-by-step explanation: Given:A = { 1, 2, 3 } B = { 3 , 4 } C = { 4, 5, 6 } To Find:A x ( B ∩ C ) Solution:(B ∩ C ) = {4} A x ( B ∩ C ) = {1, 2 , 3} x {4} = [ {1, 4} , {2, 4} , {3, 4} ] |
|