返回题库

AIME 2009 II · 第 2 题

AIME 2009 II — Problem 2

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Suppose that aa, bb, and cc are positive real numbers such that alog37=27a^{\log_3 7} = 27, blog711=49b^{\log_7 11} = 49, and clog1125=11c^{\log_{11}25} = \sqrt{11}. Find

a(log37)2+b(log711)2+c(log1125)2.a^{(\log_3 7)^2} + b^{(\log_7 11)^2} + c^{(\log_{11} 25)^2}.
解析

Solution 1

First, we have:

x(logyz)2=x((logyz)2)=x(logyz)(logyz)=(xlogyz)logyzx^{(\log_y z)^2} = x^{\left( (\log_y z)^2 \right) } = x^{(\log_y z) \cdot (\log_y z) } = \left( x^{\log_y z} \right)^{\log_y z} Now, let x=ywx=y^w, then we have:

xlogyz=(yw)logyz=ywlogyz=ylogy(zw)=zwx^{\log_y z} = \left( y^w \right)^{\log_y z} = y^{w\log_y z} = y^{\log_y (z^w)} = z^w This is all we need to evaluate the given formula. Note that in our case we have 27=3327=3^3, 49=7249=7^2, and 11=111/2\sqrt{11}=11^{1/2}. We can now compute:

a(log37)2=(alog37)log37=27log37=(33)log37=73=343a^{(\log_3 7)^2} = \left( a^{\log_3 7} \right)^{\log_3 7} = 27^{\log_3 7} = (3^3)^{\log_3 7} = 7^3 = 343 Similarly, we get

b(log711)2=(72)log711=112=121b^{(\log_7 11)^2} = (7^2)^{\log_7 11} = 11^2 = 121 and

c(log1125)2=(111/2)log1125=251/2=5c^{(\log_{11} 25)^2} = (11^{1/2})^{\log_{11} 25} = 25^{1/2} = 5 and therefore the answer is 343+121+5=469343+121+5 = \boxed{469}.

Solution 2

We know from the first three equations that loga27=log37\log_a27 = \log_37, logb49=log711\log_b49 = \log_711, and logc11=log1125\log_c\sqrt{11} = \log_{11}25. Substituting, we find

a(loga27)(log37)+b(logb49)(log711)+c(logc11)(log1125).a^{(\log_a27)(\log_37)} + b^{(\log_b49)(\log_711)} + c^{(\log_c\sqrt {11})(\log_{11}25)}. We know that xlogxy=yx^{\log_xy} =y, so we find

27log37+49log711+11log112527^{\log_37} + 49^{\log_711} + \sqrt {11}^{\log_{11}25} (3log37)3+(7log711)2+(11log1125)1/2.(3^{\log_37})^3 + (7^{\log_711})^2 + ({11^{\log_{11}25}})^{1/2}. The 33 and the log37\log_37 cancel to make 77, and we can do this for the other two terms. Thus, our answer is

73+112+251/27^3 + 11^2 + 25^{1/2} =343+121+5= 343 + 121 + 5 =469.= \boxed {469}.

Solution 3

First, let us take the log base 3 of the first expression. We get log3alog37=3\log_3{a^{\log_3{7}}} = 3. Simplifying, we get

(log37)(log3a)=3(\log_3{7})(\log_3{a}) = 3 . So,

log3a=3log37\log_3 a = \frac{3}{\log_3{7}} , and

a=33log37a = 3^\frac{3}{log_3{7}} . We can repeat the same process for the other equations, giving us

b=72log711b = 7^\frac{2}{\log_7{11}} , and

c=(11)1log1125c = (\sqrt{11})^\frac{1}{\log_ {11}{25}} . Raising aa to the power of (log37)2(\log_3{7})^2, we get

33log37=3log3343=3433^{3\log_3{7}} = 3^{\log_3{343}} = 343 . Repeating a similar process for the other ones(you have to turn the square root to a fractional power for c), we get 343+121+5=469343+121+5 = \boxed{469}

~idk12345678