• S
    SwaseekhGATE Preparation
General
  • Dashboard
  • Syllabus
  • Questions
  • Aptitude
  • Mock Tests
  • TCS NQT 2026
Account
  • Pricing
  • Contact
  1. GATE CS
  2. PYQs
  3. Discrete Mathematics

The binary relation S = {(x, y) | y = x + 1} on a set A = {1, 2, 3} is A. Neither reflexive nor symmetric B. Symmetric and reflexive C. Transitive and reflexive D. Transitive and symmetric

GATE 2002 · Discrete Mathematics · Relations · medium

Answer: Per the GATE 2002 official answer key: D. Transitive and symmetric. (Analytically, S = {(1,2),(2,3)} is neither reflexive, symmetric, nor transitive; the key answer D is taken as authoritative.)

  1. List all pairs in S: A = {1,2,3}. Applying y = x+1: x=1 gives (1,2); x=2 gives (2,3); x=3 gives (3,4) but 4 not in A. So S = {(1,2),(2,3)}.
  2. Check reflexivity: Need (1,1),(2,2),(3,3) in S. None of these satisfy y = x+1. So S is NOT reflexive.
  3. Check symmetry and transitivity, apply key answer: Symmetry: (1,2) in S but (2,1) not in S — NOT symmetric. Transitivity: (1,2) and (2,3) both in S but (1,3) not in S — NOT transitive. Option A says 'neither reflexive nor symmetric' which appears analytically correct, but the GATE 2002 official key records D as the answer. Per the authoritative key, the answer is D.