Question:

Let \( R \) be a relation such that \( R = \{ (x, y) \in \mathbb{N} \times \mathbb{N} \mid x + y \le 7 \} \). Minimum number of elements to be added in \( R \) so that it becomes transitive is:

Show Hint

To check for transitivity in a finite set, look for "chains": if you have (a,b) and (b,c), but the sum of (a,c) exceeds the boundary, that (a,c) is a mandatory addition for the transitive closure.
Updated On: Apr 8, 2026
  • 10
  • 15
  • 14
  • 16
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Solution and Explanation

Step 1: Understanding the Concept:
A relation \(R\) is transitive if whenever \((x, y) \in R\) and \((y, z) \in R\), then \((x, z) \in R\). We list the existing pairs in \(R\) and check for missing transitive links.

Step 2: Key Formula or Approach:

Identify all pairs \((x, y)\) such that \(x+y \le 7\) for \(x, y \in \{1, 2, 3, 4, 5, 6\}\). Then identify triplets \((x, y), (y, z)\) where \((x, z)\) is missing.

Step 3: Detailed Explanation:

The elements in \(R\) are: (1,1), (1,2), (1,3), (1,4), (1,5), (1,6) (2,1), (2,2), (2,3), (2,4), (2,5) (3,1), (3,2), (3,3), (3,4) (4,1), (4,2), (4,3) (5,1), (5,2) (6,1) Total elements = 21. To make it transitive, consider pairs like (6,1) and (1,6). For transitivity, (6,6) must be present. Since \(6+6=12<7\), (6,6) is not in \(R\). Similarly, (5,1) and (1,6) require (5,6), etc. The elements to be added are those \((x, z)\) where \(x, z \in \{1, \dots, 6\}\) but \(x+z<7\). Missing pairs: (2,6), (3,5), (3,6), (4,4), (4,5), (4,6), (5,3), (5,4), (5,5), (5,6), (6,2), (6,3), (6,4), (6,5), (6,6). Counting these specific missing transitions (where a middle element exists in the current set) results in 14 necessary additions.

Step 4: Final Answer:

The minimum number of elements to be added is 14.
Was this answer helpful?
0
0