Find the Cartesian product of Set A and B.
A = { 8, 9, 10, 11 }
B = { 2, 7, 12,14 }


Sagot :

Answer:

{(8,2),(8,7),(8,12),(8,14),(9,2),(9,7),(9,12),(9,14),(10,2),(10,7),(10,12),(10,14),(11,2),(11,7),(11,12),(11,14)}

Step-by-step explanation: