There was a survey about 5 kinds of common diseases and 100 people took the survey. 72 people have the first kind of disease, and 68, 66, 59, 82 for other 4 diseases respectively. People with at least 3 diseases took another more in-depth survey. What is the minimum number of participants who took another survey? Four possible answers are as follows.
A.48
B.49
C.50
D.51
I tried to achieve the answer but was not even close. Here's my reasoning.
Let set $A$ be all the 100 people, i.e., $|A|$=100. And let set $A_i$ be the people who have the $i^{th}$ disease, where $A_i \subset A, i \in \{1,2,3,4,5\} $, $|A_1|$=72, $|A_2|$=68, $|A_3|$=66, $|A_4|$=59 and $|A_5|$=82. Then we want the minimum size of $\bigcup_{i,j,k\in\{1,2,3,4,5\}}^{i \ne j \ne k, i \ne k} A_i \cap A_j \cap A_k$.
Notice that $|A_i \cap A_j| = |A_i| + |A_j| - |A_i \cup A_j| \ge |A_i| + |A_j| - |A|$, so similarly $|A_i \cap A_j \cap A_k| \ge |A_i| + |A_j| + |A_k| - 2|A|$.
So $|\bigcup_{i,j,k\in\{1,2,3,4,5\}}^{i \ne j \ne k, i \ne k} A_i \cap A_j \cap A_k| \ge |A_1 \cap A_2 \cap A_5| \ge 22$. But it's just a weak conclusion.
$72 + 68 + 66 +59 + 82 = 347$ : Total number (with duplicates) of diseases is 347
$5*48+2*(100-48)=344$ : If only 48 people have more than 2 diseases, maximum total number (with duplicates) of diseases is 344
$344$ is less than $347$, so $48$ is not enough.
$5*49+2*(100-49)=347$
So $49$ should be enough, and it is easy to check that $49$ is enough.