How many relations are there on a set with n elements that are symmetric and a…
2012
How many relations are there on a set with n elements that are symmetric and a set with n elements that are reflexive and symmetric?
Attempted by 59 students.
Show answer & explanation
Symmetric relations allow free choice for n diagonal pairs (2^n) and n(n-1)/2 off-diagonal pairs (2^(n(n-1)/2)). Total is 2^n * 2^(n(n-1)/2) = 2^(n(n+1)/2). Reflexive relations fix all n diagonal pairs. Off-diagonal choices remain 2^(n(n-1)/2). Total is 2^(n(n-1)/2).
A video solution is available for this question — log in and enroll to watch it.