返回题库

AIME 2010 I · 第 1 题

AIME 2010 I — Problem 1

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Maya lists all the positive divisors of 201022010^2. She then randomly selects two distinct divisors from this list. Let pp be the probability that exactly one of the selected divisors is a perfect square. The probability pp can be expressed in the form mn\frac {m}{n}, where mm and nn are relatively prime positive integers. Find m+nm + n.

解析

Solution 1

20102=2232526722010^2 = 2^2\cdot3^2\cdot5^2\cdot67^2. Thus there are (2+1)4(2+1)^4 divisors, (1+1)4(1+1)^4 of which are squares (the exponent of each prime factor must either be 00 or 22). Therefore the probability is

224(3424)34(341)=268126+81=107.\frac {2\cdot2^4\cdot(3^4 - 2^4)}{3^4(3^4 - 1)} = \frac {26}{81} \Longrightarrow 26+ 81 = \boxed{107}.

Solution 2 (Using a Bit More Counting)

The prime factorization of 201022010^2 is 67232225267^2\cdot3^2\cdot2^2\cdot5^2. Therefore, the number of divisors of 201022010^2 is 343^4 or 8181, 1616 of which are perfect squares. The number of ways we can choose 11 perfect square from the two distinct divisors is (161)(81161)\binom{16}{1}\binom{81-16}{1}. The total number of ways to pick two divisors is (812)\binom{81}{2}

Thus, the probability is

(161)(81161)(812)=16658140=268126+81=107.\frac {\binom{16}{1}\binom{81-16}{1}}{\binom{81}{2}} = \frac {16\cdot65}{81\cdot40} = \frac {26}{81} \Longrightarrow 26+ 81 = \boxed{107}.

Video Solution

https://www.youtube.com/watch?v=YJeF9dLJZuw (Osman Nal)