why do we use or in union as its the combination of two sets it should be and plzz explain me
Answers
Answered by
1
HELLO THERE!!
Actually union means the joining the two sets together, i.e., making a new set by including the elements present in each of the sets, but using the same element only for once.
For example, consider the two sets:
A = {-2, -1, 0, 1, 2, 3, 4, 5, 6}
B = {1, 2, 3, 4}
So, A U B means = {-2, -1, 0, 1, 2, 3, 4, ,5, 6}
That is, include all the numbers of each of the sets, each once.
HOPE YOU GET MY ANSWER!
Thanks..... (^_^)
Actually union means the joining the two sets together, i.e., making a new set by including the elements present in each of the sets, but using the same element only for once.
For example, consider the two sets:
A = {-2, -1, 0, 1, 2, 3, 4, 5, 6}
B = {1, 2, 3, 4}
So, A U B means = {-2, -1, 0, 1, 2, 3, 4, ,5, 6}
That is, include all the numbers of each of the sets, each once.
HOPE YOU GET MY ANSWER!
Thanks..... (^_^)
Similar questions