The Cartesian product of two sets A and B, written as A × B, is the set of all possible ordered pairs (a, b) where a ∈ A and b ∈ B.
For example: A = {1, 2}, B = {x, y} A × B = {(1, x), (1, y), (2, x), (2, y)}