In a Multiple Select Question, there are 4 options of which one or more can be correct. Let us define an event E that the option ‘A’ is correct. What is the cardinality of E?
MSQ Options are $= {A, B, C, D}
- $n(E1)= \{ A \}$ is $1$ Only $A$ is the correct answer
- $n(E2)= \{A, B\}$ is $2$ $A$ and $B$ are the correct answers
- $n(E3)= \{A, C\}$ is $2$ $A$ and $C$ are the correct answers
- $n(E4)= \{A, D\}$ is $2$ $A$ and $D$ are the correct answers
- $n(E5)= \{A, B, C\}$ is $3$ $A$, $B$ and $C$ are the correct answers
- $n(E6)= \{A, B, D\}$ is $3$ $A$, $B$ and $D$ are the correct answers
- $n(E7)= \{A, C, D\}$ is $3$ $A$, $C$ and $D$ are the correct answers
- $n(E8)= \{A, B, C, D\}$ is $4$ all options are the correct answers
Is this the answer? $=>$ The cardinality of $E$ is $=1+2+2+2+3+3+3+4 => 17$
I think the correct answer is $n(E)=\{\{ A \}, \{A, B\},\{A, C\},\{A, D\}, \{A, B, C\}, \{A, B, D\},\{A, B, C, D\}\} => 8$
Please correct me if I'm wrong about correct answer.