if A = (1,2,3,4) and B = (1,2,3,5,6) then find A set B and B set A are they equal ?
Answers
Answered by
3
Answer:
A=(123)
B=(123)
they are equal
Answered by
4
Sol :- GIVEN A = { 1, 2, 3, 4 }
B = { 1, 2, 3, 5, 6 }
NOW A ^ B = { 1, 2, 3 }
B ^ A = { 1, 2, 3 }
B ^ A = A ^ B HENCE THEY ARE EQUAL
Similar questions