Question 868435: Let U = {1, 2, 3, 4, 5}, A = {1, 5}, B = {1, 2, 3, 4} and C = {2, 5}. Determine
AŚC
Answer by jim_thompson5910(35256) (Show Source):
You can put this solution on YOUR website! A X C is read as "A cross C" and this is known as the set cross product. You find A X C by listing all of the ordered pairs of the form (x,y) where x is from set A and y is from set C like so...
A X C = {(1,2),(1,5),(5,2),(5,5)}
|
|
|