Given: U = A set of whole numbers from 1 to 100
A = {10,20,30,40,50,60,70,80,90,100}
B = {8,16,24,32,40,48,56,64,72,80,88,96}
Find A U B
______________
Find A n B
______________
Answers
Answered by
2
Step-by-step explanation:
a u b=all elements including both a and b but not repeated
={8,10,16,20,24,30,32,40,48,50,56,60,64,70,72,80,88,90,96,100}
but a n b only has two elements ={40,80}
Answered by
1
Answer:
AUB = { 8,10,16,20,24,30,32,40,48,50,56,60,64,70,72,80,88,90,96,100}
Similar questions