At the conference there are 30 languages spoken. We know that every triple of participants finds common language but there is no language that more than half of the participants speaks.
1) What is the smallest number of participants?
2) What is the largest number of participants?
3) What is the largest number of participants when every triple uses different language?
4) What is the largest number of participants if every participant uses different language in every triple he is part of.
The idea is to use double counting but I am not sure how.
When $p$ is the number of participants then ${p \choose 3} $ Is number of triples. And when $l_i$ is number of participants speaking language $i=1,..,30$ then $l_i \le {p \over 2}$
So 1) and 3) Are both 6 participants what about 2) and 4)-any ideas?
There must be at least $6$ participants, since the common language spoken by the members of a triple is spoken by no more than half the participants. If there are exactly $6$ participants, then there are ${6\choose3}=20$ triples, and we can assign a different language to each triple. That is, the members of $\{1,2,3\}$ speak language $1$, and no other participants do; the members of $\{1,2,4\}$ and no other participants speak language $2$, and so on. We may assume that the other $10$ languages are spoken only by participant $1$. This shows that the answer to part $1)$ is $6$.
For part 2) notice that we can add another $6$ participants, if number $7$ speaks exactly the same languages as number $1$, number $8$ exactly the same languages as number $2$ and so on. In fact, we can add as many participants as we like provided that participants $j$ and $k$ speak exactly the same languages precisely when $j\equiv k\pmod{6}$. So for part $2),$ there is no maximum.
This also shows, in response to the OP's comment that parts $2)$ and $4)$ are not the same. For part $4)$, an individual cannot be a member of more than $30$ triples, since he must use a different language in each triple, so if there are $p$ participants, we must have ${p-1\choose2}\leq30\implies p\leq9$. Note that in the solution to part $1)$ given above with $6$ participants, each person uses a different language in every triple. You have to determine whether there are solutions with $7$, $8$ or $9$ participants.
Part $3)$ is trivial.