The following are the details of the problem:
Let $M = \{m,a,t,h,f,u,n\}$ and $N = \{h,u,m,a,n\}$. For any $A,B \subseteq M$, $A \sim B \iff A \cap N = B \cap N$ where $\sim$ is an equivalence relation.
The question asks to enumerate unique elements of $P(M) / \sim $, where $P(M)$ is a power set of $M$. I'm not quite sure what this means. What I know is that there are elements in $P(M)$ that can represent other elements under the relation $\sim$. For instance, I can find two sets $A$ and $B$ such that $A \sim B$ and there's a common result.
To illustrate what I mean, let $A = \emptyset$ and $B = \{t\}$. Obviously $A \sim B$ because $ \emptyset \cap N = \{t\} \cap N \implies \emptyset = \emptyset$. So in this case, the common result is $\emptyset$. There are other sets in $P(M)$ that will yield this.
Either way, I'm clueless. I'm not sure what's the implication of this to the original question. I'm not quite sure what should $P(M) / \sim $ mean and what exactly makes the element in that set unique. Can anyone help? Thanks