If A and B are two sets containing 3 and 6 elements respectively, what can be the maximum number of elements in A∪B?
Find also the minimum number of elements in A∪B
We know that
Case 1:- From (1), it is clear that n(A∪B) wiill be maximum when n(A∩B)=0
In that case, n(A∪B)=n(A)+n(B)=(3+6)=9
∴ maximum number of elements in A∪B=9
Case 2:- From (1), it is clear that n(A∪B) wiill be maximum when n(A∩B) is maximum, i.e., when n(A∩B)=3
In this case, n(A∪B)=n(A)+n(B)−n(A∩B)=(3+6−3)=6
∴ maximum number of elements in A∪B=6