5.8k views
0 votes
Suppose n(X) = 28 and n(Y) = 19.

a) What is the maximum number of elements X ∪ Y can have?
B) What is the minimum number of elements X ∪ Y can have?

User Ulquiorra
by
7.1k points

1 Answer

3 votes

n(X\cup Y)=n(X)+n(Y)-n(X\cap Y)

If
X and
Y share no common elements, then
n(X\cap Y)=0, which means
n(X\cup Y)=n(X)+n(Y)=47

On the other hand, if the smaller set is entirely contained within the larger set, i.e.
Y\subseteq X, then
X\cap Y=Y, and so
n(X\cup Y)=n(X)+n(Y)-n(Y)=n(X)=28.
User Keith Johnson
by
6.5k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.