8. Unions and Intersections of Sets
Sign In
Think of the first set as the x-coordinates and the second set as the y-coordinates.
{ (grape, jam), (grape, juice), (apple, jam), (apple, juice), (orange, jam), (orange, juice)}
We can think of the first set A as the x-coordinates and the second set B as the y-coordinates. The cross product of two sets A and B is written as A* B, where all elements in A are paired with each element in B in ordered pair form (a,b).