JEE Challenger
More from Relations and Functions

Determine Truth Value of Statements on Relation Definition

Consider the relation RR on the set {2,1,0,1,2}\{-2, -1, 0, 1, 2\} defined by (a,b)R(a, b) \in R if and only if 1+ab>01 + ab > 0. Then, among the statements :

I. The number of elements in RR is 17
II. RR is an equivalence relation

Options

A

Only I is true

Correct
B

Only II is true

C

Both I and II are true

D

Neither I nor II is true

Topics & Concepts

Step-by-Step Solution

To determine the truth value of the given statements regarding the relation RR defined on the set A={2,1,0,1,2}A = \{-2, -1, 0, 1, 2\}, we analyze the condition for membership in RR: (a,b)R    1+ab>0    ab>1(a, b) \in R \iff 1 + ab > 0 \iff ab > -1


Analysis of Statement I: The number of elements in RR is 17

We count the number of ordered pairs (a,b)A×A(a, b) \in A \times A that satisfy ab>1ab > -1 by checking each possible value of aAa \in A:

  1. For a=2a = -2:

    • b=2    ab=4>1b = -2 \implies ab = 4 > -1 (2,2)R\quad\rightarrow\quad (-2, -2) \in R
    • b=1    ab=2>1b = -1 \implies ab = 2 > -1 (2,1)R\quad\rightarrow\quad (-2, -1) \in R
    • b=0    ab=0>1b = 0 \implies ab = 0 > -1 (2,0)R\quad\rightarrow\quad (-2, 0) \in R
    • b=1    ab=21b = 1 \implies ab = -2 \ngtr -1
    • b=2    ab=41b = 2 \implies ab = -4 \ngtr -1

    (3 elements: (2,2),(2,1),(2,0)(-2, -2), (-2, -1), (-2, 0))

  2. For a=1a = -1:

    • b=2    ab=2>1b = -2 \implies ab = 2 > -1 (1,2)R\quad\rightarrow\quad (-1, -2) \in R
    • b=1    ab=1>1b = -1 \implies ab = 1 > -1 (1,1)R\quad\rightarrow\quad (-1, -1) \in R
    • b=0    ab=0>1b = 0 \implies ab = 0 > -1 (1,0)R\quad\rightarrow\quad (-1, 0) \in R
    • b=1    ab=11b = 1 \implies ab = -1 \ngtr -1
    • b=2    ab=21b = 2 \implies ab = -2 \ngtr -1

    (3 elements: (1,2),(1,1),(1,0)(-1, -2), (-1, -1), (-1, 0))

  3. For a=0a = 0:

    • b=2,1,0,1,2    ab=0>1b = -2, -1, 0, 1, 2 \implies ab = 0 > -1 for all bAb \in A.

    (5 elements: (0,2),(0,1),(0,0),(0,1),(0,2)(0, -2), (0, -1), (0, 0), (0, 1), (0, 2))

  4. For a=1a = 1:

    • b=2    ab=21b = -2 \implies ab = -2 \ngtr -1
    • b=1    ab=11b = -1 \implies ab = -1 \ngtr -1
    • b=0    ab=0>1b = 0 \implies ab = 0 > -1 (1,0)R\quad\rightarrow\quad (1, 0) \in R
    • b=1    ab=1>1b = 1 \implies ab = 1 > -1 (1,1)R\quad\rightarrow\quad (1, 1) \in R
    • b=2    ab=2>1b = 2 \implies ab = 2 > -1 (1,2)R\quad\rightarrow\quad (1, 2) \in R

    (3 elements: (1,0),(1,1),(1,2)(1, 0), (1, 1), (1, 2))

  5. For a=2a = 2:

    • b=2    ab=41b = -2 \implies ab = -4 \ngtr -1
    • b=1    ab=21b = -1 \implies ab = -2 \ngtr -1
    • b=0    ab=0>1b = 0 \implies ab = 0 > -1 (2,0)R\quad\rightarrow\quad (2, 0) \in R
    • b=1    ab=2>1b = 1 \implies ab = 2 > -1 (2,1)R\quad\rightarrow\quad (2, 1) \in R
    • b=2    ab=4>1b = 2 \implies ab = 4 > -1 (2,2)R\quad\rightarrow\quad (2, 2) \in R

    (3 elements: (2,0),(2,1),(2,2)(2, 0), (2, 1), (2, 2))

Summing the number of valid pairs: n(R)=3+3+5+3+3=17n(R) = 3 + 3 + 5 + 3 + 3 = 17

Thus, Statement I is True.


Analysis of Statement II: RR is an equivalence relation

An equivalence relation must be reflexive, symmetric, and transitive.

  1. Reflexivity: For any aAa \in A, 1+a21>01 + a^2 \ge 1 > 0, so (a,a)R(a, a) \in R for all aAa \in A. Hence, RR is reflexive.

  2. Symmetry: If (a,b)R(a, b) \in R, then 1+ab>0    1+ba>0    (b,a)R1 + ab > 0 \implies 1 + ba > 0 \implies (b, a) \in R. Hence, RR is symmetric.

  3. Transitivity: We check for transitivity. Consider a=2a = -2, b=0b = 0, and c=2c = 2:

    • 1+ab=1+(2)(0)=1>0    (2,0)R1 + a \cdot b = 1 + (-2)(0) = 1 > 0 \implies (-2, 0) \in R
    • 1+bc=1+(0)(2)=1>0    (0,2)R1 + b \cdot c = 1 + (0)(2) = 1 > 0 \implies (0, 2) \in R
    • 1+ac=1+(2)(2)=30    (2,2)R1 + a \cdot c = 1 + (-2)(2) = -3 \ngtr 0 \implies (-2, 2) \notin R

    Since (2,0)R(-2, 0) \in R and (0,2)R(0, 2) \in R, but (2,2)R(-2, 2) \notin R, the relation RR is not transitive.

Thus, RR is not an equivalence relation, making Statement II False.


Conclusion:

  • Statement I is true.
  • Statement II is false.

Hence, the correct option is A (Only I is true).

Determine Truth Value of Statements on Relation Definition | Mathematics PYQ Solution - JEE Challenger