返回题库

AIME 2023 I · 第 4 题

AIME 2023 I — Problem 4

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

The sum of all positive integers mm such that 13!m\frac{13!}{m} is a perfect square can be written as 2a3b5c7d11e13f,2^a3^b5^c7^d11^e13^f, where a,b,c,d,e,a,b,c,d,e, and ff are positive integers. Find a+b+c+d+e+f.a+b+c+d+e+f.

Video Solution by MegaMath

https://www.youtube.com/watch?v=EqLTyGanr4s&t=136s

解析

Solution 1

We first rewrite 13!13! as a prime factorization, which is 210355271113.2^{10}\cdot3^5\cdot5^2\cdot7\cdot11\cdot13.

For the fraction to be a square, it needs each prime to be an even power. This means mm must contain 711137\cdot11\cdot13. Also, mm can contain any even power of 22 up to 2102^{10}, any odd power of 33 up to 353^{5}, and any even power of 55 up to 525^{2}. The sum of mm is

(20+22+24+26+28+210)(31+33+35)(50+52)(71)(111)(131)=(2^0+2^2+2^4+2^6+2^8+2^{10})(3^1+3^3+3^5)(5^0+5^2)(7^1)(11^1)(13^1) = 13652732671113=23257311134.1365\cdot273\cdot26\cdot7\cdot11\cdot13 = 2\cdot3^2\cdot5\cdot7^3\cdot11\cdot13^4. Therefore, the answer is 1+2+1+3+1+4=0121+2+1+3+1+4=\boxed{012}.

~chem1kall

Solution 2

The prime factorization of 13!13! is

210355271113.2^{10} \cdot 3^5 \cdot 5^2 \cdot 7 \cdot 11 \cdot 13. To get 13!m\frac{13!}{m} a perfect square, we must have m=22x31+2y52z71113m = 2^{2x} \cdot 3^{1 + 2y} \cdot 5^{2z} \cdot 7 \cdot 11 \cdot 13, where x{0,1,,5}x \in \left\{ 0, 1, \cdots , 5 \right\}, y{0,1,2}y \in \left\{ 0, 1, 2 \right\}, z{0,1}z \in \left\{ 0, 1 \right\}.

Hence, the sum of all feasible mm is

x=05y=02z=0122x31+2y52z71113=(x=0522x)(y=0231+2y)(z=0152z)71113=461413(931)91252125171113=23257311134.\begin{aligned} \sum_{x=0}^5 \sum_{y=0}^2 \sum_{z=0}^1 2^{2x} \cdot 3^{1 + 2y} \cdot 5^{2z} \cdot 7 \cdot 11 \cdot 13 & = \left( \sum_{x=0}^5 2^{2x} \right) \left( \sum_{y=0}^2 3^{1 + 2y} \right) \left( \sum_{z=0}^1 5^{2z} \right) 7 \cdot 11 \cdot 13 \\ & = \frac{4^6 - 1}{4-1} \cdot \frac{3 \cdot \left( 9^3 - 1 \right)}{9 - 1} \cdot \frac{25^2 - 1}{25 - 1} \cdot 7 \cdot 11 \cdot 13 \\ & = 2 \cdot 3^2 \cdot 5 \cdot 7^3 \cdot 11 \cdot 13^4 . \end{aligned} Therefore, the answer is

1+2+1+3+1+4=012.\begin{aligned} 1 + 2 + 1 + 3 + 1 + 4 & = \boxed{012} . \end{aligned} ~Steven Chen (Professor Chen Education Palace, www.professorchenedu.com)

Solution 3 (Educated Guess and Engineer's Induction (Fake solve))

Try smaller cases. There is clearly only one mm that makes 2!m\frac{2!}{m} a square, and this is m=2m=2. Here, the sum of the exponents in the prime factorization is just 11. Furthermore, the only mm that makes 3!m\frac{3!}{m} a square is m=6=2131m = 6 = 2^13^1, and the sum of the exponents is 22 here. Trying 4!m\frac{4!}{m} and 5!m\frac{5!}{m}, the sums of the exponents are 33 and 44. Based on this, we (incorrectly!) conclude that, when we are given n!m\frac{n!}{m}, the desired sum is n1n-1. The problem gives us 13!m\frac{13!}{m}, so the answer is 131=01213-1 = \boxed{012}.

-InsetIowa9

However...

The induction fails starting at n=9n = 9 ! The actual answers f(n)f(n) for small nn are: 0,1,2,3,4,5,6,7,7,7,8,11,120, 1, 2, 3, 4, 5, 6, 7, 7, 7, 8, 11, 12 In general, f(p)=f(p1)+1f(p) = f(p-1)+1 if p is prime, n=4,6,8n=4,6,8 are "lucky", and the pattern breaks down after n=8n=8

-"fake" warning by oinava

Video Solutions

I also somewhat try to explain how the formula for sum of the divisors works, not sure I succeeded. Was 3 AM lol. https://youtube.com/MUYC2fBF2U4

~IceMatrix