There are $3$ newspapers $A , B , C$ and $400$ students. $180$ students read $A$; $270$ read $B$; and $371$ read $C$. I want to figure out at least how many are there who read all three.
I tried with Venn diagrams but ended up having two many variables and too less information. May be I am not doing it right. How to do this?
Asssume that we have a Venn diagram like below:
We will have
${\begin{cases}a_1+a_4+a_6+a_7=180\\a_2+a_4+a_5+a_7=270\\a_3+a_5+a_6+a_7=371\\a_1+a_2+a_3+a_4+a_5+a_6+a_7=400\end{cases}}$ and we need to find the minimum value of $a_7$.
We know that:
At least zero students only read one newspaper $A$.
At least zero students only read one newspaper $B$.
At least zero students only read one newspaper $C$.
$\Rightarrow a_1+a_2+a_3\ge 0$.
We also have
$a_1+a_2+a_3\ge 0$
$\Rightarrow a_7-a_7+a_1+a_2+a_3\ge 0$
$\Rightarrow a_7\ge -a_1-a_2-a_3+a_7$
$\Rightarrow a_7\ge (a_1-2a_1)+(a_2-2a_2)+(a_3-2a_3)+(a_4+a_4-2a_4)+(a_5+a_5-2a_5)+(a_6+a_6-2a_6)+(a_7+a_7+a_7-2a_7)$
$\Rightarrow a_7\ge a_1+a_4+a_6+a_7+a_2+a_4+a_5+a_7+a_3+a_5+a_6+a_7-2a_1-2a_2-2a_3-2a_4-2a_5-2a_6-2a_7$
$\Rightarrow a_7\ge A+B+C-2(a_1+a_2+a_3+a_4+a_5+a_6+a_7)$
$\Rightarrow a_7\ge 180+270+371-2\times 400$
$\Rightarrow a_7\ge 21$
The equality holds if $a_1=a_2=a_3=0;a_4=29;a_5=220;a_6=130;a_7=21$.
So at least $21$ students read all three newspapers. This method can be generalized for most cases.