Question:

Let $R$ be a relation on $N \times N$ defined by $(a, b) R (c, d)$ if and only if $a d(b-c)=b c(a-d)$ Then $R$ is

Show Hint

For relations, always check the properties like symmetry, reflexivity, and transitivity by testing them individually with examples.
Updated On: Mar 21, 2025
  • transitive but neither reflexive nor symmetric
  • symmetric but neither reflexive nor transitive
  • symmetric and transitive but not reflexive
  • reflexive and symmetric but not transitive
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Approach Solution - 1


Symmetric:

Symmetric Reflexive:
(a, b)
Not reflexive
Transitive: and but
Was this answer helpful?
5
6
Hide Solution
collegedunia
Verified By Collegedunia

Approach Solution -2

Step 1: Symmetric: \[ (c, d) \, R \, (a, b) \quad \Rightarrow \quad cb(d - a) = da(c - b) \quad \Rightarrow \quad \text{Symmetric} \] Step 2: Reflexive: \[ (a, b) \, R \, (a, b) \quad \Rightarrow \quad ab(b - a) \neq ba(a - b) \quad \text{Not reflexive} \] Step 3: Transitive: \[ (2, 3) \, R \, (3, 2) \quad \text{and} \quad (3, 2) \, R \, (5, 30) \quad \Rightarrow \quad ((2, 3), (5, 30)) \notin R \quad \text{Not transitive} \]
Was this answer helpful?
0
0

Concepts Used:

Relations and functions

A relation R from a non-empty set B is a subset of the cartesian product A × B. The subset is derived by describing a relationship between the first element and the second element of the ordered pairs in A × B.

A relation f from a set A to a set B is said to be a function if every element of set A has one and only one image in set B. In other words, no two distinct elements of B have the same pre-image.

Representation of Relation and Function

Relations and functions can be represented in different forms such as arrow representation, algebraic form, set-builder form, graphically, roster form, and tabular form. Define a function f: A = {1, 2, 3} → B = {1, 4, 9} such that f(1) = 1, f(2) = 4, f(3) = 9. Now, represent this function in different forms.

  1. Set-builder form - {(x, y): f(x) = y2, x ∈ A, y ∈ B}
  2. Roster form - {(1, 1), (2, 4), (3, 9)}
  3. Arrow Representation