if A ={a,b,c} and B={b,c} , then find A union B and A intersection B
pls solve it.
Answers
Answered by
1
Hey user
Here is your answer :-
A = { a , b , c }
B = { b , c }
A union set is the set which includes all the elements
So
A U B = { a , b , c }
Intersection is the set which includes the common elements
So
A intersection B = { b , c }
Thank you .
Here is your answer :-
A = { a , b , c }
B = { b , c }
A union set is the set which includes all the elements
So
A U B = { a , b , c }
Intersection is the set which includes the common elements
So
A intersection B = { b , c }
Thank you .
Similar questions