" Life is not a problem to be solved but a reality to be experienced! "
© Copyright 2013 - 2024 KUDO.TIPS - All rights reserved.
B={3, 4, 5, 6}
C={1, 3, 4, 8, 9}
A\B={1, 2, 7}
(A\B)∧C={1}
(A\B)∨C={1, 2, 3, 4, 7, 8, 9}
(A\B)\C={2, 7}