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: A
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)\}$.


Discussion 0
Enjoyed this content?
Share your rating and feedback with us. It takes less than a minute!