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
Count total binary relations on S: For n=3: total = 2^9 = 512
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)