Question: 30 people need to place a call to each other using their cellular phones (one call per each pair). A cellular phone company gets 1 $ for each call between two people at distance between 800 and 1000 meters. The company is allowed to locate the people as it wishes so as to maximize its profit. What is the maximum possible profit of the company?
Thoughts: I know this is a question somehow related to Turan's theorem and the result is supposed to be the max number of edges. So I built a graph with n=30 vertices, and an edge between them iff the distance between 2 people is between 800 and 1000 meters. In order to somehow use Turan, I need to find out what kind of clique cannot be contained in this graph. $K_3$ and $K_4$ seem to be possible (ab+bc>ac can hold for some choices of distances). Need some other hint(s) to carry on...
