Skip to main content
Back to Statistics & Probability
JEE Main 2020
Statistics & Probability
Probability
Medium

Question

The probability that a relation R from {x, y} to {x, y} is both symmetric and transitive, is equal to :

Options

Solution

1. Key Concepts and Formulas

  • Relation: A relation RR from set AA to set BB is any subset of the Cartesian product A×BA \times B. If A=BA=B, it's a relation on set AA.
  • Total Number of Relations: If A=m|A|=m and B=n|B|=n, then A×B=mn|A \times B|=mn. The total number of possible relations from AA to BB is 2mn2^{mn}. For a relation on set AA, it is 2A22^{|A|^2}.
  • Symmetric Relation: A relation RR on a set AA is symmetric if for all a,bAa, b \in A, whenever (a,b)R(a, b) \in R, then (b,a)R(b, a) \in R.
  • Transitive Relation: A relation RR on a set AA is transitive if for all a,b,cAa, b, c \in A, whenever (a,b)R(a, b) \in R and (b,c)R(b, c) \in R, then (a,c)R(a, c) \in R.
  • Probability Formula: The probability of an event is given by: P(Event)=Number of Favorable OutcomesTotal Number of Possible OutcomesP(\text{Event}) = \frac{\text{Number of Favorable Outcomes}}{\text{Total Number of Possible Outcomes}}

2. Step-by-Step Solution

Step 1: Determine the total number of possible relations.

  • Identify the sets: The relation RR is from the set A={x,y}A = \{x, y\} to itself. So, RA×AR \subseteq A \times A.
  • Calculate the Cartesian product A×AA \times A: This set consists of all possible ordered pairs (a,b)(a, b) where a,bAa, b \in A. A×A={(x,x),(x,y),(y,x),(y,y)}A \times A = \{(x, x), (x, y), (y, x), (y, y)\} The number of elements in A×AA \times A is A×A=2×2=4|A \times A| = 2 \times 2 = 4.
  • Calculate the total number of possible relations: A relation is any subset of A×AA \times A. If a set has nn elements, it has 2n2^n subsets. Total number of relations=2A×A=24=16\text{Total number of relations} = 2^{|A \times A|} = 2^4 = 16 This forms the denominator of our probability.

Step 2: Identify and count relations that are both symmetric and transitive.

We need to systematically enumerate all relations on A={x,y}A = \{x, y\} and check for both properties. Let the elements of A×AA \times A be e1=(x,x)e_1=(x,x), e2=(x,y)e_2=(x,y), e3=(y,x)e_3=(y,x), e4=(y,y)e_4=(y,y).

For a relation to be symmetric, if it contains (a,b)(a,b), it must also contain (b,a)(b,a). Specifically, if (x,y)R(x,y) \in R, then (y,x)(y,x) must also be in RR. If (y,x)R(y,x) \in R, then (x,y)(x,y) must also be in RR. The pairs (x,x)(x,x) and (y,y)(y,y) are self-symmetric.

We can categorize relations based on the presence of the pair (x,y)(x,y):

  • Case A: Relations that do NOT contain the pair (x,y)(x, y). If (x,y)R(x, y) \notin R, then for symmetry, (y,x)(y, x) must also not be in RR (or if it were, it would imply (x,y)(x,y) must be in RR, leading to a contradiction). So, in this case, neither (x,y)(x,y) nor (y,x)(y,x) are present in RR. The relations can only be formed using e1=(x,x)e_1=(x,x) and e4=(y,y)e_4=(y,y). There are 22=42^2 = 4 such relations:

    1. R1=R_1 = \emptyset (the empty relation)

      • Symmetric? Yes (vacuously true, as there are no pairs (a,b)(a,b) to contradict the condition).
      • Transitive? Yes (vacuously true, as there are no pairs (a,b)(a,b) and (b,c)(b,c) to check).
      • Result: Symmetric and Transitive.
    2. R2={(x,x)}R_2 = \{(x, x)\}

      • Symmetric? Yes (only (x,x)(x,x) is present, and its symmetric pair is (x,x)(x,x) itself, which is in R2R_2).
      • Transitive? Yes (the only sequence to check is (x,x)R2(x,x) \in R_2 and (x,x)R2(x,x) \in R_2, which implies (x,x)R2(x,x) \in R_2. This holds).
      • Result: Symmetric and Transitive.
    3. R3={(y,y)}R_3 = \{(y, y)\}

      • Symmetric? Yes (similar to R2R_2).
      • Transitive? Yes (similar to R2R_2).
      • Result: Symmetric and Transitive.
    4. R4={(x,x),(y,y)}R_4 = \{(x, x), (y, y)\}

      • Symmetric? Yes (both (x,x)(x,x) and (y,y)(y,y) are self-symmetric).
      • Transitive? Yes (no sequences like (a,b),(b,c)(a,b), (b,c) exist where aba \ne b or bcb \ne c. The self-loops (x,x)(x,x) and (y,y)(y,y) satisfy transitivity on their own).
      • Result: Symmetric and Transitive.

    So far, we have found 4 relations that are both symmetric and transitive.

  • Case B: Relations that DO contain the pair (x,y)(x, y). For such a relation to be symmetric, it must also contain the pair (y,x)(y, x). So, RR must include the set {(x,y),(y,x)}\{(x, y), (y, x)\}. Now, we consider the possible inclusions of the remaining elements: (x,x)(x, x) and (y,y)(y, y). There are 22=42^2 = 4 such relations:

    1. R5={(x,y),(y,x)}R_5 = \{(x, y), (y, x)\}

      • Symmetric? Yes (by construction, (x,y)(x,y)'s symmetric pair (y,x)(y,x) is present, and vice-versa).
      • Transitive? No.
        • Consider (x,y)R5(x, y) \in R_5 and (y,x)R5(y, x) \in R_5. For transitivity, (x,x)(x, x) must be in R5R_5. It is not.
        • Consider (y,x)R5(y, x) \in R_5 and (x,y)R5(x, y) \in R_5. For transitivity, (y,y)(y, y) must be in R5R_5. It is not.
      • Result: Symmetric but NOT Transitive.
    2. R6={(x,y),(y,x),(x,x)}R_6 = \{(x, y), (y, x), (x, x)\}

      • Symmetric? Yes (by construction).
      • Transitive? No.
        • Consider (y,x)R6(y, x) \in R_6 and (x,y)R6(x, y) \in R_6. For transitivity, (y,y)(y, y) must be in R6R_6. It is not.
        • (Note: (x,y)(x,y) and (y,x)(y,x) implies (x,x)(x,x) which is present, but the other implication (y,x)(y,x) and (x,y)(x,y) implying (y,y)(y,y) fails).
      • Result: Symmetric but NOT Transitive.
    3. R7={(x,y),(y,x),(y,y)}R_7 = \{(x, y), (y, x), (y, y)\}

      • Symmetric? Yes (by construction).
      • Transitive? No.
        • Consider (x,y)R7(x, y) \in R_7 and (y,x)R7(y, x) \in R_7. For transitivity, (x,x)(x, x) must be in R7R_7. It is not.
      • Result: Symmetric but NOT Transitive.
    4. R8={(x,y),(y,x),(x,x),(y,y)}R_8 = \{(x, y), (y, x), (x, x), (y, y)\} (This is A×AA \times A, the universal relation)

      • Symmetric? Yes (as it contains all pairs, it is trivially symmetric).
      • Transitive? Yes (If RR contains all possible pairs, then for any (a,b)R(a, b) \in R and (b,c)R(b, c) \in R, (a,c)(a, c) will always be in RR because all pairs are in RR).
      • Result: Symmetric and Transitive.

Combining the results from Case A and Case B: Number of symmetric and transitive relations = (4 from Case A) + (1 from Case B) = 5. These 5 relations are: \emptyset, {(x,x)}\{(x,x)\}, {(y,y)}\{(y,y)\}, {(x,x),(y,y)}\{(x,x), (y,y)\}, and {(x,x),(x,y),(y,x),(y,y)}\{(x,x), (x,y), (y,x), (y,y)\}.

Step 3: Calculate the probability.

Using the probability formula: P(R is symmetric and transitive)=Number of favorable relationsTotal number of relations=516P(\text{R is symmetric and transitive}) = \frac{\text{Number of favorable relations}}{\text{Total number of relations}} = \frac{5}{16}

3. Common Mistakes & Tips

  • Vacuously True Conditions: Remember that properties like symmetry and transitivity are "vacuously true" for relations that don't have the prerequisite conditions. For example, the empty set is always symmetric and transitive.
  • Transitivity with Inverse Pairs: A common error is overlooking the implication of (a,b)R(a,b) \in R and (b,a)R(b,a) \in R. For transitivity to hold in this scenario, both (a,a)R(a,a) \in R and (b,b)R(b,b) \in R must be true. This was critical in identifying non-transitive relations in Case B.
  • Systematic Enumeration: For small sets, a systematic listing and checking of relations, perhaps by grouping them based on key properties (like the presence of specific pairs), helps avoid missing cases or making errors.
  • Universal Relation: The universal relation (containing all possible pairs) is always reflexive, symmetric, and transitive.

4. Summary

To find the probability, we first determined the total number of relations on the set {x,y}\{x,y\} by considering all subsets of its Cartesian product, which yielded 16 relations. Next, we systematically identified relations that satisfy both symmetry and transitivity. This involved two main cases: relations not containing (x,y)(x,y) (and thus (y,x)(y,x)), and relations containing both (x,y)(x,y) and (y,x)(y,x). We found 4 relations in the first case and 1 in the second, totaling 5 favorable relations. Finally, dividing the number of favorable relations by the total number of relations gave the probability.

5. Final Answer

The probability that a relation R from {x, y} to {x, y} is both symmetric and transitive is 516\frac{5}{16}.

The final answer is 516\boxed{\frac{5}{16}}, which corresponds to option (A).

Practice More Statistics & Probability Questions

View All Questions