返回题库

AIME 2024 II · 第 14 题

AIME 2024 II — Problem 14

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Let b2b\ge 2 be an integer. Call a positive integer nn b-eautifulb\text-\textit{eautiful} if it has exactly two digits when expressed in base bb and these two digits sum to n\sqrt n. For example, 8181 is 13-eautiful13\text-\textit{eautiful} because 81=6 31381 = \underline{6} \ \underline{3}_{13} and 6+3=816 + 3 = \sqrt{81}. Find the least integer b2b\ge 2 for which there are more than ten b-eautifulb\text-\textit{eautiful} integers.

解析

Solution

We write the base-bb two-digit integer as (xy)b\left( xy \right)_b. Thus, this number satisfies

(x+y)2=bx+y\left( x + y \right)^2 = b x + y with x{1,2,,b1}x \in \left\{ 1, 2, \cdots , b-1 \right\} and y{0,1,,b1}y \in \left\{ 0, 1, \cdots , b - 1 \right\}.

The above conditions imply (x+y)2<b2\left( x + y \right)^2 < b^2. Thus, x+yb1x + y \leq b - 1.

The above equation can be reorganized as

(x+y)(x+y1)=(b1)x.\left( x + y \right) \left( x + y - 1 \right) = \left( b - 1 \right) x . Denote z=x+yz = x + y and b=b1b' = b - 1. Thus, we have

z(z1)=bx,(1)z \left( z - 1 \right) = b' x , \hspace{1cm} (1) where z{2,3,,b}z \in \left\{ 2, 3, \cdots , b' \right\} and x{1,2,,b}x \in \left\{ 1, 2, \cdots , b' \right\}.

Next, for each bb', we solve Equation (1).

We write bb' in the prime factorization form as b=Πi=1npikib' = \Pi_{i=1}^n p_i^{k_i}. Let (A,Aˉ)\left(A, \bar A \right) be any ordered partition of {1,2,,n}\left\{ 1, 2, \cdots , n \right\} (we allow one set to be empty). Denote PA=ΠiApikiP_A = \Pi_{i \in A} p_i^{k_i} and PAˉ=ΠiAˉpikiP_{\bar A} = \Pi_{i \in \bar A} p_i^{k_i}.

Because gcd(z,z1)=1{\rm gcd} \left( z, z-1 \right) = 1, there must exist such an ordered partition, such that PAzP_A | z and PAˉz1P_{\bar A} | z-1.

Next, we prove that for each ordered partition (A,Aˉ)\left( A, \bar A \right), if a solution of zz exists, then it must be unique.

Suppose there are two solutions of zz under partition (A,Aˉ)\left( A, \bar A \right): z1=c1PAz_1 = c_1 P_A, z11=d1PAˉz_1 - 1 = d_1 P_{\bar A}, and z2=c2PAz_2 = c_2 P_A, z21=d2PAˉz_2 - 1 = d_2 P_{\bar A}. W.L.O.G., assume c1<c2c_1 < c_2. Hence, we have

(c2c1)PA=(d2d1)PAˉ.\left( c_2 - c_1 \right) P_A = \left( d_2 - d_1 \right) P_{\bar A} . Because gcd(PA,PAˉ)=1{\rm gcd} \left( P_A, P_{\bar A} \right) = 1 and c1<c2c_1 < c_2, there exists a positive integer mm, such that c2=c1+mPAˉc_2 = c_1 + m P_{\bar A} and d2=d1+mPAd_2 = d_1 + m P_A. Thus, \begin{align*} z_2 & = z_1 + m P_A P_{\bar A} \\ & = z_1 + m b' \\ & > b' . \end{align*}

However, recall z2bz_2 \leq b'. We get a contradiction. Therefore, under each ordered partition for bb', the solution of zz is unique.

Note that if bb' has nn distinct prime factors, the number of ordered partitions is 2n2^n. Therefore, to find a bb' such that the number of solutions of zz is more than 10, the smallest nn is 4.

With n=4n = 4, the smallest number is 2357=2102 \cdot 3 \cdot 5 \cdot 7 = 210. Now, we set b=210b' = 210 and check whether the number of solutions of zz under this bb' is more than 10.

We can easily see that all ordered partitions (except A=A = \emptyset) guarantee feasible solutions of zz. Therefore, we have found a valid bb'. Therefore, b=b+1=(211) b = b' + 1 = \boxed{\textbf{(211) }}.

~Shen Kislay Kai and Steven Chen (Professor Chen Education Palace, www.professorchenedu.com)

I can't comprehend the end!

Continue until reaching

z(z1)=bx,(1)z \left( z - 1 \right) = b' x , \hspace{1cm} (1) where z{2,3,,b}z \in \left\{ 2, 3, \cdots , b' \right\} and x{1,2,,b}x \in \left\{ 1, 2, \cdots , b' \right\}. Notice that xx must divide into z(z1)z(z-1) as bx=z(z1)b'x = z(z-1). Then, notice that gcd(z,z1)=1\gcd(z,z-1) = 1, and thus either x  zx~|~ z or x  z1x ~ | ~ z-1.

Every solution then corresponds to a rough divisor of bb'. Thus, suppose bb' has nn positive prime divisors. Then, every divisor can be distributed to zz or z1z-1, contributing a total of 2n2^n choices. To obtain more than 10 solutions, one must find 2n>102^n > 10, in which n4n \ge 4.

The smallest bb' occurs with the four smallest prime divisors, those being, 2, 3, 5, 7, giving b=210b' = 210, and thus b=b+1=211b = b' + 1 = \boxed{211}.

~Pinotation

Video Solution

https://youtu.be/N7rLL1Xt9go

~Steven Chen (Professor Chen Education Palace, www.professorchenedu.com)

Video Solution

https://youtu.be/0FCGY9xfEq0?si=9Fu4owVaSm-WWxFJ

~MathProblemSolvingSkills.com