返回题库

AIME 2023 I · 第 2 题

AIME 2023 I — Problem 2

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Positive real numbers b1b \not= 1 and nn satisfy the equations

logbn=logbnandblogbn=logb(bn).\sqrt{\log_b n} = \log_b \sqrt{n} \qquad \text{and} \qquad b \cdot \log_b n = \log_b (bn). The value of nn is jk,\frac{j}{k}, where jj and kk are relatively prime positive integers. Find j+k.j+k.

解析

Solution 1

Denote x=logbnx = \log_b n. Hence, the system of equations given in the problem can be rewritten as

x=12x,bx=1+x.\begin{aligned} \sqrt{x} & = \frac{1}{2} x , \\ bx & = 1 + x . \end{aligned} Solving the system gives x=4x = 4 and b=54b = \frac{5}{4}. Therefore,

n=bx=625256.n = b^x = \frac{625}{256}. Therefore, the answer is 625+256=881625 + 256 = \boxed{881}.

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

Solution 2

We can use the property that log(xy)=log(x)+log(y)\log(xy) = \log(x) + \log(y) on the first equation. We get logb(bn)=1+logb(n)\log_b(bn) = 1 + \log_b(n). Then, subtracting logb(n)\log_b(n) from both sides, we get (b1)logb(n)=1(b-1) \log_b(n) = 1, therefore logb(n)=1b1\log_b(n) = \frac{1}{b-1}. Substituting that into our first equation, we get 12b2=1b1\frac{1}{2b-2} = \sqrt{\frac{1}{b-1}}. Squaring, reciprocating, and simplifying both sides, we get the quadratic 4b29b+5=04b^2 - 9b + 5 = 0. Solving for bb, we get 54\frac{5}{4} and 11. Since the problem said that b1b \neq 1, b=54b = \frac{5}{4}. To solve for nn, we can use the property that logb(n)=1b1\log_b(n) = \frac{1}{b-1}. log54(n)=4\log_\frac{5}{4}(n) = 4, so n=5444=625256n = \frac{5^4}{4^4} = \frac{625}{256}. Adding these together, we get 881\boxed{881}

~idk12345678

Solution 3 (quick)

There is some xx such that n=b4x2n=b^{4x^2}. The first equation becomes 2x=2x22x=2x^2, so x=1x=1 since x0x\ne 0 following from the stated b1b\ne 1. Thus n=b412=b4n=b^{4\cdot 1^2}=b^4, which turns the second equation into 4b=54b=5. Thus b=54b=\frac{5}{4} and n=b4=625256n= b^4=\frac{625}{256}. Adding the numerator and denominator gives 881\boxed{881}.

Honestly, this problem is kinda well placed.

~Yrock

Video Solution by TheBeautyofMath

https://youtu.be/U96XHH23zhA

~IceMatrix

Video Solution & More by MegaMath

https://www.youtube.com/watch?v=jxY7BBe-4gU