We have $40$ meetings, each one containing $10$ people. There aren't any two people who have been in more than $2$ same meetings. If $n$ is the number of people, prove that $n$ is at least $82$.
So far double counting. I've proved that it is bigger than $67$. I also tried graph and inequalities about vertices and edges, but I couldn't prove $n>82$.
I took every $10$ people together and by double counting , since each $10$ people can cover at most $58$ meeting, I concluded that $n>67$. I tired taking $11$ people but it didn't work and got complicated.
I also tried to calculate the number of $2$-paths of a Bipartite graph Corresponded to the problem which number of vertices of one part is $n$ and the other part $40$. And using $$\sum_i^{n+40} \binom{d_i}{2} \geq \frac{2m^2}{n+40}-m$$ that we get $m=400$. But it didn't work too.
And since I'd proved $n>67$ I tried to set such a Corresponding Bipartite graph with $n=68$, but I have no idea how to make such a graph.
According to the problem we get the number of $4$-cycles of the graph is at most $\binom{n}{2}$, but I don't know what to do with it.
Totally I believe the main or only solutions is by counting $2$-paths of the corresponding graph!
editand use MathJax and improve the body of the post instead of commenting. – Lee David Chung Lin Mar 12 '19 at 23:55