返回题库

AIME 1998 · 第 1 题

AIME 1998 — Problem 1

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

For how many values of kk is 121212^{12} the least common multiple of the positive integers 666^6, 888^8, and kk?

解析

Solution 1

It is evident that kk has only 2s and 3s in its prime factorization, or k=2a3bk = 2^a3^b.

  • 66=26366^6 = 2^6\cdot3^6
  • 88=2248^8 = 2^{24}
  • 1212=22431212^{12} = 2^{24}\cdot3^{12}

The LCM of any numbers an be found by writing out their factorizations and taking the greatest power for each factor. [66,88]=22436[6^6,8^8] = 2^{24}3^6. Therefore 1212=224312=[22436,2a3b]=2max(24,a)3max(6,b)12^{12} = 2^{24}\cdot3^{12} = [2^{24}3^6,2^a3^b] = 2^{\max(24,a)}3^{\max(6,b)}, and b=12b = 12. Since 0a240 \le a \le 24, there are 25\boxed{25} values of kk.

Solution 2

We want the number of kk such that lcm(66,88,k)=1212\operatorname{lcm}(6^6,8^8,k)=12^{12}.

Using lcm\operatorname{lcm} properties, this is lcm(lcm(2636,224),k)=224312\operatorname{lcm}(\operatorname{lcm}(2^6\cdot 3^6,2^{24}),k)=2^{24} \cdot 3^{12}, or lcm(22436,k)=224312\operatorname{lcm}(2^{24}\cdot 3^6,k)=2^{24}\cdot 3^{12}.

At this point, we realize that k=2a3bk=2^a\cdot3^b, as any other prime factors would be included in the lcm\operatorname{lcm}.

Also, b=12b=12 (or the power of 33 in the lcm\operatorname{lcm} wouldn't be 1212) and 0a240\le a\le 24 (or the power of 22 in the lcm\operatorname{lcm} would be aa and not 2424).

Therefore, aa can be any integer from 00 to 2424, for a total of 2525 values of aa and 025\boxed{025} values of kk.

Video Solution by OmegaLearn

https://youtu.be/HISL2-N5NVg?t=2899

~ pi_is_3.14