sjaguar13
Jul21-04, 11:42 AM
For set A = {1, 2} and B = {2, 3} what is the Power set of A x B? I get:
{empty set, {(1,2)}, {(1,3)}, {(2,2)}, {(2,3)}, {(1,2),(1,3)}, {(1,2),(2,2)}, {(1,2),(2,3)}, {(1,3),(2,2)}, {(1,3),(2,3)}, {(2,2),(2,3)}, {(1,2),(1,3),(2,2)}, {(1,2),(1,3),(2,3)}, {(1,2),(2,2),(2,3)}, {(1,3),(2,2),(2,3)}, {(1,2),(1,3),(2,2),(2,3)}}
Is that right?
{empty set, {(1,2)}, {(1,3)}, {(2,2)}, {(2,3)}, {(1,2),(1,3)}, {(1,2),(2,2)}, {(1,2),(2,3)}, {(1,3),(2,2)}, {(1,3),(2,3)}, {(2,2),(2,3)}, {(1,2),(1,3),(2,2)}, {(1,2),(1,3),(2,3)}, {(1,2),(2,2),(2,3)}, {(1,3),(2,2),(2,3)}, {(1,2),(1,3),(2,2),(2,3)}}
Is that right?