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

Let R be the set of all binary relations on the set {1, 2, 3}. Suppose a relation is chosen from R at random. The probability that the chosen relation is reflexive (round off to 3 decimal places) is ______.

GATE 2020 · Discrete Mathematics · Relations · medium

Answer: 0.125

  1. Count total binary relations on S: For n=3: total = 2^9 = 512
  2. Count reflexive binary relations: For n=3: reflexive = 2^(9-3) = 2^6 = 64 (the 3 diagonal pairs are fixed in; the 6 others are free)
  3. Compute probability: P = 64/512 = 1/8 = 0.125