Find out the Cartesian product of given set
A={7.6.3.5.8} B={9,6,7,3}
Answers
Answered by
1
The Cartesian product would be {(7, 9), (7, 6), (7, 7), (7, 3), (6, 9), (6, 6), (6, 7), (6, 3), (3, 9), (3, 6), (3, 7), (3, 3), (5, 9), (5, 6), (5, 7), (5, 3),(8, 9), (8, 6), (8, 7), (8, 3)}
Step-by-step explanation:
Since, the Cartesian product of two sets X and Y is,
X × Y = {(x, y) : x ∈ X, y ∈ Y }
Here sets are,
A={7, 6, 3, 5, 8} B={9, 6, 7, 3}
Thus, Cartesian product of A and B is,
A × B = {(7, 9), (7, 6), (7, 7), (7, 3), (6, 9), (6, 6), (6, 7), (6, 3), (3, 9), (3, 6), (3, 7), (3, 3), (5, 9), (5, 6), (5, 7), (5, 3),(8, 9), (8, 6), (8, 7), (8, 3)}
#Learn more :
What is Cartesian product ?
brainly.in/question/11752943
Similar questions