let A = { { 1, 2, 3, 4} and B={2, 3,7} find AXB and BXA
Answers
Answer:
brainly
Search...
NaushadAli8081
23.01.2019
Math
Secondary School
answered
(i) If A = {1, 2, 3} and B = {2, 4}, state the elements of AxA, AxB, BxA, BxB, (AxB)∩(BxA)
(ii) If A = {-1, 1}, find AxAxA.
1
SEE ANSWER
ADD ANSWER
+10 PTS
Log in to add comment
NaushadAli8081 is waiting for your help.
Add your answer and earn points.
Answer
4.4/5
33
author link
abhi178
Genius
19K answers
208.9M people helped
concept: if A ={a,b} and B= {c, d }
then, A × B = {(a,c), (a, d), (b, c), (b, d)}
(i) A = {1, 2, 3} and B = {2, 4}
then, A × A = {(1,1), (1,2), (1,3), (2,1), (2,2), (2,3), (3,1), (3,2), (3,3)}
A × B = {(1, 2), (1,4), (2,2), (2,4), (3, 2), (3, 4)}
B × A = {(2, 1), (2,2), (2,3), (4,1), (4,2), (4,3)}
B × B = {(2,2), (2,4), (4,2), (4,4)}
(A × B) (B × A) = (2,2)
(ii) A = {-1, 1}
then, A × A = {-1, 1} × {-1, 1}
A × A = {(-1, -1), (-1, 1), (1, -1), (1, 1)}
Now,
By definition A × A × A = {(a,b,c) : a,b,c Є A}.
⇒ A × A × A = {(-1, -1, -1), (-1, -1, 1), (-1, 1, -1), (1, -1, -1), (-1, 1, 1), (1, -1, 1), (1, 1, -1), (1, 1, 1)}