返回题库

AIME 1995 · 第 6 题

AIME 1995 — Problem 6

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Let n=231319.n=2^{31}3^{19}. How many positive integer divisors of n2n^2 are less than nn_{} but do not divide nn_{}?

解析

Solution 1

We know that n2=262338n^2 = 2^{62}3^{38} must have (62+1)×(38+1)(62+1)\times (38+1) factors by its prime factorization. If we group all of these factors (excluding nn) into pairs that multiply to n2n^2, then one factor per pair is less than nn, and so there are 63×3912=1228\frac{63\times 39-1}{2} = 1228 factors of n2n^2 that are less than nn. There are 32×201=63932\times20-1 = 639 factors of nn, which clearly are less than nn, but are still factors of nn. Therefore, using complementary counting, there are 1228639=5891228-639=\boxed{589} factors of n2n^2 that do not divide nn.

Solution 2

Let n=p1k1p2k2n=p_1^{k_1}p_2^{k_2} for some primes p1,p2p_1,p_2. Then n2n^2 has (2k1+1)(2k2+1)12\frac{(2k_1+1)(2k_2+1)-1}{2} factors less than nn.

This simplifies to 4k1k2+2k1+2k22=2k1k2+k1+k2\frac{4k_1k_2+2k_1+2k_2}{2}=2k_1k_2+k_1+k_2.

The number of factors of nn less than nn is equal to (k1+1)(k2+1)1=k1k2+k1+k2(k_1+1)(k_2+1)-1=k_1k_2+k_1+k_2.

Thus, our general formula for n=p1k1p2k2n=p_1^{k_1}p_2^{k_2} is

Number of factors that satisfy the above =(2k1k2+k1+k2)(k1k2+k1+k2)=k1k2=(2k_1k_2+k_1+k_2)-(k_1k_2+k_1+k_2)=k_1k_2

Incorporating this into our problem gives 19×31=58919\times31=\boxed{589}.

Solution 3

Consider divisors of n2:a,bn^2: a,b such that ab=n2ab=n^2. WLOG, let bab\ge{a} and b=nab=\frac{n}{a}

Then, it is easy to see that aa will always be less than bb as we go down the divisor list of n2n^2 until we hit nn.

Therefore, the median divisor of n2n^2 is nn.

Then, there are (63)(39)=2457(63)(39)=2457 divisors of n2n^2. Exactly 245712=1228\frac{2457-1}{2}=1228 of these divisors are $

There are (32)(20)1=639(32)(20)-1=639 divisors of nn that are $.

Therefore, the answer is 1228639=5891228-639=\boxed{589}.

Video Solution by OmegaLearn

https://youtu.be/jgyyGeEKhwk?t=259

~ pi_is_3.14