if set A={2,3,5,7},B={1,3,4,6,8} then find AUB
Answers
Answered by
2
Answer:
Step-by-step explanation:
A U B = {1 , 2 , 3 , 4 , 5 , 6 , 7 , 8}
Answered by
4
Given
A = { 2 , 3 ,5 ,7 }
B = { 1 , 3 , 4 , 6 , 8 }
A U B = {2,3,5,7} U {1,3,4,6,8}
A U B = { 1,2,3,4,5,6,7,8 }
Similar questions