Assume $A$ and $B$ are two sets such that: $Card(A)=n$ and $Card(B)=m$, also $B⊆A$,Clearly $n\ge m$. define: $$\mathscr{P}(A:B)=\left\{X∈\mathscr{P}(A):B⊆X\right\}$$ find the number of elements of $\mathscr{P}(A:B)$
I just know $Card\left(B\right)\le Card\left(X\right)$ how I can answer the question? does there exist any general formula?

Hint: Try to find a bijection $\mathscr P(A:B)\to \mathscr P(A\setminus B)$.