Union of sets,a brief explanation
Answers
Answered by
1
Answer:
Union of sets is the smallest set which contains all the elements of both the sets i.e. set A or set B
To find the unions of two given sets A and B is a set which consists of all the elements of A and all the elements of B such that no element is repeated
Answered by
5
Answer:
Answer:Union of sets or Set Union is collection of all elements in the all sets which we take union, the elements wont be repeated.
Set union is represented by 'U'
A = { 2 , 3 , 4 }
B = { 3, 4 , 5 }
A U B = { 2 , 3 , 4 , 5}
Similar questions