Let $H$ has $n$ elements and $A, B, C \subseteq H$.
(a) # of ways to have this triple such that $A\cap B \cap C =\emptyset$.
(b) # of ways to have this triple such that $A \cup B \cup C=H$
For (a), I have $\sum^{n}_{k_3=0} \sum^{n}_{k_2=0} \sum^{n}_{k_1=0} {n \choose k_1} {n-k_1 \choose k_2}{n-k_1-k_2\choose k_3}$
Is this right? Is there a way to simplify this? Can this be equal to $(2^n)(2^{n-k_1})(2^{n-k_1-k_2})$
How about part (b)? It seems there are so many possible ways. Like if $A=H$, then we have $(n+1)^2$ ways. If $A$ is only missing one element from $H$, then it becomes even more complicated. I'm not sure how to solve it.