返回题库

AIME 2020 II · 第 3 题

AIME 2020 II — Problem 3

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

The value of xx that satisfies log2x320=log2x+332020\log_{2^x} 3^{20} = \log_{2^{x+3}} 3^{2020} can be written as mn\frac{m}{n}, where mm and nn are relatively prime positive integers. Find m+nm+n.

解析

Solution

Let log2x320=log2x+332020=n\log _{2^x}3^{20}=\log _{2^{x+3}}3^{2020}=n. Based on the equation, we get (2x)n=320(2^x)^n=3^{20} and (2x+3)n=32020(2^{x+3})^n=3^{2020}. Expanding the second equation, we get 8n2xn=320208^n\cdot2^{xn}=3^{2020}. Substituting the first equation in, we get 8n320=320208^n\cdot3^{20}=3^{2020}, so 8n=320008^n=3^{2000}. Taking the 100th root, we get 8n100=3208^{\frac{n}{100}}=3^{20}. Therefore, (23100)n=320(2^{\frac{3}{100}})^n=3^{20}, and using the our first equation(2xn=3202^{xn}=3^{20}), we get x=3100x=\frac{3}{100} and the answer is 103\boxed{103}. ~rayfish

Easiest Solution

Recall the identity loganbm=mnlogab\log_{a^n} b^{m} = \frac{m}{n}\log_{a} b (which is easily proven using exponents or change of base). Then this problem turns into

20xlog23=2020x+3log23\frac{20}{x}\log_{2} 3 = \frac{2020}{x+3}\log_{2} 3 Divide log23\log_{2} 3 from both sides. And we are left with 20x=2020x+3\frac{20}{x}=\frac{2020}{x+3}.Solving this simple equation we get

x=3100103x = \tfrac{3}{100} \Rightarrow \boxed{103} ~mlgjeffdoge21

Solution 2

Because logabc=clogab,\log_a{b^c}=c\log_a{b}, we have that 20log2x3=2020log2x+33,20\log_{2^x} 3 = 2020\log_{2^{x+3}} 3, or log2x3=101log2x+33.\log_{2^x} 3 = 101\log_{2^{x+3}} 3. Since logab=1logba,\log_a{b}=\dfrac{1}{\log_b{a}}, log2x3=1log32x,\log_{2^x} 3=\dfrac{1}{\log_{3} 2^x}, and 101log2x+33=1011log32x+3,101\log_{2^{x+3}} 3=101\dfrac{1}{\log_{3}2^{x+3}}, thus resulting in log32x+3=101log32x,\log_{3}2^{x+3}=101\log_{3} 2^x, or log32x+3=log32101x.\log_{3}2^{x+3}=\log_{3} 2^{101x}. We remove the base 3 logarithm and the power of 2 to yield x+3=101x,x+3=101x, or x=3100.x=\dfrac{3}{100}.

Our answer is 3+100=103.\boxed{3+100=103}. ~ OreoChocolate

Solution 3 (Official MAA)

Using the Change of Base Formula to convert the logarithms in the given equation to base 22 yields

log2320log22x=log232020log22x+3,  and then  20log23xlog22=2020log23(x+3)log22.\frac{\log_2 3^{20}}{\log_2 2^x} = \frac{\log_2 3^{2020}}{\log_2 2^{x+3}}, \text{~ and then ~} \frac{20\log_2 3}{x\cdot\log_2 2} = \frac{2020\log_2 3}{(x+3)\log_2 2}. Canceling the logarithm factors then yields

20x=2020x+3,\frac{20}x = \frac{2020}{x+3}, which has solution x=3100.x = \frac3{100}. The requested sum is 3+100=1033 + 100 = 103.

Solution 4

log2x320=2xy=320\log_{2^x} 3^{20} = 2^{xy} = 3^{20} log2x+332020=(2x+3)y=32020\log_{2^{x+3}} 3^{2020} = (2^{x+3})^y = 3^{2020} 32020=(320)1013^{2020} = (3^{20})^{101} (2xy)101=(2x+3)y=32020(2^{xy})^{101} = (2^{x+3})^y = 3^{2020} (2xy)101=(2x+3)y2101xy=2xy+3y101xy=xy+3y101xy=y(x+3)(2^{xy})^{101} = (2^{x+3})^y \Rightarrow 2^{101xy} = 2^{xy+3y} \Rightarrow 101xy = xy + 3y \Rightarrow 101xy = y(x+3) 101x=x+3101x = x + 3 100x=3100x = 3 x=3100x = \frac{3}{100}

100+3=103100 + 3 = \boxed{103} ~Airplanes2007

Video Solution

https://www.youtube.com/watch?v=ZCm0SOjTPVE

~North America Math Contest Go Go Go

Video Solution

https://youtu.be/lPr4fYEoXi0 ~ CNCM

Video Solution 2

https://www.youtube.com/watch?v=x0QznvXcwHY?t=528

~IceMatrix

Video Solution 3

https://youtu.be/-CkEF5nWOaI

~avn

Video Solution 4

https://www.youtube.com/watch?v=2TSNY2DDUbQ&t=3s ~ MathEx

Video Solution 5 by OmegaLearn

https://youtu.be/RdIIEhsbZKw?t=1648

~ pi_is_3.14