Question: If A = {1, 2, 3} and B = {3, 4}, what is the Cartesian product A × B?
Options:
Correct Answer: {(1, 3), (1, 4), (2, 3), (2, 4), (3, 3), (3, 4)}
Solution:
The Cartesian product A × B is the set of all ordered pairs (a, b) where a ∈ A and b ∈ B, which is {(1, 3), (1, 4), (2, 3), (2, 4), (3, 3), (3, 4)}.