1. If set A = \{1, 2\} and set B = \{a, b\}, which of the following represents the Cartesian product $A \times B$?
A) \{(1, a), (1, b), (2, a), (2, b)\}B) \{(a, 1), (a, 2), (b, 1), (b, 2)\}C) \{(1, 1), (2, 2), (a, a), (b, b)\}D) \{(1, a), (2, b)\}
✓ Correct Answer: Option A
Explanation: The Cartesian product $A \times B$ is the set of all ordered pairs (x, y) such that $x \in A$ and $y \in B$.<br>For A = \{1, 2\} and B = \{a, b\}:<br>$A \times B = \{(1, a), (1, b), (2, a), (2, b)\}$.