Sign in
12thPass logo
New chatPYQ LibraryDoubtsRank report
Sign in to see Recents

Your guest activity stays on this device

Sign in to save progress →
Sign in

Sets and Relations question

2024 · 4 Apr · Shift 2 · Q48
Guest · filters and generic practice availableBrowsing as a guest · PYQ filters and generic practice are available. Sign in only for personalised features and saved progress.
  1. PYQ Library
  2. /JEE Main
  3. /Mathematics
  4. /Sets and Relations
  5. /2024 · 4 Apr · Shift 2 · Q48

Sets and Relations question

2024 · 4 Apr · Shift 2 · Q48

JEE MainMathematicsSets and RelationsMCQ+4 / −1
Let a relation R\mathrm{R}R on N×N\mathrm{N} \times \mathbb{N}N×N be defined as: (x1,y1)R(x2,y2)\left(x_1, y_1\right) \mathrm{R}\left(x_2, y_2\right)(x1​,y1​)R(x2​,y2​) if and only if x1≤x2x_1 \leq x_2x1​≤x2​ or y1≤y2y_1 \leq y_2y1​≤y2​. Consider the two statements: (I) R\mathrm{R}R is reflexive but not symmetric. (II) R\mathrm{R}R is transitive Then which one of the following is true?
  1. A
    Only (II) is correct.
  2. B
    Both (I) and (II) are correct.
  3. C
    Neither (I) nor (II) is correct.
  4. D
    Only (I) is correct.
View written solutionFree

Correct answer: D

  1. Given relation

On N×N\mathbb{N}\times \mathbb{N}N×N, define

(x1,y1)R(x2,y2)  ⟺  x1≤x2  or  y1≤y2.(x_1,y_1)R(x_2,y_2) \iff x_1\le x_2 \;\text{or}\; y_1\le y_2.(x1​,y1​)R(x2​,y2​)⟺x1​≤x2​ory1​≤y2​.

We must check the truth of:

  • (I) RRR is reflexive but not symmetric.
  • (II) RRR is transitive.

  1. Check reflexivity

A relation is reflexive if every element is related to itself.

Take any (x,y)∈N×N(x,y)\in \mathbb N\times \mathbb N(x,y)∈N×N. Then

(x,y)R(x,y)(x,y)R(x,y)(x,y)R(x,y)

means

x≤xory≤y.x\le x \quad \text{or} \quad y\le y.x≤xory≤y.

Both are true, so certainly the relation holds.

Hence, RRR is reflexive.


  1. Check symmetry

A relation is symmetric if

(a,b)R(c,d)  ⟹  (c,d)R(a,b).(a,b)R(c,d) \implies (c,d)R(a,b).(a,b)R(c,d)⟹(c,d)R(a,b).

We need only one counterexample to show it is not symmetric.

Take

(1,3), (2,1).(1,3),\ (2,1).(1,3), (2,1).

Now,

(1,3)R(2,1)(1,3)R(2,1)(1,3)R(2,1)

because

1≤21\le 21≤2

is true.

But for the reverse,

(2,1)R(1,3)(2,1)R(1,3)(2,1)R(1,3)

would require

2≤1or1≤3.2\le 1 \quad \text{or} \quad 1\le 3.2≤1or1≤3.

Since 1≤31\le 31≤3 is true, this example does not fail symmetry. So we need a better counterexample.

Let us choose points so that exactly one direction works.

Take

(2,3), (1,2).(2,3),\ (1,2).(2,3), (1,2).

Then

(2,3)R(1,2)(2,3)R(1,2)(2,3)R(1,2)

requires

2≤1or3≤2,2\le 1 \quad \text{or} \quad 3\le 2,2≤1or3≤2,

which is false. So not useful.

Try

(1,3), (2,2).(1,3),\ (2,2).(1,3), (2,2).

Then

(1,3)R(2,2)(1,3)R(2,2)(1,3)R(2,2)

because 1≤21\le 21≤2 is true.

Reverse:

(2,2)R(1,3)(2,2)R(1,3)(2,2)R(1,3)

requires

2≤1or2≤3.2\le 1 \quad \text{or} \quad 2\le 3.2≤1or2≤3.

Again true. Still symmetric for this pair.

To break symmetry, we need

x1≤x2 or y1≤y2x_1\le x_2 \text{ or } y_1\le y_2x1​≤x2​ or y1​≤y2​

true, but

x2≤x1 or y2≤y1x_2\le x_1 \text{ or } y_2\le y_1x2​≤x1​ or y2​≤y1​

false.

For the reverse to be false, both must fail:

x2>x1andy2>y1.x_2>x_1 \quad \text{and} \quad y_2>y_1.x2​>x1​andy2​>y1​.

But then in the forward direction we have x1<x2x_1<x_2x1​<x2​ and y1<y2y_1<y_2y1​<y2​, so forward is true. Good.

Take

(1,1), (2,2).(1,1),\ (2,2).(1,1), (2,2).

Then

(1,1)R(2,2)(1,1)R(2,2)(1,1)R(2,2)

because 1≤21\le 21≤2 (also 1≤21\le 21≤2 in second coordinate).

But

(2,2)R(1,1)(2,2)R(1,1)(2,2)R(1,1)

requires

2≤1or2≤1,2\le 1 \quad \text{or} \quad 2\le 1,2≤1or2≤1,

which is false.

Hence RRR is not symmetric.

So statement (I) is true.


  1. Check transitivity

A relation is transitive if

(a,b)R(c,d) and (c,d)R(e,f)  ⟹  (a,b)R(e,f).(a,b)R(c,d) \text{ and } (c,d)R(e,f) \implies (a,b)R(e,f).(a,b)R(c,d) and (c,d)R(e,f)⟹(a,b)R(e,f).

We test whether this always holds.

We need a counterexample.

Take

A=(2,1),B=(1,3),C=(3,2).A=(2,1),\quad B=(1,3),\quad C=(3,2).A=(2,1),B=(1,3),C=(3,2).

Now check:

  • ARBA R BARB?

    (2,1)R(1,3)  ⟺  2≤1 or 1≤3.(2,1)R(1,3) \iff 2\le 1 \text{ or } 1\le 3.(2,1)R(1,3)⟺2≤1 or 1≤3.

    Since 1≤31\le 31≤3 is true, ARBA R BARB holds.

  • BRCB R CBRC?

    (1,3)R(3,2)  ⟺  1≤3 or 3≤2.(1,3)R(3,2) \iff 1\le 3 \text{ or } 3\le 2.(1,3)R(3,2)⟺1≤3 or 3≤2.

    Since 1≤31\le 31≤3 is true, BRCB R CBRC holds.

  • ARCA R CARC?

    (2,1)R(3,2)  ⟺  2≤3 or 1≤2.(2,1)R(3,2) \iff 2\le 3 \text{ or } 1\le 2.(2,1)R(3,2)⟺2≤3 or 1≤2.

    This is actually true, so this is not a counterexample.

Let us try to force the final relation to fail. For

(x1,y1)R(x3,y3)(x_1,y_1)R(x_3,y_3)(x1​,y1​)R(x3​,y3​)

to fail, we need

x1>x3andy1>y3.x_1>x_3 \quad \text{and} \quad y_1>y_3.x1​>x3​andy1​>y3​.

Choose:

A=(3,3),B=(1,4),C=(2,2).A=(3,3),\quad B=(1,4),\quad C=(2,2).A=(3,3),B=(1,4),C=(2,2).

Then

  • ARBA R BARB:

    (3,3)R(1,4)  ⟺  3≤1 or 3≤4.(3,3)R(1,4) \iff 3\le 1 \text{ or } 3\le 4.(3,3)R(1,4)⟺3≤1 or 3≤4.

    True because 3≤43\le 43≤4.

  • BRCB R CBRC:

    (1,4)R(2,2)  ⟺  1≤2 or 4≤2.(1,4)R(2,2) \iff 1\le 2 \text{ or } 4\le 2.(1,4)R(2,2)⟺1≤2 or 4≤2.

    True because 1≤21\le 21≤2.

  • ARCA R CARC:

    (3,3)R(2,2)  ⟺  3≤2 or 3≤2,(3,3)R(2,2) \iff 3\le 2 \text{ or } 3\le 2,(3,3)R(2,2)⟺3≤2 or 3≤2,

    which is false.

Thus,

ARB and BRC but AR̸C.A R B \text{ and } B R C \text{ but } A \not R C.ARB and BRC but ARC.

So RRR is not transitive.

Hence statement (II) is false.


  1. Conclusion
  • (I) is true.
  • (II) is false.

Therefore, the correct option is:

D: Only (I) is correct.\boxed{\text{D: Only (I) is correct.}}D: Only (I) is correct.​
  1. Comparison with stored answer

Stored correct answer: D\boxed{D}D​

My derived answer is also D\boxed{D}D​, so they agree.

PreviousNext

More from Sets and Relations

  • Let A={n∈[100,700]∩N:n is neither a multiple of 3 nor a multiple of 4 }. Then the number of elements in A is2024 · MCQ
  • Let the relations R1​ and R2​ on the set X={1,2,3,…,20} be given by R1​={(x,y):2x−3y=2} and R2​={(x,y):−5x+4y=0}. If M and N be the minimum number of elements required to be added in R1​ and R2​,…2024 · MCQ
  • Let A={1,2,3,4,5}. Let R be a relation on A defined by xRy if and only if 4x≤5y. Let m be the number of elements in R and n be the minimum…2024 · MCQ
  • Let A={2,3,6,8,9,11} and B={1,4,5,10,15}. Let R be a relation on A×B defined by (a,b)R(c,d) if and only if 3ad−7bc is an even integer. Then the relation R is2024 · MCQ
  • Let A={2,3,6,7} and B={4,5,6,8}. Let R be a relation defined on A×B by (a1​,b1​)R(a2​,b2​) if and only if a1​+a2​=b1​+b2​. Then the number of elements in R is ​.2024 · Numerical
  • Let S={1,2,3,…,10}. Suppose M is the set of all the subsets of S, then the relation R={(A,B):A∩Beqϕ;A,B∈M} is :2024 · MCQ
  • Let A and B be two finite sets with m and n elements respectively. The total number of subsets of the set A is 56 more than the total number of subsets of B. Then the distance of the point P(m,n) from the point Q(−2,−3) is…2024 · MCQ
  • Let R be a relation on Z×Z defined by (a,b)R(c,d) if and only if ad−bc is divisible by 5. Then R is2024 · MCQ