A high school has 90 alumni, each of whom has ten friends among the other alumni. Prove that each alumni can invite three people for lunch so that each of the four people at the lunch table will know at least two of the others.
I know each vertex has degree 10 and its a simple graph with the pigeonhole principle working its way in there somehow. Any help would be appreciated.
Pick a vertex $v$. This vertex is connected to $10$ other vertices $v_1,..,v_{10}$.
There are 89 vertices different of $v$. Each of the vertex $v_1,..,v_{10}$ is connected to $9$ of the other $89$ vertices. Thus there are 90 edges leaving towards the $V \setminus \{v\}$.
Thus two of edges leaving $v_1,..,v_{10}$ have a common end vertex $w$. Let $v_iw$ and $v_jw$ be these two edges.
Now show that if $v$ invites $v_i, v_j, w$ it solves the problem.