If A= 1, 3, 5 , and B = 2, 3, then findA x B and B x A.
Answers
A × B = {(1,2),(1,3),(3,2),(3,3),(5,2),(5,3)}
B × A = {(2,1),(2,3),(2,5),(3,1),(3,3),(3,5)}
SOLUTION
GIVEN
A = {1, 3, 5} and B = {2, 3}
TO DETERMINE
A × B and B × A
CONCEPT TO BE IMPLEMENTED
CARTESIAN PRODUCT :
Let A and B are two sets. Then the Cartesian product of A and B is denoted by A × B and defined as
EVALUATION
Here the given sets are
A = {1, 3, 5} and B = {2, 3}
Now we have
∴ A × B = { (1,2) , (1,3) , (3,2) , (3,3) , (5,2) , (5,3) }
Again we have
∴ B × A = { (2,1) , (2,3) , (2,5) , (3,1) , (3,3) , (3,5) }
FINAL ANSWER
A × B = { (1,2) , (1,3) ,(3,2) ,(3,3) , (5,2) , (5,3) }
B × A = { (2,1) , (2,3) , (2,5) , (3,1) , (3,3) , (3,5) }
━━━━━━━━━━━━━━━━
Learn more from Brainly :-
If P and Q are two sets such that n(P) = 12, n(Q - P) = 7, then which among the following is the value of n(PU Q)?
https://brainly.in/question/31763496
2. If n(A) = 300, n(A∪B) = 500, n(A∩B) = 50 and n(B′) = 350, find n(B) and n(U).
https://brainly.in/question/4193770