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