返回题库

AIME 1993 · 第 7 题

AIME 1993 — Problem 7

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Three numbers, a1,a2,a3a_1, a_2, a_3, are drawn randomly and without replacement from the set {1,2,3,,1000}\{1, 2, 3,\ldots, 1000\}. Three other numbers, b1,b2,b3b_1, b_2, b_3, are then drawn randomly and without replacement from the remaining set of 997997 numbers. Let pp be the probability that, after suitable rotation, a brick of dimensions a1×a2×a3a_1 \times a_2 \times a_3 can be enclosed in a box of dimension b1×b2×b3b_1 \times b_2 \times b_3, with the sides of the brick parallel to the sides of the box. If pp is written as a fraction in lowest terms, what is the sum of the numerator and denominator?

解析

Solution 1 (Permutation)

There is a total of P(1000,6)P(1000,6) possible ordered 66-tuples (a1,a2,a3,b1,b2,b3).(a_1,a_2,a_3,b_1,b_2,b_3).

There are C(1000,6)C(1000,6) possible sets {a1,a2,a3,b1,b2,b3}.\{a_1,a_2,a_3,b_1,b_2,b_3\}. We have five valid cases for the increasing order of these six elements:

  1. aaabbbaaabbb
  2. aababbaababb
  3. aabbabaabbab
  4. abaabbabaabb
  5. abababababab

Note that the aa's are different from each other, as there are 3!=63!=6 ways to permute them as a1,a2,a_1,a_2, and a3.a_3. Similarly, the bb's are different from each other, as there are 3!=63!=6 ways to permute them as b1,b2,b_1,b_2, and b3.b_3.

So, there is a total of C(1000,6)562C(1000,6)\cdot5\cdot6^2 valid ordered 66-tuples. The requested probability is

p=C(1000,6)562P(1000,6)=C(1000,6)562C(1000,6)6!=14,p=\frac{C(1000,6)\cdot5\cdot6^2}{P(1000,6)}=\frac{C(1000,6)\cdot5\cdot6^2}{C(1000,6)\cdot6!}=\frac14, from which the answer is 1+4=005.1+4=\boxed{005}.

~MRENTHUSIASM

Solution 2 (Combination)

Call the six numbers selected x1>x2>x3>x4>x5>x6x_1 > x_2 > x_3 > x_4 > x_5 > x_6. Clearly, x1x_1 must be a dimension of the box, and x6x_6 must be a dimension of the brick.

  • If x2x_2 is a dimension of the box, then any of the other three remaining dimensions will work as a dimension of the box. That gives us 33 possibilities.
  • If x2x_2 is not a dimension of the box but x3x_3 is, then both remaining dimensions will work as a dimension of the box. That gives us 22 possibilities.
  • If x4x_4 is a dimension of the box but x2,x3x_2,x_3 aren’t, there are no possibilities (same for x5x_5).

The total number of arrangements is (63)=20{6\choose3} = 20; therefore, p=3+220=14p = \frac{3 + 2}{20} = \frac{1}{4}, and the answer is 1+4=0051 + 4 = \boxed{005}.

Note that the 10001000 in the problem, is not used, and is cleverly bypassed in the solution, because we can call our six numbers x1,x2,x3,x4,x5,x6x_1,x_2,x_3,x_4,x_5,x_6 whether they may be 1,2,3,4,5,61,2,3,4,5,6 in some order or 999,5,3,998,997,891999,5,3,998,997,891 in some order.

Solution 3 (Hook Length Formula)

Like Solution 2, call the six numbers selected x1>x2>x3>x4>x5>x6x_1 > x_2 > x_3 > x_4 > x_5 > x_6. Using the Hook Length Formula, the number of valid configuration is 6!43232=5\frac{6!}{4\cdot3\cdot2\cdot3\cdot2}=5. We proceed as Solution 2 does.

Solution 4 (Catalan Numbers)

As in Solutions 2 and 3, we let x1>x2>x3>x4>x5>x6x_1>x_2>x_3>x_4>x_5>x_6 where each xix_i is a number selected. It is clear that when choosing whether each number must be in the set with larger dimensions (the box) or the set with smaller dimensions (the brick) there must always be at least as many numbers in the former set as the latter. We realize that this resembles Catalan numbers, where the indices of the numbers in the first set can be replaced with rising sections of a mountain, and the other indices representing falling sections of a mountain. The formula for the nnth Catalan number (where nn is the number of pairs of rising and falling sections) is

(2nn)n+1\frac{\binom{2n}{n}}{n+1} Thus, there are (63)4\frac{\binom{6}{3}}{4} ways to pick which of x1,x2,x3,x4,x5,x_1,x_2,x_3,x_4,x_5, and x6x_6 are the dimensions of the box, and which are the dimensions of the brick, such that the condition is fulfilled. There are (63)\binom{6}{3} total ways to choose which numbers make up the brick and box, so the probability of the condition being fulfilled is (63)/4(63)=14005\frac{\binom{6}{3}/4}{\binom{6}{3}}=\frac14\Longrightarrow \boxed{005}.

Solution 5 (1-1 Correspondence and Constructive Counting)

In order (after rotation, of course), for the brick to fit in the box, we must have a1<b1a_1 < b_1, a2<b2a_2 < b_2, and a3<b3a_3 < b_3. Also, to correct for the rotation, we must have that a1<a2<a3a_1 < a_2 < a_3, and b1<b2<b3b_1 < b_2 < b_3. Due to the fact that all a1a_1, a2a_2, a3a_3, b1b_1, b2b_2, and b3b_3 are distinct, and also the fact that each aia_i and bib_i: 1i31 \le i \le 3 are a set of six distinct elements from the set {1,2,3,,100}\{1,2,3,\dots,100\}, it suffices to just find the probability that a1<b1a_1 < b_1, a2<b2a_2 < b_2, and a3<b3a_3 < b_3 from the set {1,2,3,4,5,6}\{1,2,3,4,5,6\}. If you aren't convinced, a1a_1, a2a_2, and a3a_3 are independently chosen from {1,2,3,,100}\{1,2,3,\dots,100\}. Once chosen, b1b_1, b2b_2, and b3b_3 are chosen from the remaining 997 elements. Thus, any subset of six elements can satisfy the criteria of the dimensions of the brick and box. The simplest of these subsets is {1,2,3,4,5,6}\{1,2,3,4,5,6\}. Thus, there is a 1-1 correspondence (bijection).

Then, we know that a1=1a_1 = 1 and b3=6b_3 = 6 (This is quite easy to see. Notice that a1a_1 is the smallest possible number and b3b_3 is the largest due to the simplicity after rotation of a1<b1a_1 < b_1, a2<b2a_2 < b_2, and a3<b3a_3 < b_3, a1<a2<a3a_1 < a_2 < a_3, and b1<b2<b3b_1 < b_2 < b_3). Thus, we must evaluate the possible cases for a2a_2, a3a_3, b1b_1, and b2b_2.

Case 1: a2=2a_2 = 2. Then, there are three cases for a3a_3 (either 3, 4, or 5), in which b1b_1 and b2b_2 are uniquely determined. (if a3=3a_3 = 3, then b1=4b_1 = 4 and b2=5b_2 = 5; if a3=4a_3 = 4, b1=3b_1 = 3 and b2=5b_2 = 5; and if a3=5a_3 = 5, b1=3b_1 = 3 and b2=4b_2 = 4).

Case 2: a2=3a_2 = 3. Then, there are two cases for a3a_3 (4 or 5). (if a3=4a_3 = 4, then b2=5b_2 = 5 and b1=2b_1 = 2; and if a3=5a_3 = 5, then b2=4b_2 = 4 and b1=2b_1 = 2).

Case 3: a2=4a_2 = 4. At this case, a3a_3 must be 5. But then, the inequality a2<b2a_2 < b_2 cannot be satisfied. This case is not allowed.

Case 4: a2=5a_2 = 5. At this case, a3<a2a_3 < a_2. But, we said that a2<a3a_2 < a_3! Thus, there lies a contradiction, and this case is not allowed.

Thus, there are 3+2=53 + 2 = 5 total cases that satisfy the conditions.

Because we don't care about the order we choose the numbers to give to a1a_1, a2a_2, and a3a_3 (as we could just permute them such that a1<a2<a3a_1 < a_2 < a_3), and the same for b1b_1, b2b_2, and b3b_3, there are a total of (63)(33)=201=20\binom{6}{3} \cdot \binom{3}{3} = 20 \cdot 1 = 20 ways to distribute the elements of the set to each a1a_1, a2a_2, a3a_3, b1b_1, b2b_2, b3b_3. Thus, our probability is 520=1/4\frac{5}{20} = 1/4, in which our answer is 1+4=0051+4 = \boxed{005}.

~Pinotation