Question
Question: Let X = {1, 2, 3, 4, 5}. What is the number of different ordered pairs (Y, Z) that can be formed suc...
Let X = {1, 2, 3, 4, 5}. What is the number of different ordered pairs (Y, Z) that can be formed such that Y⊆X,Z⊆X and Y∩Z is empty?
(a) 52
(b) 35
(c) 25
(d) 53
Solution
Hint: We are going to divide the problem into 6 cases and the case will be on the basis of the number of elements in Y and by using this we have the number of elements in Z , with which we will find the ordered pair and add it for each of the cases.
Complete step-by-step answer:
Let’s start by taking cases:
We are going to use these formula:
For a set of size k the number of subsets is 2k .
Case 1: Set Y has 0 elements, then there are 5c0 choices of Y here.
So, Z has 5 elements and for each Y there are 25 possibilities for Z.
Therefore, in this case we have 5c0.25 possibilities.
Case 2: Set Y has 1 elements, and similarly we have
5c1.24 possibilities,
Case 3: Set Y has 2 elements, and similarly we have
5c2.23 possibilities,
Case 4: Set Y has 3 elements, and similarly we have
5c3.22 possibilities,
Case 5: Set Y has 4 elements, and similarly we have
5c4.21 possibilities,
Case 6: Set Y has 5 elements, and similarly we have
5c5.20 possibilities,
Now the total possibility is,
=5c0.25+5c1.24+5c2.23+5c3.22+5c4.21+5c5.20
Now we will use the formula,
(1+x)n=nc0xn+nc1xn−1+......+ncnx0
Using this formula we get,
5c0.25+5c1.24+5c2.23+5c3.22+5c4.21+5c5.20=(1+2)5=35
Hence, option (b) is correct.
Note: We can also solve this question by considering that for each member of X we have three choices for it: put it in set Y, put it in set Z, or leave it out. That also gives us the same answer.