返回题库

AIME 1988 · 第 5 题

AIME 1988 — Problem 5

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Let m/nm/n, in lowest terms, be the probability that a randomly chosen positive divisor of 109910^{99} is an integer multiple of 108810^{88}. Find m+nm + n.

解析

Solution

1099=29959910^{99} = 2^{99}5^{99}, so it has (99+1)(99+1)=10000(99 + 1)(99 + 1) = 10000 factors. Out of these, we only want those factors of 109910^{99} which are divisible by 108810^{88}; it is easy to draw a bijection to the number of factors that 1011=21151110^{11} = 2^{11}5^{11} has, which is (11+1)(11+1)=144(11 + 1)(11 + 1) = 144. Our probability is mn=14410000=9625\frac{m}{n} = \frac{144}{10000} = \frac{9}{625}, and m+n=634m + n = \boxed{634}.

Solution 2

Like before there are (99+1)(99+1)=1002=10,000(99+1)(99+1) = 100^2 = 10,000 positive divisors of 109910^99. Now we calculate the cases that satisfy the conditions. Notice that every multiple must be in the form 2i5j2^i 5^j, where 88i,j9988 \le i, j \le 99. Then, there are 1212 choices for both ii and jj. We can have any combination of ii and jj together, giving us 144144 favorable outcomes. Thus our probability is 14410,000\frac{144}{10,000}, or 9625\frac{9}{625}, in which mn=9625\frac{m}{n} = \frac{9}{625}. Thus, m+n=9+625=634m+n = 9+625 = \boxed{634}

~Pinotation