返回题库

AIME 2019 II · 第 6 题

AIME 2019 II — Problem 6

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

In a Martian civilization, all logarithms whose bases are not specified are assumed to be base bb, for some fixed b2b\ge2. A Martian student writes down

3log(xlogx)=563\log(\sqrt{x}\log x)=56 loglogx(x)=54\log_{\log x}(x)=54 and finds that this system of equations has a single real number solution x>1x>1. Find bb.

解析

Solution 1

Using change of base on the second equation to base b,

logxloglogbx=54\frac{\log x}{\log \log_{b}{x}}=54 logx=54loglogbx\log x = 54 \cdot \log\log_{b}{x} x=(logbx)54x = (\log_{b}{x})^{54} Note by dolphin7 - you could also just rewrite the second equation in exponent form.

Substituting this into the x\sqrt x of the first equation,

3logb((logbx)27logbx)=563\log_{b}{((\log_{b}{x})^{27}\log_{b}{x})} = 56 3logb(logbx)28=563\log_{b}{(\log_{b}{x})^{28}} = 56 logb(logbx)84=56\log_{b}{(\log_{b}{x})^{84}} = 56 We can manipulate this equation to be able to substitute x=(logbx)54x = (\log_{b}{x})^{54} a couple more times:

logb(logbx)54=565484\log_{b}{(\log_{b}{x})^{54}} = 56 \cdot \frac{54}{84} logbx=36\log_{b}{x} = 36 (logbx)54=3654(\log_{b}{x})^{54} = 36^{54} x=6108x = 6^{108} However, since we found that logbx=36\log_{b}{x} = 36, xx is also equal to b36b^{36}. Equating these,

b36=6108b^{36} = 6^{108} b=63=216b = 6^3 = \boxed{216}

Solution 2

We start by simplifying the first equation to

3logb(xlogx)=logb(x32log3x)=563\log_{b}{(\sqrt{x}\log x)}=\log_{b}{(x^{\frac{3}{2}}\log^3x)}=56 x32logb3x=b56x^\frac{3}{2}\cdot \log_b^3x=b^{56} Next, we simplify the second equation to

loglog(x)(x)=logb(x)logb(logb(x))=54\log_{\log(x)}(x)=\frac{\log_b(x)}{\log_b(\log_b(x))}=54 logbx=54logb(logb(x))=logb(logb54(x))\log_bx=54\log_b(\log_b(x))=\log_b(\log_b^{54}(x)) x=logb54xx=\log_b^{54}x Substituting this into the first equation gives

logb5432(x)logb3x=logb84x=b56\log_b^{54\cdot \frac{3}{2}}(x)\cdot \log_b^3x=\log_b^{84}x=b^{56} x=bb5684=bb23x=b^{b^{\frac{56}{84}}}=b^{b^{\frac{2}{3}}} Plugging this into x=logb54xx=\log_b^{54}x gives

bb23=logb54(bb23)=b2354=b36b^{b^{\frac{2}{3}}}=\log_b^{54}(b^{b^\frac{2}{3}})=b^{\frac{2}{3}\cdot 54}=b^{36} b23=36b^{\frac{2}{3}}=36 b=3632=63=216b=36^{\frac{3}{2}}=6^3=\boxed{216} -ktong

Solution 3

Apply change of base to

loglogx(x)=54\log_{\log x}(x)=54 to yield:

logb(x)logb(logb(x))=54\frac{\log_b(x)}{\log_b(\log_b(x))}=54 which can be rearranged as:

logb(x)54=logb(logb(x))\frac{\log_b(x)}{54}=\log_b(\log_b(x)) Apply log properties to

3log(xlogx)=563\log(\sqrt{x}\log x)=56 to yield:

3(12logb(x)+logb(logb(x)))=5612logb(x)+logb(logb(x))=5633(\frac{1}{2}\log_b(x)+\log_b(\log_b(x)))=56\Rightarrow\frac{1}{2}\log_b(x)+\log_b(\log_b(x))=\frac{56}{3} Substituting

logb(x)54=logb(logb(x))\frac{\log_b(x)}{54}=\log_b(\log_b(x)) into the equation 12logb(x)+logb(logb(x))=563\frac{1}{2}\log_b(x)+\log_b(\log_b(x))=\frac{56}{3} yields:

12logb(x)+logb(x)54=28logb(x)54=563\frac{1}{2}\log_b(x)+\frac{\log_b(x)}{54}=\frac{28\log_b(x)}{54}=\frac{56}{3} So

logb(x)=36.\log_b(x)=36. Substituting this back in to

logb(x)54=logb(logb(x))\frac{\log_b(x)}{54}=\log_b(\log_b(x)) yields

3654=logb(36).\frac{36}{54}=\log_b(36). So,

b23=36b=216b^{\frac{2}{3}}=36\Rightarrow \boxed{b=216} -Ghazt2002

Solution 4

1st equation:

log(xlogx)=563\log (\sqrt{x}\log x)=\frac{56}{3} log(x)+log(logx)=12logx+log(logx)=563\log(\sqrt x)+\log(\log x)=\frac{1}{2}\log x+\log(\log x)=\frac{56}{3} 2nd equation:

x=(logx)54x=(\log x)^{54} So now substitute logx=a\log x=a and x=bax=b^a:

ba=a54b^a=a^{54} b=a54ab=a^{\frac{54}{a}} We also have that

12a+loga54aa=563\frac{1}{2}a+\log_{a^\frac{54}{a}} a=\frac{56}{3} 12a+154a=563\frac{1}{2}a+\frac{1}{54}a=\frac{56}{3} This means that 1427a=563\frac{14}{27}a=\frac{56}{3}, so

a=36a=36 b=365436=3632=216b=36^{\frac{54}{36}}=36^\frac{3}{2}=\boxed{216} .

-Stormersyle

Solution 5 (Substitution)

Let y=logbxy = \log _{b} x Then we have

3logb(yx)=563\log _{b} (y\sqrt{x}) = 56 logyx=54\log _{y} x = 54 which gives

y54=xy^{54} = x Plugging this in gives

3logb(yy27)=3logby28=563\log _{b} (y \cdot y^{27}) = 3\log _{b} y^{28} = 56 which gives

logby=23\log _{b} y = \dfrac{2}{3} so

b2/3=yb^{2/3} = y By substitution we have

b36=xb^{36} = x which gives

y=logbx=36y = \log _{b} x = 36 Plugging in again we get

b=363/2=216b = 36^{3/2} = \fbox{216} --Hi3142

Solution 6 (Also Substitution)

This system of equations looks complicated to work with, so we let a=logbxa=\log_bx to make it easier for us to read.

Now, the first equation becomes 3log(xa)=56    log(xa)=5633\log(\sqrt x \cdot a) = 56 \implies \log(\sqrt{x}\cdot a)=\frac{56}3.

The second equation, loglog(x)(x)=54\log_{\log(x)}(x)=54 gives us a54=x\underline{a^{54} = x}.

Let's plug this back into the first equation to see what we get: logb(a54a)=563\log_b(\sqrt{a^{54}}\cdot a)=\frac{56}3, and simplifying, logb(a27a1)=logb(a28)=563\log_b(a^{27}\cdot a^1)=\log_b(a^{28})=\frac{56}{3}, so b563=a28    b23=ab^{\frac{56}3}=a^{28}\implies \underline{b^{\frac 23}=a}.

Combining this new finding with what we had above a54=(b23)54=x    b36=xa^{54} = (b^{\frac 23})^{54} = x\implies \mathbf{b^{36} =x}.

Now that we've expressed one variable in terms of the other, we can plug this into either equation, say equation 1. Then we get logb(b36logb(b36)=563    \log_b(\sqrt{b^{36}}\cdot\log_b(b^{36})=\frac{56}3\implieslogb(b1836)=563    b563=b1836\log_b(b^{18}\cdot 36)=\frac{56}3\implies b^{\frac{56}3}=b^{18}\cdot 36.

Finally, that gives us that b563b18=36    b56318=b563543=b23=36    b=3632=63\frac{b^{\frac{56}3}}{b^{18}}=36\implies b^{\frac{56}{3}-18}=b^{\frac{56}{3}-\frac{54}{3}}=b^{\frac 23}=36\implies b=36^{\frac 32}=6^3. Thus, b=216b=\boxed{216}.

~BakedPotato66

Solution 7 (Easy System of Equations)

Using change of base on the second equation, we have

logbxlogblogbx=54\frac{\log_{b} x}{\log_{b} \log_{b} x} = 54 Using log rules on the first equation, we have

32logbx+3logblogbx=56\frac{3}{2} \log_{b} x + 3 \log_{b} \log_{b} x = 56 We notice that logbx\log_{b} x and logblogbx\log_{b} \log_{b} x are in both equations. Thus, we set m=logbxm = \log_{b} x and n=logblogbxn = \log_{b} \log_{b} x and we have

32m+3n=56\frac{3}{2} m + 3n = 56 mn=54\frac{m}{n} = 54 Solving this yields m=36m = 36, n=23n = \frac{2}{3}.

Now, n=logblogbx=logbm=logb36n = \log_{b} \log_{b} x = \log_{b} m = \log_{b} 36, so we have logb36=23\log_{b} 36 = \frac{2}{3}. Solving this yields b=216b = \boxed{216}.

~ adam_zheng

Solution 8 (Definition of Logarithm)

The second equation implies that

loglogbxx=54    (logbx)54=x    logbx=x154\log_{\log_b x} x=54\implies (\log_b x)^{54}=x \implies \log_b x=x^{\frac{1}{54}} The first equation implies that

3logb(xlogbx)=56    b563=xlogbx3\log_b(\sqrt{x} \log_b x)=56 \implies b^{\frac{56}{3}}=\sqrt{x} \log_b x Substituting the first result into the second gives us

b563=x12x154    b=x136.b^{\frac{56}{3}}=x^{\frac{1}{2}}\cdot x^{\frac{1}{54}} \implies b=x^{\frac{1}{36}}. Because b36=x,b^{36}=x, logbx=36\log_b x=36 by the definition of a logarithm. Substituting this into the second equation,

log36x=54    x=3654.\log_{36} x=54 \implies x=36^{54}. Finally,

b=(3654)136=3654136=6232=63=216.b=(36^{54})^{\frac{1}{36}}=36^{54\cdot\frac{1}{36}}=6^{2*\frac{3}{2}}=6^3=\boxed{216}.