Analyzing the Setup
We are given the set S={1,2,3,4}. Our goal is to determine the number of unordered pairs of disjoint subsets {P,Q} such that P∩Q=∅.
To solve this, we consider the fate of each individual element x∈S. Because the sets P and Q must be disjoint, each element x has exactly three mutually exclusive options:
1. x∈P
2. x∈Q
3. $x
otin P$ and $x
otin Q$
The Master Equation
Since there are 4 elements in S and each element makes its choice independently, we apply the fundamental principle of counting. For each of the 4 elements, there are 3 possible choices.
The total number of ordered pairs (P,Q) is given by:
Accounting for Symmetry
The problem asks for unordered pairs {P,Q}, where the pair {P,Q} is considered identical to {Q,P}. In our count of 81, we have included both (P,Q) and (Q,P) as distinct entities whenever $P
eq Q$.
However, we must identify the case where P=Q. Given the condition P∩Q=∅, the only way P=Q is if both sets are empty:
This specific case, (∅,∅), is the only instance where the ordered pair does not have a distinct "partner" to form an unordered pair.
Final Calculation
We subtract this unique case from the total and divide by 2 to account for the symmetry of the remaining ordered pairs:
Number of unordered pairs=281−1+1
Calculating this, we find:
The total number of unordered pairs of disjoint subsets is 41.