返回题库

AIME 2020 I · 第 9 题

AIME 2020 I — Problem 9

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Let SS be the set of positive integer divisors of 209.20^9. Three numbers are chosen independently and at random with replacement from the set SS and labeled a1,a2,a_1,a_2, and a3a_3 in the order they are chosen. The probability that both a1a_1 divides a2a_2 and a2a_2 divides a3a_3 is mn,\tfrac{m}{n}, where mm and nn are relatively prime positive integers. Find m.m.

解析

Solution 1

AIME diagram

First, prime factorize 20920^9 as 218592^{18} \cdot 5^9. Denote a1a_1 as 2b15c12^{b_1} \cdot 5^{c_1}, a2a_2 as 2b25c22^{b_2} \cdot 5^{c_2}, and a3a_3 as 2b35c32^{b_3} \cdot 5^{c_3}.

In order for a1a_1 to divide a2a_2, and for a2a_2 to divide a3a_3, b1b2b3b_1\le b_2\le b_3, and c1c2c3c_1\le c_2\le c_3. We will consider each case separately. Note that the total amount of possibilities is 1903190^3, as there are (18+1)(9+1)=190(18+1)(9+1)=190 choices for each factor.

We notice that if we add 11 to b2b_2 and 22 to b3b_3, then we can reach the stronger inequality 0b1.Therefore,ifwepick0\le b_1. Therefore, if we pick3integersfromintegers from0toto20,theywillcorrespondtoauniquesolution,forminga11correspondencebetweenthenumbers, they will correspond to a unique solution, forming a 1-1 correspondence between the numbersb_1,,b_2+1,and, andb_3+2.Thisisalsoequivalenttoapplyingstarsandbarsondistributingthepowersof2and5throughdifferences.Theamountofsolutionstothisinequalityis. This is also equivalent to applying stars and bars on distributing the powers of 2 and 5 through differences. The amount of solutions to this inequality is\dbinom{21}{3}$.

The case for c1c_1,c2c_2, and c3c_3 proceeds similarly for a result of (123)\dbinom{12}{3}. Therefore, the probability of choosing three such factors is

(213)(123)1903.\frac{\dbinom{21}{3} \cdot \dbinom{12}{3}}{190^3}. Simplification gives 771805\frac{77}{1805}, and therefore the answer is 077\boxed{077}.

-molocyxu

Solution 2

Same as before, say the factors have powers of bb and cc. b1,b2,b3b_1, b_2, b_3 can either be all distinct, all equal, or two of the three are equal. As well, we must have b1b2b3b_1 \leq b_2 \leq b_3. If they are all distinct, the number of cases is simply (193){19 \choose 3}. If they are all equal, there are only 1919 cases for the general value. If we have a pair equal, then we have 2(192)2 \cdot {19\choose 2}. We need to multiply by 22 because if we have two values bi<bjb_i < b_j, we can have either (bi,bi,bj)(b_i, b_i, b_j) or (bi,bj,bj)(b_i, b_j, b_j).

(193)+2(192)+19=1330{19 \choose 3} + 2 \cdot {19 \choose 2} + 19 = 1330 Likewise for cc, we get

(103)+2(102)+10=220{10 \choose 3} + 2 \cdot {10 \choose 2} + 10 = 220 The final probability is simply 13302201903\frac{1330 \cdot 220}{190^3}. Simplification gives 771805\frac{77}{1805}, and therefore the answer is 077\boxed{077}.

Solution 3

Similar to before, we calculate that there are 1903190^3 ways to choose 33 factors with replacement. Then, we figure out the number of triplets a,b,c{a,b,c} and d,f,g{d,f,g}, where aa, bb, and cc represent powers of 22 and dd, ff, and gg represent powers of 55, such that the triplets are in non-descending order. The maximum power of 22 is 1818, and the maximum power of 55 is 99. Using the Hockey Stick identity, we figure out that there are (123)\dbinom{12}{3} ways to choose dd, ff and gg, and (213)\dbinom{21}{3} ways to choose aa, bb, and cc. Therefore, the probability of choosing 33 factors which satisfy the conditions is

(213)(123)1903.\frac{\dbinom{21}{3} \cdot \dbinom{12}{3}}{190^3}. This simplifies to 771805\frac{77}{1805}, therefore m=m = 077\boxed{077}.

Solution 4 (Official MAA)

Note that the prime factorization of 20920^9 is 21859.2^{18}\cdot5^{9}. The problem reduces to selecting independently the powers of 22 and the powers of 55 in the numbers a1a_1, a2a_2, and a3a_3. This is equivalent to selecting 33 exponents for the powers of 22 and 33 exponents for the powers of 55 and determining in each case the probability that the 3 exponents are chosen in nondecreasing order. Given a positive integer kk, the probability that three integers aa, bb, and cc are chosen such that 0abck0\le a \le b\le c \le k is the probability that aa, b+1b+1, and c+2c+2 are chosen such that 0a<b+1<c+2k+20 \le a < b+1 < c+2 \le k+2. There are (k+33)\binom {k+3}3 ways to choose aa, b+1b+1, and c+2c+2, so the probability that the integers are chosen in order is

(k+33)(k+1)3.\frac{\binom{k+3}3}{(k+1)^3}. Thus the probability that three chosen divisors of 20920^9 satisfy the divisibility requirement is

(123)103(213)193=12111061010102120196191919=771805.\frac{\binom{12}3}{10^3}\cdot\frac{\binom{21}3}{19^3}=\frac{12\cdot11\cdot10}{6\cdot10\cdot10\cdot10}\cdot\frac{21\cdot20\cdot19}{6\cdot19\cdot19\cdot19}=\frac{77}{1805}. The requested numerator is 77.77.