Given that N = {1, 2, 3, ... , 100}. Then write
(i) the subset of N whose elements are even numbers.
(ii) the subset of N whose element are perfect square numbers.
Answers
Answered by
8
let the two subsets be A and B.
i)A= {2,4,6,8,10,12,14,1,18,20,22,24,26,28,30,32,34,36,38,40,42,44,46,48,50,52,54,56,58,60,62,64,66,68,70,72,74,76,78,80,82,84,86,88,90,92,94,96,98,100}
ii)B = {1,4,9,16,25,36,49,64,81,100}
i)A= {2,4,6,8,10,12,14,1,18,20,22,24,26,28,30,32,34,36,38,40,42,44,46,48,50,52,54,56,58,60,62,64,66,68,70,72,74,76,78,80,82,84,86,88,90,92,94,96,98,100}
ii)B = {1,4,9,16,25,36,49,64,81,100}
Answered by
1
Step-by-step explanation:
1. A={2,4,6,...,100}
2. B={1,4,9,16,25,36,49,64,81,100
}
Similar questions