It is a trivial exercise in the pigeonhole principle to show that if an organization contains $m$ people and forms disjoint committees of $n$ members each, then at most $$\bigg \lfloor \frac{m}{n} \bigg\rfloor$$ committees can be formed.
However, I have recently attempted a seemingly simple variation on this problem: what if the committees need not be disjoint, but no two committees can share more than one member.
It seems like another easy exercise in the pigeonhole principle, but I have been unable to come up with a formula for the largest possible number of committees in terms of $m$ and $n$. Does anyone know of such a formula?
For a lower bound, you can form roughly double the number of committees than the disjoint case. Divide the people into groups of size $\binom{n+1}2$, ignoring the leftovers. Identify the people of each group with the edges of a complete graph on $n+1$ vertices. For each vertex of this graph, form a committee consisting of the $n+1$ edges meeting at that vertex. There will be $n+1$ committees for each group of $\binom{n+1}2$ people, for a total of $$ (n+1)\cdot\left\lfloor \frac{m}{\binom{n+1}2}\right\rfloor\approx \frac{2m}n\;\text{ committees.} $$