Problema Solution
5) Find the Cartesian Product
A = {5, 2, 6, 9}
B = {0, 1}
Find B x A
Answer provided by our tutors
The cartisian product og
B*A is {0,5} {0,2} {0,6} {0,9} {1,5} {1,2} {1,6} {1,9}
5) Find the Cartesian Product
A = {5, 2, 6, 9}
B = {0, 1}
Find B x A
The cartisian product og
B*A is {0,5} {0,2} {0,6} {0,9} {1,5} {1,2} {1,6} {1,9}