Question: If A = {1, 2} and B = {x | x is an odd integer}, what is A × B?
Options:
Correct Answer: {(1, 1), (1, 3), (2, 1), (2, 3)}
Solution:
The Cartesian product A × B consists of all ordered pairs (a, b) where a ∈ A and b ∈ B. Thus, A × B = {(1, x), (2, x)} for all odd integers x.