Arrange 0-9 on the circular table There is a section where the sum of three adjacent numbers must be 14 or more
I know we can solve this using pigeonhole principle
I know that the pigeon hole is the number 10 I want to know why we have to sum 0+1+..9 =45 x 3=135
And divide it by 10 =13.5
Is this the correct way to solve this problem? If yes i want to know why we have to find the average ?
Your answer is correct computationally, but I don't think the reasoning is clear for you. I find the best way to understand the pigeonhole principle is to try and see what happens if the condition fails :
If for all sections of three adjacent numbers, their sum is at most 13, then let us take the sum of all these section and denote it $x$. We know for sure that $x$ is at most $13\times \text{number of sections}$, and a bit of counting shows that there are $10$ sections, so in the end we get $x \leq 130$. Moreover, we also know that each number from $0$ to $9$ is counted thrice in $x$, so $x = 3\times (0+1+...+9) = 135$. In the end, $x$ has to be both at most $130$ and equal to $135$, which is impossible. Hence there has to be at least one section whose sum is more than $13$ (ie, at least $14$)