s if A={1,2,3,4,5 s and B={3,4,7,8} then find
AUB.
Answers
Answered by
0
Explanation:
AUB = {1, 2, 3, 4, 5, 7, 8}
elements should not be repeated
Answered by
1
Answer:
A={1,2,3 4,5}
B={3,4,7,8}
AUB={1,2,3,4,5,7,8}
Similar questions