please answer don't spam
Attachments:
Answers
Answered by
1
Step-by-step explanation:
A = {0,1,2,3,4,5,6,7,8,9}
B = {1,2,5,10}
C = {1,4,9,16,25,36,49,64,81,100}
(i) A union B - all the elements in both A and B except intersection
= {1,2,3,4,5,6,7,8,9,10}
(ii) A intersection B - all the elements common to both the sets
{1,2,5,10}
(iii) A - C = all the elements in A but not in C
{ 2,3,5,6,7,8 }
(iv) B - C = all the elements that are in B but not in C
{2,5,10}
Similar questions