Let A = {2, 3, 5, 7, 9}. Let R be the relation on A defined by xRy if and only if 2x ≤ 3y. Let l be the number of elements in R, and m be the minimum number of elements required to be added in R to make it a symmetric relation. Then l + m is equal to

Let A = {2, 3, 5, 7, 9}. Let R be the relation on A defined by xRy if and only if 2x ≤ 3y. Let l be the number of elements in R, and m be the minimum number of elements required to be added in R to make it a symmetric relation. Then l + m is equal to
📝
JEE Main · Mathematics · Sets & Relations
MCQ · Mathematics · Relations
Q. Let $A = \{2, 3, 5, 7, 9\}$. Let $R$ be the relation on $A$ defined by $xRy$ if and only if $2x \le 3y$. Let $l$ be the number of elements in $R$, and $m$ be the minimum number of elements required to be added in $R$ to make it a symmetric relation. Then $l + m$ is equal to:
A21
B25  ✓
C23
D27
✅ Correct Answer: (B)   25
Step-by-Step Solution
1
Find elements of Relation $R$ (Value of $l$) Given $A = \{2, 3, 5, 7, 9\}$ and $xRy \iff 2x \le 3y$. We test all possible pairs $(x, y)$:
• For $x=2$: $2(2) \le 3y \Rightarrow 4 \le 3y$. Valid $y \in \{2, 3, 5, 7, 9\}$. (5 pairs)
• For $x=3$: $2(3) \le 3y \Rightarrow 6 \le 3y \Rightarrow 2 \le y$. Valid $y \in \{2, 3, 5, 7, 9\}$. (5 pairs)
• For $x=5$: $2(5) \le 3y \Rightarrow 10 \le 3y \Rightarrow 3.33 \le y$. Valid $y \in \{5, 7, 9\}$. (3 pairs)
• For $x=7$: $2(7) \le 3y \Rightarrow 14 \le 3y \Rightarrow 4.66 \le y$. Valid $y \in \{5, 7, 9\}$. (3 pairs)
• For $x=9$: $2(9) \le 3y \Rightarrow 18 \le 3y \Rightarrow 6 \le y$. Valid $y \in \{7, 9\}$. (3 pairs)
Total elements $l = 5 + 5 + 3 + 3 + 3 = 19$.
2
Find elements to be added for Symmetry (Value of $m$) A relation is symmetric if $(x, y) \in R \implies (y, x) \in R$. We list pairs where $(x, y) \in R$ but $(y, x) \notin R$:
1. $(2, 3) \in R$ ($4 \le 9$) but $(3, 2) \in R$ ($6 \le 6$) … Wait, $(3,2)$ is in $R$.
Let’s list all pairs in $R$:
$R = \{(2,2), (2,3), (2,5), (2,7), (2,9), (3,2), (3,3), (3,5), (3,7), (3,9), (5,5), (5,7), (5,9), (7,5), (7,7), (7,9), (9,7), (9,9), (5,3) \text{ is NO because } 10 \not\le 9 \}$
Pairs that need their “mirror” added:
• $(2, 3)$ has $(3, 2)$ ✓
• $(2, 5)$ needs $(5, 2)$
• $(2, 7)$ needs $(7, 2)$
• $(2, 9)$ needs $(9, 2)$
• $(3, 5)$ needs $(5, 3)$
• $(3, 7)$ needs $(7, 3)$
• $(3, 9)$ needs $(9, 3)$
• $(5, 7)$ has $(7, 5)$ ✓
• $(5, 9)$ needs $(9, 5)$ … Wait, let’s re-verify.
3
Detailed Count of $m$ Non-symmetric pairs in $R$:
Pairs $(x,y)$ where $(y,x) \notin R$:
1. $(2,5) \in R$ but $(5,2) \notin R$ (since $10 \not\le 6$)
2. $(2,7) \in R$ but $(7,2) \notin R$ (since $14 \not\le 6$)
3. $(2,9) \in R$ but $(9,2) \notin R$ (since $18 \not\le 6$)
4. $(3,5) \in R$ but $(5,3) \notin R$ (since $10 \not\le 9$)
5. $(3,7) \in R$ but $(7,3) \notin R$ (since $14 \not\le 9$)
6. $(3,9) \in R$ but $(9,3) \notin R$ (since $18 \not\le 9$)
Total $m = 6$.
4
Final Calculation
$l = 19$
$m = 6$
$l + m = 19 + 6 = 25$
So, the final answer is 25 (Option B).
Detailed Related Theory: Relations & Types
📌 What is a Binary Relation?
A Binary Relation $R$ from a set $A$ to a set $B$ is a subset of the Cartesian product $A \times B$. If the relation is on a single set $A$, then $R \subseteq A \times A$. In the context of JEE, relations are often defined by algebraic inequalities or equations. For example, in our problem: $$\text{Given } A = \{2, 3, 5, 7, 9\}, \quad R = \{(x, y) \in A \times A : 2x \le 3y\}$$ The total number of possible pairs in $A \times A$ is $n(A) \times n(A) = 5 \times 5 = 25$. Our relation $R$ is a specific subset containing 19 of these 25 possible pairs.
📌 Types of Relations (The Pillars of Set Theory)
Understanding these types is crucial for solving JEE problems:

1. Reflexive Relation: A relation $R$ on set $A$ is reflexive if every element is related to itself. $\forall a \in A, (a, a) \in R$ In our problem, $2x \le 3x$ is always true for positive $x$, so $(2,2), (3,3), \dots$ are all in $R$. $R$ is reflexive.

2. Symmetric Relation: If one element is related to another, the second must be related back to the first. $(x, y) \in R \implies (y, x) \in R$ Our relation $R$ is not symmetric because $(2, 5) \in R$ (as $4 \le 15$) but $(5, 2) \notin R$ (as $10 \not\le 6$).

3. Transitive Relation: If $aRb$ and $bRc$, then $aRc$. $(a, b) \in R \text{ and } (b, c) \in R \implies (a, c) \in R$

4. Equivalence Relation: A relation that is Reflexive, Symmetric, and Transitive all at once.
📌 Symmetric Closure and Elements to be Added
The problem asks for $m$, the “minimum number of elements to make $R$ symmetric.” This is mathematically known as finding the Symmetric Closure of $R$. The symmetric closure $S$ is defined as $S = R \cup R^{-1}$, where $R^{-1}$ is the inverse relation.

Formula for $m$: $$m = n(R \cup R^{-1}) – n(R)$$ Essentially, you look for all pairs $(x, y)$ in $R$ where the flipped version $(y, x)$ is missing. For every such missing pair, you must add it to satisfy the definition of symmetry.
📌 Algebraic Analysis of $2x \le 3y$
When dealing with inequalities in relations, it helps to rewrite them: $$y \ge \frac{2}{3}x$$ By plugging in each $x$ from the set $\{2, 3, 5, 7, 9\}$, we can find the lower bound for $y$.
• If $x=2$, $y \ge 1.33 \implies y \in \{2, 3, 5, 7, 9\}$
• If $x=9$, $y \ge 6 \implies y \in \{7, 9\}$
This systematic approach ensures no elements are missed when calculating $l$.
📌 Common JEE Pitfalls in Relations
1. Confusion between “Minimum added” and “Total in symmetric”: Some students calculate $n(R \cup R^{-1})$ which would be $19 + 6 = 25$ in this case, but they might misinterpret what $m$ stands for. Always read if the question asks for the total count or just the added count.

2. Missing the “Equal to” sign: The inequality $2x \le 3y$ includes equality. For example, if $2x = 3y$, the pair belongs to $R$. If you miss this, your count for $l$ will be wrong.

3. Set boundary errors: Always ensure the values of $x$ and $y$ stay within the given set $A$. Calculations resulting in values outside $A$ must be discarded.
📌 Counting Techniques for Symmetry
For a finite set $A$ with $n$ elements:
• Total number of relations $= 2^{n^2}$
• Total number of reflexive relations $= 2^{n^2-n}$
• Total number of symmetric relations $= 2^{\frac{n(n+1)}{2}}$

In this question, $n=5$. So there are $2^{25}$ possible relations and $2^{15}$ symmetric relations. This helps visualize how specific our $R$ is.
📌 Important Formulas Summary
$n(A \times A) = n^2$ $R \text{ is symmetric } \iff R = R^{-1}$ Elements to add for symmetry $= n(R^{-1} – R)$ Symmetric Closure $= R \cup \{(y,x) : (x,y) \in R\}$
JN
JEE NEET Rankers Editorial Team Expert Faculty in Discrete Mathematics & Algebra
Helping students crack JEE with systematic logic.
Frequently Asked Questions
1. What does $l$ represent in this question?
$l$ is the total number of ordered pairs $(x,y)$ that satisfy the condition $2x \le 3y$.
2. Why is $(3,2)$ included in $R$?
Because $2(3) \le 3(2)$ becomes $6 \le 6$, which is a true statement.
3. What is the value of $m$?
$m$ is 6, representing the pairs $(5,2), (7,2), (9,2), (5,3), (7,3), (9,3)$ which must be added.
4. Is the relation $R$ transitive?
Yes, if $2x \le 3y$ and $2y \le 3z$, then $x \le 1.5y$ and $y \le 1.5z$, which implies $x \le 2.25z$. In this specific set, it holds.
5. What is the set $A$ in this problem?
$A = \{2, 3, 5, 7, 9\}$.

Related Covered Topics

jee mains 2026 relations and functions symmetric relation set theory binary relations maths class 11 maths class 12 important jee questions
Scroll to Top