AIME 2006 II · 第 4 题
AIME 2006 II — Problem 4
题目详情
Problem
Let be a permutation of for which
$a_1>a_2>a_3>a_4>a_5>a_6 \mathrm{\ and \ } a_6
An example of such a permutation is Find the number of such permutations.
解析
Solution
Clearly, . Now, consider selecting of the remaining values. Sort these values in descending order, and sort the other values in ascending order. Now, let the selected values be through , and let the remaining be through . It is now clear that there is a bijection between the number of ways to select values from and ordered 12-tuples . Thus, there will be such ordered 12-tuples.
Solution 2
There are ways to choose 6 numbers from , and then there will only be one way to order them. And since that \frac{\binom{12}{6}}{2}=462$ 12-tuples - mathleticguyyy
Solution 3
Clearly, , and either or is 12.
Case 1:
In this case, there are 4 empty spaces between and , and 6 empty spaces between and . is 210. This splits the remaining 10 numbers into two distinct sets that are automatically ordered. For this reason, there is no need to multiply by two to count doubles or treat as a permutation.
Case 2:
In this case, there are 5 empty spaces between and , and 5 empty spaces between and . is 252. Like last time, this splits the remaining 10 numbers into two distinct sets that are automatically ordered. It is important to realize that the two sets are distinct because one side has 12 and the other does not. There is no need to multiply by two.
ordered 12-tuples.
-jackshi2006