Cartesian Product of Two Sets
Let A and B be two sets, Cartesian productA Ã B is the set of all ordered pair of elements from A and B A Ã B = {{x, y} : x ? A, y ? B} Let A = {a, b, c} and B = {d, e, f} The Cartesian product of two sets is A x B = {a, d}, {a, e}, {a, f}, {b, d}, {b, e}, {b, f}, {c, d}, {c, e}, {c, f}}A has 3 elem