I am new to math. stack exchange, I am really not sure how I am supposed to ask this but I need a logical explanation and a way to logical way to approach questions like these. I tried doing it myself. Thank you.
The question is as follows:
$$\text{Let } A = \{a, b, c, d, f, g, h, k, u, x, z,y\}. \\$$
$(1)$ How many relations are there on $A$ that are reflexive, symmetric, and contain all the elements $(a,z), (u,u)$ and $(z,a)$?
(2) How many relations are there on $A$ that are antisymmetric and contain all the elements $(c,c), (x,a)$ and $(b,c)$, but do not contain the element $(c,b)$?
(3) ) ) How many relations are there on A that are reflexive, antisymmetric, and contain all the elements (x,a),(a,a),(b,d), and (a,z), but do not contain any of the elements (a,x),(a,b),(d,z),(z,d) or (c,d)?
My Solution
Let $A$ = {a,b,c,d,e,f,g,h,k,w,x,y,z}.
(1) . But I can use the formulas outlined for reflective and systematic. the formula is $$2^{\frac{n^2-n}{2}}$$
since the last condition says, the relation should also include (a,z),(u,u), and (z, a). We will subtract 3 from the power of the whole expression as these elements are already contained.
(2) not sure about the other 2.
Well, I think it is better not representing the relation as $n^2$ directed pairs that either exist or not, but as a graph of $\frac{n\left(n-1\right)}{2}$ general edges between 2 elements that can exist in 4 states - $a{\not-}b$, $a{\Rightarrow}b$, $a{\Leftarrow}b$, $a{\iff}b$ and $n$ self-edges that either are, $a{\iff}a$ or are not, $a{\not-}a$.
With $n$ being 12 makes it 66 normal and 12 self-edges
This way you can easily encompass requirements like reflexive or symmetric by simply excluding some of the states
So