Skip to main content
Back to Sets, Relations & Functions
JEE Main 2018
Sets, Relations & Functions
Sets and Relations
Easy

Question

Let A={1,2,3,4,5,6,7}\mathrm{A}=\{1,2,3,4,5,6,7\}. Then the relation R={(x,y)A×A:x+y=7}\mathrm{R}=\{(x, y) \in \mathrm{A} \times \mathrm{A}: x+y=7\} is :

Options

Solution

Key Concepts and Formulas

  • Reflexive Relation: A relation RR on a set AA is reflexive if for every aAa \in A, (a,a)R(a, a) \in R.
  • Symmetric Relation: A relation RR on a set AA is symmetric if for every (a,b)R(a, b) \in R, it implies (b,a)R(b, a) \in R.
  • Transitive Relation: A relation RR on a set AA is transitive if for every (a,b)R(a, b) \in R and (b,c)R(b, c) \in R, it implies (a,c)R(a, c) \in R.
  • Equivalence Relation: A relation is an equivalence relation if it is reflexive, symmetric, and transitive.

Step-by-Step Solution

Step 1: Define the set AA and the relation RR. We are given the set A={1,2,3,4,5,6,7}A = \{1, 2, 3, 4, 5, 6, 7\}. The relation RR is defined as R={(x,y)A×A:x+y=7}R = \{(x, y) \in A \times A : x+y=7\}.

Step 2: List all ordered pairs in the relation RR. To determine the properties of the relation, we first list all pairs (x,y)(x, y) from A×AA \times A such that x+y=7x+y=7.

  • If x=1x=1, y=71=6y=7-1=6. Since 6A6 \in A, (1,6)R(1, 6) \in R.
  • If x=2x=2, y=72=5y=7-2=5. Since 5A5 \in A, (2,5)R(2, 5) \in R.
  • If x=3x=3, y=73=4y=7-3=4. Since 4A4 \in A, (3,4)R(3, 4) \in R.
  • If x=4x=4, y=74=3y=7-4=3. Since 3A3 \in A, (4,3)R(4, 3) \in R.
  • If x=5x=5, y=75=2y=7-5=2. Since 2A2 \in A, (5,2)R(5, 2) \in R.
  • If x=6x=6, y=76=1y=7-6=1. Since 1A1 \in A, (6,1)R(6, 1) \in R.
  • If x=7x=7, y=77=0y=7-7=0. Since 0A0 \notin A, (7,y)(7, y) is not in RR.

Thus, the relation RR is: R={(1,6),(2,5),(3,4),(4,3),(5,2),(6,1)}R = \{(1, 6), (2, 5), (3, 4), (4, 3), (5, 2), (6, 1)\}

Step 3: Check for Reflexivity. A relation RR on set AA is reflexive if for every element aAa \in A, (a,a)R(a, a) \in R. This means a+a=7a+a=7 must hold for all aAa \in A. Let's check for a=1Aa=1 \in A. We need to check if (1,1)R(1, 1) \in R. The condition is 1+1=71+1=7, which is false (272 \neq 7). Since there exists an element 1A1 \in A such that (1,1)R(1, 1) \notin R, the relation RR is not reflexive.

Step 4: Check for Symmetry. A relation RR on set AA is symmetric if for every (x,y)R(x, y) \in R, it implies that (y,x)R(y, x) \in R. Let (x,y)R(x, y) \in R. By definition, x+y=7x+y=7. Since addition is commutative, y+x=7y+x=7. This means (y,x)R(y, x) \in R. Let's verify with the elements of RR:

  • (1,6)R    1+6=7(1, 6) \in R \implies 1+6=7. Then 6+1=76+1=7, so (6,1)R(6, 1) \in R.
  • (2,5)R    2+5=7(2, 5) \in R \implies 2+5=7. Then 5+2=75+2=7, so (5,2)R(5, 2) \in R.
  • (3,4)R    3+4=7(3, 4) \in R \implies 3+4=7. Then 4+3=74+3=7, so (4,3)R(4, 3) \in R. All pairs in RR have their corresponding reversed pairs also in RR. Thus, RR is symmetric.

Step 5: Check for Transitivity. A relation RR on set AA is transitive if for every (x,y)R(x, y) \in R and (y,z)R(y, z) \in R, it implies that (x,z)R(x, z) \in R. We need to find if there are any pairs (x,y)R(x, y) \in R and (y,z)R(y, z) \in R such that (x,z)R(x, z) \notin R. Consider the pair (1,6)R(1, 6) \in R. We also need to find a pair starting with y=6y=6. We see that (6,1)R(6, 1) \in R. So we have (x,y)=(1,6)(x, y) = (1, 6) and (y,z)=(6,1)(y, z) = (6, 1). For transitivity, the pair (x,z)=(1,1)(x, z) = (1, 1) must be in RR. The condition for (1,1)(1, 1) to be in RR is 1+1=71+1=7. This is false, as 1+1=271+1=2 \neq 7. Therefore, (1,1)R(1, 1) \notin R. Since we found a case where (1,6)R(1, 6) \in R and (6,1)R(6, 1) \in R, but (1,1)R(1, 1) \notin R, the relation RR is not transitive.

Step 6: Conclude the properties of the relation. From the above steps:

  • RR is not reflexive.
  • RR is symmetric.
  • RR is not transitive.

A relation that is symmetric but neither reflexive nor transitive is described by option (C).

Common Mistakes & Tips

  • Carefully check the domain and codomain: Ensure that both elements of an ordered pair belong to the given set AA.
  • Counterexamples for non-properties: To show a relation is not reflexive, symmetric, or transitive, find just one instance that violates the definition.
  • Listing elements is crucial for finite sets: For relations on small finite sets, explicitly writing out all the ordered pairs in RR significantly simplifies checking the properties and minimizes errors.

Summary

We analyzed the given relation R={(x,y)A×A:x+y=7}R = \{(x, y) \in A \times A : x+y=7\} on the set A={1,2,3,4,5,6,7}A = \{1, 2, 3, 4, 5, 6, 7\}. By listing the elements of RR, we found R={(1,6),(2,5),(3,4),(4,3),(5,2),(6,1)}R = \{(1, 6), (2, 5), (3, 4), (4, 3), (5, 2), (6, 1)\}. We tested reflexivity by checking if (a,a)R(a, a) \in R for all aAa \in A, which failed since 2a=72a=7 has no integer solution in AA. We verified symmetry by observing that if (x,y)R(x, y) \in R, then x+y=7x+y=7, which implies y+x=7y+x=7, so (y,x)R(y, x) \in R. We disproved transitivity by finding a counterexample: (1,6)R(1, 6) \in R and (6,1)R(6, 1) \in R, but (1,1)R(1, 1) \notin R because 1+171+1 \neq 7. Therefore, the relation is symmetric but neither reflexive nor transitive.

The final answer is \boxed{(C)}.

Practice More Sets, Relations & Functions Questions

View All Questions