Skip to main content
Back to Sets, Relations & Functions
JEE Main 2019
Sets, Relations & Functions
Sets and Relations
Medium

Question

Let X = {1, 2, 3, 4, 5}. The number of different ordered pairs (Y, Z) that can be formed such that Y \subseteq X, Z \subseteq X and Y \cap Z is empty, is :

Options

Solution

Key Concepts and Formulas

  • Principle of Independent Choices (Multiplication Principle): If an event can occur in mm ways and another independent event can occur in nn ways, then both events can occur in m×nm \times n ways. This extends to multiple independent events.
  • Set Theory Basics: Understanding subsets (\subseteq) and intersection (\cap).
  • Condition for Disjoint Sets: Two sets YY and ZZ are disjoint if their intersection is empty, i.e., YZ=Y \cap Z = \emptyset.

Step-by-Step Solution

Let the given set be X={1,2,3,4,5}X = \{1, 2, 3, 4, 5\}. We are asked to find the number of ordered pairs of subsets (Y,Z)(Y, Z) such that YXY \subseteq X, ZXZ \subseteq X, and YZ=Y \cap Z = \emptyset.

Step 1: Analyze the possible placements for each element of XX. To form the subsets YY and ZZ, we need to decide for each element xXx \in X where it will be placed. For any element xx, there are four initial possibilities regarding its membership in YY and ZZ:

  1. xYx \in Y and xZx \in Z.
  2. xYx \in Y and xZx \notin Z.
  3. xYx \notin Y and xZx \in Z.
  4. xYx \notin Y and xZx \notin Z.

Step 2: Apply the constraint YZ=Y \cap Z = \emptyset. The condition YZ=Y \cap Z = \emptyset means that no element can belong to both YY and ZZ simultaneously. Let's examine the four possibilities from Step 1 in light of this constraint:

  1. xYx \in Y and xZx \in Z: This implies xYZx \in Y \cap Z. This violates the condition YZ=Y \cap Z = \emptyset. So, this placement is not allowed.
  2. xYx \in Y and xZx \notin Z: This implies xYZx \notin Y \cap Z. This placement is allowed.
  3. xYx \notin Y and xZx \in Z: This implies xYZx \notin Y \cap Z. This placement is allowed.
  4. xYx \notin Y and xZx \notin Z: This implies xYZx \notin Y \cap Z. This placement is allowed.

Step 3: Determine the number of valid choices for each element. For each element xXx \in X, there are exactly 3 valid ways it can be placed to satisfy the condition YZ=Y \cap Z = \emptyset:

  • The element belongs exclusively to YY.
  • The element belongs exclusively to ZZ.
  • The element belongs to neither YY nor ZZ.

Step 4: Use the Principle of Independent Choices to find the total number of ordered pairs. The set XX has 5 elements. Since the placement of each element is an independent decision, and each element has 3 possible valid placements, we can use the Multiplication Principle. The total number of different ordered pairs (Y,Z)(Y, Z) is the product of the number of choices for each of the 5 elements. Total number of pairs = (Choices for element 1) ×\times (Choices for element 2) ×\times (Choices for element 3) ×\times (Choices for element 4) ×\times (Choices for element 5) Total number of pairs=3×3×3×3×3=35\text{Total number of pairs} = 3 \times 3 \times 3 \times 3 \times 3 = 3^5

Step 5: Calculate the final value. 35=3×3×3×3×3=9×9×3=81×3=2433^5 = 3 \times 3 \times 3 \times 3 \times 3 = 9 \times 9 \times 3 = 81 \times 3 = 243

The number of different ordered pairs (Y,Z)(Y, Z) is 35=2433^5 = 243.


Common Mistakes & Tips

  • Confusing ordered pairs with unordered pairs: The question asks for ordered pairs (Y,Z)(Y, Z), meaning (Y,Z)(Y, Z) is distinct from (Z,Y)(Z, Y) unless Y=ZY=Z. Our method correctly counts ordered pairs by considering the destination of each element for YY and ZZ separately.
  • Forgetting the "empty intersection" condition: If there were no condition on intersection, each element would have 4 choices (in Y only, in Z only, in both, in neither), leading to 454^5 pairs. The condition YZ=Y \cap Z = \emptyset reduces the choices per element from 4 to 3.
  • Misinterpreting subset definitions: Ensure you understand that YXY \subseteq X means all elements of YY must be in XX.

Summary

The problem requires us to count ordered pairs of subsets (Y,Z)(Y, Z) of a set XX such that YY and ZZ are disjoint. For each element in XX, there are three mutually exclusive and exhaustive possibilities that satisfy the disjoint condition: the element can be in YY only, in ZZ only, or in neither YY nor ZZ. Since the set XX has 5 elements and the choice for each element is independent, by the Principle of Independent Choices, the total number of such ordered pairs is 33 raised to the power of the number of elements in XX, which is 353^5.

The final answer is 35\boxed{3^5}.

Practice More Sets, Relations & Functions Questions

View All Questions