Say $E_1,...E_n\subset\{1,2,...,k\}= K$, each $|E_i|=4$ and each $j\in K$ appear in at most $3$ sets $E_i$. We choose from each $E_i$ one number. Prove that we can do that so that a set of all choosen numbers has not more than ${3k\over 7}$ members.
This was my try but the bound I get is not good and also I'm not even sure if it is correct.
We choose at random from each $E_i$ independently a number with a probability $p=1/4$ (so we can chose the same number more then once) and name this number $c_i$. Let $M$ be a set of choosen numbers and let $X=|M|$. If $X_i$ is indicator random variable for a number $i\in K$ then $$E(X) = E(X_1)+...+E(X_k)$$
Say $i$ is in a sets $E_1,...E_{d_i}$, where $d_i\leq 3$, then \begin{eqnarray}E(X_i) &=& P(X_i=1) \\ &=& P(\{i=c_1\}\cup ...\cup \{i=c_{d_i}\})\\ &=&1-P(\{i\ne c_1\}\cap ...\cap \{i\ne c_{d_i}\})\\ &=&1-P(i\ne c_1)\dots P(i\ne c_{d_i})\\ &=&1-\Big({3\over 4}\Big)^{d_i}\\ \end{eqnarray}
So we have $$E(X)= k-\sum _{i=1}^k\Big({3\over 4}\Big)^{d_i}\leq k-k\Big({3\over 4}\Big)^3$$
So $E(X) \leq {37k\over 64}$ which is not good enough.
In regards to your answer, everything looks right except for the statement "$|S| \le \frac{3k}{7}$", which doesn't make sense, since $|S|$ is a random variable. You need to show that the probability that $|S| \le \frac{3k}{7}$ and $X=n$ is positive.
– mathworker21 Oct 17 '19 at 20:37