返回题库

AIME 2000 II · 第 4 题

AIME 2000 II — Problem 4

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

What is the smallest positive integer with six positive odd integer divisors and twelve positive even integer divisors?

解析

Solution 1

We use the fact that the number of divisors of a number n=p1e1p2e2pkekn = p_1^{e_1}p_2^{e_2} \cdots p_k^{e_k} is (e1+1)(e2+1)(ek+1)(e_1 + 1)(e_2 + 1) \cdots (e_k + 1). If a number has 18=23318 = 2 \cdot 3 \cdot 3 factors, then it can have at most 33 distinct primes in its factorization.

Dividing the greatest power of 22 from nn, we have an odd integer with six positive divisors, which indicates that it either is (6=236 = 2 \cdot 3) a prime raised to the 55th power, or two primes, one of which is squared. The smallest example of the former is 35=2433^5 = 243, while the smallest example of the latter is 325=453^2 \cdot 5 = 45.

Suppose we now divide all of the odd factors from nn; then we require a power of 22 with 186=3\frac{18}{6} = 3 factors, namely 231=42^{3-1} = 4. Thus, our answer is 22325=1802^2 \cdot 3^2 \cdot 5 = \boxed{180}.

Solution 2

Somewhat similar to the first solution, we see that the number nn has two even factors for every odd factor. Thus, if xx is an odd factor of nn, then 2x2x and 4x4x must be the two corresponding even factors. So, the prime factorization of nn is 223a5b7c...2^2 3^a 5^b 7^c... for some set of integers a,b,c,...a, b, c, ...

Since there are 1818 factors of nn, we can write:

(2+1)(a+1)(b+1)(c+1)...=18(2+1)(a+1)(b+1)(c+1)... = 18 (a+1)(b+1)(c+1)...=6(a+1)(b+1)(c+1)... = 6

Since 66 only has factors from the set 1,2,3,61, 2, 3, 6, either a=5a=5 and all other variables are 00, or a=3a=3 and b=2b=2, with again all other variables equal to 00. This gives the two numbers 22352^2 \cdot 3^5 and 223252^2 \cdot 3^2 \cdot 5. The latter number is smaller, and is equal to 180\boxed {180}.

Solution 3

We see that the least number with 6 odd factors is 3253^2*5. Multiplied by 222^2 (as each factor of 2 doubles the odd factors, as it can be 2n or 22n2^2n. Finally, you get 180180

-dragoon