返回题库

AIME 2007 II · 第 2 题

AIME 2007 II — Problem 2

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Find the number of ordered triples (a,b,c)(a,b,c) where aa, bb, and cc are positive integers, aa is a factor of bb, aa is a factor of cc, and a+b+c=100a+b+c=100.

解析

Solution

Denote x=bax = \frac{b}{a} and y=cay = \frac{c}{a}. The last condition reduces to a(1+x+y)=100a(1 + x + y) = 100. Therefore, 1+x+y1 + x + y is equal to one of the 9 factors of 100=2252100 = 2^25^2.

Subtracting the one, we see that x+y={0,1,3,4,9,19,24,49,99}x + y = \{0,1,3,4,9,19,24,49,99\}. There are exactly n1n - 1 ways to find pairs of (x,y)(x,y) if x+y=nx + y = n. Thus, there are 0+0+2+3+8+18+23+48+98=2000 + 0 + 2 + 3 + 8 + 18 + 23 + 48 + 98 = \boxed{200} solutions of (a,b,c)(a,b,c).

Alternatively, note that the sum of the divisors of 100100 is (1+2+22)(1+5+52)(1 + 2 + 2^2)(1 + 5 + 5^2) (notice that after distributing, every divisor is accounted for). This evaluates to 731=2177 \cdot 31 = 217. Subtract 929 \cdot 2 for reasons noted above to get 199199. Finally, this changes 111 \Rightarrow -1, so we have to add one to account for that. We get 200\boxed{200}.

Video Solution by OmegaLearn

https://youtu.be/LqrXinQbk1Q?t=73

~ pi_is_3.14