So I have the following problem:
Let n be a positive integer. Is it possible to arrange the numbers 1, 2, . . . , n in a row so that the arithmetic mean of any two of these numbers is not equal to some number between them?
I'm having some trouble solving it, but what I have done so far is:
- I think it is possible because I can think of an example. If we took 1,2,3 and 4, I arranged it as 1,3,2,4
- I thought that by maybe arranging the odds on the left side and evens on the right side could get me somewhere. I tried to look at this post, Arrangement of Numbers but I couldn't quite understand it.