Cartesian Product of Sets
Let set I = {-1, -2, -3}.
Let set R = {6, 7}.
Find the Cartesian product I x R.
A{(-1, 6), (-2, 6), (-3, 6)}
B{-1, -2, -3, 6, 7}
C{(-1, 6), (-1, 7), (-2, 6), (-2, 7), (-3, 6), (-3, 7)}
D{(6, -1), (6, -2), (6, -3), (7, -1), (7, -2), (7, -3)}