Skip to main content
Back to Sets, Relations & Functions
JEE Main 2021
Sets, Relations & Functions
Sets and Relations
Easy

Question

Let RR be a relation on Z×ZZ \times Z defined by (a,b)R(c,d)(a, b) R(c, d) if and only if adbca d-b c is divisible by 5. Then RR is

Options

Solution

Key Concepts and Formulas

  • Relation Properties:
    • Reflexive: For all xAx \in A, xRxx R x.
    • Symmetric: For all x,yAx, y \in A, if xRyx R y, then yRxy R x.
    • Transitive: For all x,y,zAx, y, z \in A, if xRyx R y and yRzy R z, then xRzx R z.
  • Modular Arithmetic: ab(modm)a \equiv b \pmod{m} means aba-b is divisible by mm.
  • Divisibility: An integer kk is divisible by an integer nn if k=mnk = mn for some integer mm.

Step-by-Step Solution

We are given a relation RR on the set Z×ZZ \times Z defined by (a,b)R(c,d)(a, b) R (c, d) if and only if adbcad - bc is divisible by 5. This can be expressed using modular arithmetic as adbc0(mod5)ad - bc \equiv 0 \pmod{5}. We need to determine if RR is reflexive, symmetric, and transitive.

Step 1: Checking for Reflexivity

  • Objective: To determine if for every element (a,b)Z×Z(a, b) \in Z \times Z, the relation (a,b)R(a,b)(a, b) R (a, b) holds.
  • Procedure: We substitute (a,b)(a, b) for both (a,b)(a, b) and (c,d)(c, d) in the definition of the relation and check if the condition is met.
  • Working: For (a,b)R(a,b)(a, b) R (a, b) to hold, we must have abbaa \cdot b - b \cdot a divisible by 5. abba=abba=0a \cdot b - b \cdot a = ab - ba = 0 Since 0 is divisible by any non-zero integer, 0 is divisible by 5 (0=500 = 5 \cdot 0). Thus, abba0(mod5)ab - ba \equiv 0 \pmod{5} is always true.
  • Conclusion: The relation RR is reflexive.

Step 2: Checking for Symmetry

  • Objective: To determine if for any two elements (a,b),(c,d)Z×Z(a, b), (c, d) \in Z \times Z, if (a,b)R(c,d)(a, b) R (c, d), then (c,d)R(a,b)(c, d) R (a, b) must also hold.
  • Procedure: We assume the premise (a,b)R(c,d)(a, b) R (c, d) is true and check if the conclusion (c,d)R(a,b)(c, d) R (a, b) follows from it.
  • Working: Assume (a,b)R(c,d)(a, b) R (c, d). This means adbc0(mod5)ad - bc \equiv 0 \pmod{5}. We need to check if (c,d)R(a,b)(c, d) R (a, b) holds, which means cbdac \cdot b - d \cdot a is divisible by 5. cbda=cbdac \cdot b - d \cdot a = cb - da We can rewrite this expression as: cbda=(dacb)=(adbc)cb - da = -(da - cb) = -(ad - bc) Since we assumed adbc0(mod5)ad - bc \equiv 0 \pmod{5}, it implies adbc=5kad - bc = 5k for some integer kk. Then, cbda=(5k)=5(k)cb - da = -(5k) = 5(-k). Since k-k is also an integer, cbdacb - da is divisible by 5. Thus, cbda0(mod5)cb - da \equiv 0 \pmod{5} holds.
  • Conclusion: The relation RR is symmetric.

Step 3: Checking for Transitivity

  • Objective: To determine if for any three elements (a,b),(c,d),(e,f)Z×Z(a, b), (c, d), (e, f) \in Z \times Z, if (a,b)R(c,d)(a, b) R (c, d) and (c,d)R(e,f)(c, d) R (e, f), then (a,b)R(e,f)(a, b) R (e, f) must also hold.

  • Procedure: We assume the premises (a,b)R(c,d)(a, b) R (c, d) and (c,d)R(e,f)(c, d) R (e, f) are true and try to deduce if (a,b)R(e,f)(a, b) R (e, f) follows. If we can find a counterexample where the premises are true but the conclusion is false, then the relation is not transitive.

  • Working: Assume (a,b)R(c,d)(a, b) R (c, d) and (c,d)R(e,f)(c, d) R (e, f). This implies:

    1. adbc0(mod5)ad - bc \equiv 0 \pmod{5}
    2. cfde0(mod5)cf - de \equiv 0 \pmod{5} We need to check if afbe0(mod5)af - be \equiv 0 \pmod{5}.

    Let's try to find a counterexample. Consider the following pairs:

    • Let (a,b)=(1,0)(a, b) = (1, 0).
    • Let (c,d)=(0,5)(c, d) = (0, 5).
    • Let (e,f)=(1,1)(e, f) = (1, 1).

    Check if (a,b)R(c,d)(a, b) R (c, d): adbc=(1)(5)(0)(0)=50=5ad - bc = (1)(5) - (0)(0) = 5 - 0 = 5. Since 55 is divisible by 5, (1,0)R(0,5)(1, 0) R (0, 5) holds.

    Check if (c,d)R(e,f)(c, d) R (e, f): cfde=(0)(1)(5)(1)=05=5cf - de = (0)(1) - (5)(1) = 0 - 5 = -5. Since 5-5 is divisible by 5, (0,5)R(1,1)(0, 5) R (1, 1) holds.

    Now, check if (a,b)R(e,f)(a, b) R (e, f): afbe=(1)(1)(0)(1)=10=1af - be = (1)(1) - (0)(1) = 1 - 0 = 1. Since 11 is not divisible by 5, (1,0)(1,1)(1, 0) \not R (1, 1).

    We have found a case where (a,b)R(c,d)(a, b) R (c, d) and (c,d)R(e,f)(c, d) R (e, f) are true, but (a,b)R(e,f)(a, b) R (e, f) is false.

  • Conclusion: The relation RR is not transitive.

Common Mistakes & Tips

  • Algebraic Manipulation in Transitivity: When checking transitivity, direct algebraic manipulation of the modular equations can be tricky. Sometimes it's easier to work with the definition of divisibility (adbc=5kad-bc=5k) or look for a counterexample if the direct proof isn't obvious.
  • Counterexample Strategy: For transitivity, if you suspect the relation is not transitive, try to construct a simple counterexample using small integers. This is often faster than a lengthy algebraic proof.
  • Modular Arithmetic Properties: Remember that if a0(modm)a \equiv 0 \pmod{m}, then a0(modm)-a \equiv 0 \pmod{m}, and ka0(modm)ka \equiv 0 \pmod{m} for any integer kk. This is crucial for symmetry.

Summary

We analyzed the given relation RR on Z×ZZ \times Z by checking its reflexivity, symmetry, and transitivity. We found that for any element (a,b)(a, b), (a,b)R(a,b)(a, b) R (a, b) holds because abba=0ab - ba = 0, which is divisible by 5, proving reflexivity. We also showed that if (a,b)R(c,d)(a, b) R (c, d), then adbc0(mod5)ad - bc \equiv 0 \pmod{5}, which implies cbda=(adbc)0(mod5)cb - da = -(ad - bc) \equiv 0 \pmod{5}, proving symmetry. However, by constructing a counterexample with (1,0)R(0,5)(1, 0) R (0, 5) and (0,5)R(1,1)(0, 5) R (1, 1), but (1,0)(1,1)(1, 0) \not R (1, 1), we demonstrated that the relation is not transitive. Therefore, RR is reflexive and symmetric but not transitive.

The final answer is \boxed{A}.

Practice More Sets, Relations & Functions Questions

View All Questions