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

Question

Let A={2,3,6,8,9,11}A=\{2,3,6,8,9,11\} and B={1,4,5,10,15}B=\{1,4,5,10,15\}. Let RR be a relation on A×BA \times B defined by (a,b)R(c,d)(a, b) R(c, d) if and only if 3ad7bc3 a d-7 b c is an even integer. Then the relation RR is

Options

Solution

Key Concepts and Formulas

  • A relation RR on a set SS is:
    • Reflexive if xRxx R x for all xSx \in S.
    • Symmetric if xRyx R y implies yRxy R x for all x,ySx, y \in S.
    • Transitive if xRyx R y and yRzy R z implies xRzx R z for all x,y,zSx, y, z \in S.
  • The parity of an integer can be checked using modular arithmetic modulo 2. An integer nn is even if n0(mod2)n \equiv 0 \pmod{2} and odd if n1(mod2)n \equiv 1 \pmod{2}.
  • The product of two integers xyx \cdot y is odd if and only if both xx and yy are odd. Otherwise, the product is even.

Step-by-Step Solution

Step 1: Understand the Set and the Relation's Condition The relation RR is defined on the set A×BA \times B, where A={2,3,6,8,9,11}A=\{2,3,6,8,9,11\} and B={1,4,5,10,15}B=\{1,4,5,10,15\}. An element of A×BA \times B is an ordered pair (a,b)(a, b) where aAa \in A and bBb \in B. The relation RR is defined by (a,b)R(c,d)(a, b) R (c, d) if and only if 3ad7bc3ad - 7bc is an even integer.

We can simplify the condition 3ad7bc3ad - 7bc being even using modulo 2 arithmetic. 31(mod2)3 \equiv 1 \pmod{2} and 71(mod2)7 \equiv 1 \pmod{2}. So, 3ad7bc1ad1bc(mod2)3ad - 7bc \equiv 1 \cdot ad - 1 \cdot bc \pmod{2}. The condition for RR becomes adbc0(mod2)ad - bc \equiv 0 \pmod{2}, which is equivalent to adbc(mod2)ad \equiv bc \pmod{2}. This means that the products adad and bcbc must have the same parity (both even or both odd) for (a,b)R(c,d)(a, b) R (c, d) to be true.

Let's identify the parity of elements in AA and BB: Aeven={2,6,8}A_{even} = \{2, 6, 8\} Aodd={3,9,11}A_{odd} = \{3, 9, 11\} Beven={4,10}B_{even} = \{4, 10\} Bodd={1,5,15}B_{odd} = \{1, 5, 15\}

Step 2: Check for Reflexivity For RR to be reflexive, every element (a,b)A×B(a, b) \in A \times B must satisfy (a,b)R(a,b)(a, b) R (a, b). According to the relation's condition, this means abba(mod2)a \cdot b \equiv b \cdot a \pmod{2}. Since multiplication of integers is commutative, ab=baab = ba. Thus, abab(mod2)ab \equiv ab \pmod{2} is always true for any integers aa and bb. Alternatively, using the original definition: 3ab7ba=(37)ab=4ab3a b - 7b a = (3-7)ab = -4ab. Since 4-4 is an even integer, 4ab-4ab is always an even integer for any aAa \in A and bBb \in B. Therefore, the relation RR is reflexive.

Step 3: Check for Symmetry For RR to be symmetric, if (a,b)R(c,d)(a, b) R (c, d), then (c,d)R(a,b)(c, d) R (a, b) must hold for all (a,b),(c,d)A×B(a, b), (c, d) \in A \times B. The condition for (a,b)R(c,d)(a, b) R (c, d) is adbc(mod2)ad \equiv bc \pmod{2}. The condition for (c,d)R(a,b)(c, d) R (a, b) is cadb(mod2)ca \equiv db \pmod{2}.

Let's try to find a counterexample. We need to find (a,b)(a, b) and (c,d)(c, d) such that adbc(mod2)ad \equiv bc \pmod{2} is true, but ca≢db(mod2)ca \not\equiv db \pmod{2}.

Consider (a,b)=(2,1)(a, b) = (2, 1) and (c,d)=(6,1)(c, d) = (6, 1). Here, a=2Aevena=2 \in A_{even}, b=1Boddb=1 \in B_{odd}, c=6Aevenc=6 \in A_{even}, d=1Boddd=1 \in B_{odd}.

Check if (2,1)R(6,1)(2, 1) R (6, 1): ad=21=2ad = 2 \cdot 1 = 2 (even) bc=16=6bc = 1 \cdot 6 = 6 (even) Since adad and bcbc are both even, adbc(mod2)ad \equiv bc \pmod{2}. Thus, (2,1)R(6,1)(2, 1) R (6, 1) holds.

Check if (6,1)R(2,1)(6, 1) R (2, 1): ca=62=12ca = 6 \cdot 2 = 12 (even) db=11=1db = 1 \cdot 1 = 1 (odd) Since caca is even and dbdb is odd, ca≢db(mod2)ca \not\equiv db \pmod{2}. Thus, (6,1)(2,1)(6, 1) \not R (2, 1).

Since we found a case where (a,b)R(c,d)(a, b) R (c, d) but (c,d)(a,b)(c, d) \not R (a, b), the relation RR is not symmetric.

Step 4: Check for Transitivity For RR to be transitive, 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 hold for all (a,b),(c,d),(e,f)A×B(a, b), (c, d), (e, f) \in A \times B. This means if adbc(mod2)ad \equiv bc \pmod{2} and cfde(mod2)cf \equiv de \pmod{2}, then we must have afbe(mod2)af \equiv be \pmod{2}.

Let's try to find a counterexample. We need (a,b)R(c,d)(a, b) R (c, d) and (c,d)R(e,f)(c, d) R (e, f) to be true, but (a,b)R(e,f)(a, b) R (e, f) to be false.

Consider (a,b)=(2,1)(a, b) = (2, 1), (c,d)=(6,4)(c, d) = (6, 4), and (e,f)=(3,1)(e, f) = (3, 1). Here, a=2Aevena=2 \in A_{even}, b=1Boddb=1 \in B_{odd}, c=6Aevenc=6 \in A_{even}, d=4Bevend=4 \in B_{even}, e=3Aodde=3 \in A_{odd}, f=1Boddf=1 \in B_{odd}.

Check if (2,1)R(6,4)(2, 1) R (6, 4): ad=24=8ad = 2 \cdot 4 = 8 (even) bc=16=6bc = 1 \cdot 6 = 6 (even) Since adad and bcbc are both even, adbc(mod2)ad \equiv bc \pmod{2}. Thus, (2,1)R(6,4)(2, 1) R (6, 4) holds.

Check if (6,4)R(3,1)(6, 4) R (3, 1): cf=61=6cf = 6 \cdot 1 = 6 (even) de=43=12de = 4 \cdot 3 = 12 (even) Since cfcf and dede are both even, cfde(mod2)cf \equiv de \pmod{2}. Thus, (6,4)R(3,1)(6, 4) R (3, 1) holds.

Check if (2,1)R(3,1)(2, 1) R (3, 1): af=21=2af = 2 \cdot 1 = 2 (even) be=13=3be = 1 \cdot 3 = 3 (odd) Since afaf is even and bebe is odd, af≢be(mod2)af \not\equiv be \pmod{2}. Thus, (2,1)(3,1)(2, 1) \not R (3, 1).

Since we 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) but (a,b)(e,f)(a, b) \not R (e, f), the relation RR is not transitive.

Common Mistakes & Tips

  • Misinterpreting Parity Conditions: Always simplify the condition 3ad7bc3ad - 7bc being even to adbc(mod2)ad \equiv bc \pmod{2}. This significantly reduces the complexity of checking the relation's properties.
  • Errors in Finding Counterexamples: When checking for symmetry or transitivity, be systematic in choosing elements. Mix even and odd numbers from sets AA and BB to increase the chances of finding a counterexample.
  • Confusing Relations on Sets vs. Relations on Cartesian Products: The relation is on A×BA \times B, meaning its elements are ordered pairs. Ensure that when checking properties, you are using the definitions for relations on a set of ordered pairs.

Summary We analyzed the given relation RR defined on A×BA \times B by simplifying its condition to adbc(mod2)ad \equiv bc \pmod{2}. We found that the relation is reflexive because abba(mod2)ab \equiv ba \pmod{2} is always true. However, we demonstrated that RR is not symmetric by providing a counterexample where (2,1)R(6,1)(2, 1) R (6, 1) but (6,1)(2,1)(6, 1) \not R (2, 1). Similarly, we showed that RR is not transitive with the counterexample involving (2,1)(2, 1), (6,4)(6, 4), and (3,1)(3, 1). Therefore, the relation RR is reflexive but not symmetric.

The final answer is \boxed{A}.

Practice More Sets, Relations & Functions Questions

View All Questions