Let be a permutation of .
Find the maximum possible number of ordered pairs with such that .
This problem is adapted from HMMT.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
One of the best possible permutations is {2, 3, ..., 2000, 1} (There is no better permutation. Only better would be {1,2,...,2000} for which inequality if false} Here the number of possible ordered pairs is 1 + ... + 1998 = 1998*1999/2 = 1997001. (I'll edit this solution to better solution when I get home)