Wypisz wszystkie podzbiory zbioru A = {-1,0,1}
" Life is not a problem to be solved but a reality to be experienced! "
© Copyright 2013 - 2024 KUDO.TIPS - All rights reserved.
Podzbiory jednoelementowe: {-1}, {0}, {1}.
Podzbiory dwuelementowe: {-1, 0}, {-1, 1}, {0, 1},
Podzbiory trójelementowe: {-1, 0, 1}
A={-1,0,1} zbior jest swoim podzbiorem
B={-1}
C={0}
D={1}
E={-1,0}
F={-1,1}
G={1,0}
H zbior pusty