返回题库

AIME 2006 II · 第 4 题

AIME 2006 II — Problem 4

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Let (a1,a2,a3,,a12)(a_1,a_2,a_3,\ldots,a_{12}) be a permutation of (1,2,3,,12)(1,2,3,\ldots,12) 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 (6,5,4,3,2,1,7,8,9,10,11,12).(6,5,4,3,2,1,7,8,9,10,11,12). Find the number of such permutations.

解析

Solution

Clearly, a6=1a_6=1. Now, consider selecting 55 of the remaining 1111 values. Sort these values in descending order, and sort the other 66 values in ascending order. Now, let the 55 selected values be a1a_1 through a5a_5, and let the remaining 66 be a7a_7 through a12{a_{12}}. It is now clear that there is a bijection between the number of ways to select 55 values from 1111 and ordered 12-tuples (a1,,a12)(a_1,\ldots,a_{12}). Thus, there will be (115)=462{11 \choose 5}=\boxed{462} such ordered 12-tuples.

Solution 2

There are (126)\binom{12}{6} ways to choose 6 numbers from (1,2,3,,12)(1,2,3,\ldots,12), and then there will only be one way to order them. And since that a6,onlyhalfofthechoiceswillwork,sotheanswerisa_6, only half of the choices will work, so the answer is\frac{\binom{12}{6}}{2}=462$ 12-tuples - mathleticguyyy

Solution 3

Clearly, a6=1a_6=1, and either a1a_1 or a12a_{12} is 12.

Case 1: a1=12a_1 = 12

In this case, there are 4 empty spaces between a1a_1 and a6a_6, and 6 empty spaces between a6a_6 and a12a_{12}. (104)\binom{10}{4} 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: a12=12a_{12} = 12

In this case, there are 5 empty spaces between a1a_1 and a6a_6, and 5 empty spaces between a6a_6 and a12a_{12}. (105)\binom{10}{5} 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.

210+252=462210 + 252 = \boxed{462} ordered 12-tuples.

-jackshi2006