StemCET Logo

Maths Question 1 – JEE-MAIN 2025

Let A={0,1,2,3,4,5}. Let R be a relation on A defined by (x,y)R if and only if max{x,y}{3,4}. Then among the statements (S1): The number of elements in R is 18, and (S2): The relation R is symmetric but neither reflexive nor transitive

The relation R includes pairs (x,y) where the maximum of x and y is either 3 or 4.

🥷
Ninja StrategyProperty Verification

Systematically verify each property (number of elements, reflexivity, symmetry, transitivity) for the given relation to determine the truth value of each statement.

Step 1: Determine the elements of relation R✦ Active

The set is A={0,1,2,3,4,5}. The relation R is defined by (x,y)R if max{x,y}{3,4}. This means max{x,y}=3 or max{x,y}=4.

Case 1: max{x,y}=3. This implies x3 and y3, with at least one of x,y being 3. The elements involved are from {0,1,2,3}. The total pairs (x,y) where x,y{0,1,2,3} is 4×4=16. The pairs where max{x,y}<3 (i.e., x,y{0,1,2}) are 3×3=9. So, the number of pairs with max{x,y}=3 is 169=7. These pairs are (0,3),(1,3),(2,3),(3,0),(3,1),(3,2),(3,3).

Case 2: max{x,y}=4. This implies x4 and y4, with at least one of x,y being 4. The elements involved are from {0,1,2,3,4}. The total pairs (x,y) where x,y{0,1,2,3,4} is 5×5=25. The pairs where max{x,y}<4 (i.e., x,y{0,1,2,3}) are 4×4=16. So, the number of pairs with max{x,y}=4 is 2516=9. These pairs are (0,4),(1,4),(2,4),(3,4),(4,0),(4,1),(4,2),(4,3),(4,4).

The total number of elements in R is the sum of elements from Case 1 and Case 2, as they are mutually exclusive: |R|=7+9=16. Therefore, statement (S1) is false.

Step 2: Check properties of relation R (Reflexivity, Symmetry, Transitivity)○ Expand

Reflexivity: A relation is reflexive if (a,a)R for all aA. For (a,a)R, we need max{a,a}=a{3,4}. This means only (3,3) and (4,4) are in R. Since (0,0)R, (1,1)R, (2,2)R, (5,5)R, the relation R is not reflexive.

Symmetry: A relation is symmetric if whenever (x,y)R, then (y,x)R. If (x,y)R, then max{x,y}{3,4}. Since max{x,y}=max{y,x}, it follows that max{y,x}{3,4}, so (y,x)R. Thus, R is symmetric.

Transitivity: A relation is transitive if whenever (x,y)R and (y,z)R, then (x,z)R. Consider x=0,y=3,z=0. We have (0,3)R (since max{0,3}=3) and (3,0)R (since max{3,0}=3). For transitivity, (0,0) must be in R. However, max{0,0}=0{3,4}, so (0,0)R. Therefore, R is not transitive.

Based on these checks, statement (S2) claims that R is symmetric but neither reflexive nor transitive. All parts of this statement are true. Therefore, statement (S2) is true.

Step 3: Conclusion○ Expand

Statement (S1) is false (number of elements is 16, not 18).

Statement (S2) is true (relation is symmetric, not reflexive, and not transitive).

Thus, only (S2) is true.

✦ STEM Console utilizes AI models to generate step-by-step explanations and math clues. AI can make mistakes.