Let { a 1 , a 2 … a 6 } be a permutation of { 1 , 2 , … 6 } .
How many permutations satisfy that ( 2 a 1 + 1 ) ( 2 a 2 + 2 ) ⋯ ( 2 a 6 + 6 ) > 6 !
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.
The general answer for the number of permutations of { 1 , 2 , … , n } that satisfy 2 a 1 + 1 ⋯ 2 a n + n > n ! is n ! − 1 , and here is an inductive proof.
The solution is easily confirmed for n = 2 .
Assume the solution is correct for n = k − 1 . For the n = k case, division by k shows that the inequality holds for all non-trivial permutations with a k = k .
Next, assume we have a permutation where k = a i with i < k . Then by the above paragraph, it suffices to show that 2 a 1 + 1 ⋯ 2 a k + k > 2 a 1 + 1 ⋯ 2 a k + i ⋯ 2 k + k where the second expression is gotten from the first by swapping a i and a k , and letting all other terms stay.
Cancelling equal terms and multiplying by 4 , this is equivalent to ( k + i ) ( a k + k ) > ( a k + i ) ( ( k + k ) Distributing and simplifying gives k 2 + i a k > k a k + i k which is true by the rearrangement inequality.
By simple observation, one could say that, smallest possible arrangement satisfying the condition is 123456 rest all permutations would result in a greater number hence the answer would be 6!-1
Problem Loading...
Note Loading...
Set Loading...
By AM-GM, a i + i ≥ 2 i a i with equality only if a i = i , i = 1 , 2 , 3 , . . . , 6 . Hence the product is always greater than or equal to 1 × 2 × 3 × 4 × 5 × 6 × a 1 × a 2 × . . . × a 6 = 6 !
However equality can occur (by AM-GM) iff a i = i for i = 1 , 2 , . . . , 6 . The other 6 ! − 1 permutations thus satisfy the condition and the answer is 6 ! − 1 = 7 1 9 .