The integers 1,2,...,30 are invited to a dinner party. They all sit around a round table, in some unknown order. Does there exist an ordering in which there are no three successive (successive means sitting next to one another) integers whose sum is at least 45. If there exist such ordering prove it by constructing it. If there does not exist such ordering, prove that for every possible ordering there exist at least one tuple of three successive integers that sum to 45 or more.
Came across this interesting question in a text book and the solution isn't available.
Consider all of the successive sums of triples of integers. There are $30$ such sums.
Since each of the integers appears in exactly $3$ of these sums, the total of all of the $30$ sums is
$$3\sum_{k=1}^{30} k = 3 \cdot 15 \cdot 31 = 45 \cdot 31$$
Note that this sum is greater than $45 \cdot 30$, so at least one of the $30$ sums must be greater than $45$, by the pigeonhole principle.