Let build a set $A$ by this rule: for $i$ from $0$ to $n - 1$ with probability of $\frac{1}{2}$ we add this number to set $A$.
Then we generate set $B = A + A := \{a_1 + a_2: a_1 \in A, a_2 \in A\}$
And the question is to find upper bound on probability $P(k \notin B)$ as precise as possible.
I have not idea for this question.
Thanks