Question
Find the Cartesian product B × A.
A = {3, 5, 9, 7}
B = {0, 1}
Is it {(0, 3), (0, 5), (0, 9), (0, 7), (1, 3), (1, 5), (1, 9), (1, 7)}
A = {3, 5, 9, 7}
B = {0, 1}
Is it {(0, 3), (0, 5), (0, 9), (0, 7), (1, 3), (1, 5), (1, 9), (1, 7)}
Answers
Anonymous
Did I solve this correctly?
Reiny
yes