" Life is not a problem to be solved but a reality to be experienced! "
© Copyright 2013 - 2024 KUDO.TIPS - All rights reserved.
a={1,2,3,4,5} b={5,6,7,8}
A u B={1,2,3,4,5,6,7,8}
c={2,4,6,8} d={2,6,10}
C u D={2,4,6,8,10}
e={1,3,5} f={5,7,9}
EuF={1 ,3,5,7,9}
interseccion
a={1,2,4,5} B={3,4,5,6}
Aintececcion b={4,5}