At a tennis tournament, every group of $s$ participants shares exactly one common friend. Suppose player $Q$ has the largest number of friends. Determine how many friends $Q$ has. You must prove your answer. $s\in\Bbb N$ is a fixed but arbitrary number such that $s\ge 3$.
- if $A$ is a friend of $B$, then $B$ is a friend of $A$
- $A$ is not his own friend
- a group of players is said to have a common friend $x$ iff each player in the group is friends with $x$
I feel this is similar to one of the classic discrete math problems but I am not sure which one. Any leads on how to start this?
For $a\in T$ define $K_a$: Set $a_1=a$; for $1<i\le s+1$, let $a_i=f({a_j}{j<i})$; let $K_a={a_1,\dots,a{s+1}}$. $a_i$ and $a_j$ are friends if $j<i$, so $K_a={a_1,\dots,a_{s+1}}$ is a set of $s+1$ mutual friends. I think (for $s\ge3$) for $a, b \in T$, $K_a=K_b$, so $n=s+1$ and everyone is mutual friends. Considering how $K_a,K_b$ can overlap might help.
– Steve Kass Oct 11 '15 at 03:31