Calculate $$A={1\over {n\choose 0}}+ {1\over {n\choose 1}}+ ...+{1\over {n\choose n}}$$
and
$$B={1\over {n\choose 0}}- {1\over {n\choose 1}}+ ...+{(-1)^n\over {n\choose n}}$$
My idea for $A$ is some probabilistic reasoning. Color the sets $$\{\}, \{1\}, \{1,2\}, \{1,2,3\},...\{1,2,...,n\}$$ and ask our self what is the probability that I choose colored set among all sets. Clearly this is exactly ${n+1\over 2^n}$ and on the other side it is $A$:
probability that I take empty set is ${1\over {n\choose 0}}$,
probability that I take colored set with 1 element is ${1\over {n\choose 1}}$
probability that I take colored set with 2 elements is ${1\over {n\choose 2}}$
and so on ...
So $A ={n+1\over 2^n}$. But I have no idea how to attack $B$.