A={1,2,3,4} and B{2,4} then A union B
Answers
Answered by
3
A = {1,2,3,4}
B = {2,4}
A union B = {1,2,3,4}
B = {2,4}
A union B = {1,2,3,4}
Kunal3Boss:
hy khushi
Answered by
0
union means we take common elements
A=(1,2,3,4) B= (2,4)
A union B = (1,2,3,4)
A=(1,2,3,4) B= (2,4)
A union B = (1,2,3,4)
Similar questions