返回题库

AIME 2024 II · 第 4 题

AIME 2024 II — Problem 4

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Let x,yx,y and zz be positive real numbers that satisfy the following system of equations:

log2(xyz)=12\log_2\left({x \over yz}\right) = {1 \over 2} log2(yxz)=13\log_2\left({y \over xz}\right) = {1 \over 3} log2(zxy)=14\log_2\left({z \over xy}\right) = {1 \over 4} Then the value of log2(x4y3z2)\left|\log_2(x^4y^3z^2)\right| is mn\tfrac{m}{n} where mm and nn are relatively prime positive integers. Find m+nm+n.

解析

Solution 1

First, let’s realize the rule that logab=loga+logb\log{a}{b}=\log{a}+\log{b}. If we add two equations at a time, and use this rule, we get:

log21z2=12+13=56\log_2{\frac{1}{z^2}} = \frac{1}{2}+\frac{1}{3}= \frac{5}{6} log21x2=13+14=712\log_2{\frac{1}{x^2}} = \frac{1}{3}+\frac{1}{4}= \frac{7}{12} log21y2=12+14=34\log_2{\frac{1}{y^2}} = \frac{1}{2}+\frac{1}{4}= \frac{3}{4}

Now we look into the rule logbc=logblogc\log{\frac{b}{c}}=\log{b}-\log{c}

We can convert the equations above and setting them variables to:

a=log2x2=log21712a = \log_2{x^2}=\log_2{1}-\frac{7}{12} b=log2y2=log2134b = \log_2{y^2}=\log_2{1}-\frac{3}{4} c=log2z2=log2156c = \log_2{z^2}=\log_2{1}-\frac{5}{6}

Then, using the first rule a2bc=4(log21)114a^2bc = 4(\log_2{1})-\frac{11}{4} Make sure you see why there is a2a^2! We are trying to get the absolute value equation.

We are still missing one yy in our log2x4y2z2\log_2{x^4y^2z^2}

How do we get this? We introduce yet another rule(I know, rules are annoying, but useful and easy to memorize once you derive them yourself), logbn=nlogb\log{b^n}=n\log{b}

Using this in our equation b = log2y2=log2134\log_2{y^2}=\log_2{1}-\frac{3}{4}, we get:

2log2y=log21342\log_2{y} = \log_2{1}-\frac{3}{4}

Which gives:

log2y=log21238\log_2{y}=\frac{\log_2{1}}{2}-\frac{3}{8}

Now, using the first rule again, we combine this with log2x4y2z2\log_2{x^4y^2z^2} to get our desired equation! We yield:

log2x4y3z2\log_2{x^4y^3z^2} = 9log212258\frac{9\log_2{1}}{2}-\frac{25}{8}

Then, we feel sad because we don’t know what log21\log_2{1} is. But then we realize, 2 to the power of 0 is 1! So we can just cancel out everything before the 258-\frac{25}{8}.

Therefore, log2x4y3z2\log_2{x^4y^3z^2} is 258-\frac{25}{8}. After absolute value, it is just 258\frac{25}{8}. Summing mm and nn, we obtain 033\boxed{033}

~MathKatana

Solution 2

Denote log2(x)=a\log_2(x) = a, log2(y)=b\log_2(y) = b, and log2(z)=c\log_2(z) = c.

Then, we have: abc=12a-b-c = \frac{1}{2} a+bc=13-a+b-c = \frac{1}{3} ab+c=14-a-b+c = \frac{1}{4}

Now, we can solve to get a=724,b=38,c=512a = \frac{-7}{24}, b = \frac{-3}{8}, c = \frac{-5}{12}. Plugging these values in, we obtain 4a+3b+2c=258    033|4a + 3b + 2c| = \frac{25}{8} \implies \boxed{033}. ~akliu

Solution 3

log2(y/xz)+log2(z/xy)=log2(1/x2)=2log2(x)=712\log_2(y/xz) + \log_2(z/xy) = \log_2(1/x^2) = -2\log_2(x) = \frac{7}{12} log2(x/yz)+log2(z/xy)=log2(1/y2)=2log2(y)=34\log_2(x/yz) + \log_2(z/xy) = \log_2(1/y^2) = -2\log_2(y) = \frac{3}{4} log2(x/yz)+log2(y/xz)=log2(1/z2)=2log2(z)=56\log_2(x/yz) + \log_2(y/xz) = \log_2(1/z^2) = -2\log_2(z) = \frac{5}{6} log2(x)=724\log_2(x) = -\frac{7}{24} log2(y)=38\log_2(y) = -\frac{3}{8} log2(z)=512\log_2(z) = -\frac{5}{12} 4log2(x)+3log2(y)+2log2(z)=25/84\log_2(x) + 3\log_2(y) + 2\log_2(z) = -25/8 25+8=03325 + 8 = \boxed{033}

~Callisto531

Solution 4

Adding all three equations, log2(1xyz)=12+13+14=1312\log_2(\frac{1}{xyz}) = \frac{1}{2}+\frac{1}{3}+\frac{1}{4} = \frac{13}{12}. Subtracting this from every equation, we have:

2log2x=712,2\log_2x = -\frac{7}{12}, 2log2y=34,2\log_2y = -\frac{3}{4}, 2log2z=562\log_2z = -\frac{5}{6} Our desired quantity is the absolute value of 4log2x+3log2y+2log2z=2(712)+3/2(34)+56=2584\log_2x+3\log_2y+2\log_2z = 2(\frac{7}{12})+3/2(\frac{3}{4})+\frac{5}{6} = \frac{25}{8}, so our answer is 25+8=03325+8 = \boxed{033}. ~Spoirvfimidf

Solution 5 (using linear algebra)

You can think of the power of the powers of the expressions inside each logarithm as a vector. The goal is to find some linear combination of those vectors that output the vector [432]\begin{bmatrix} 4 \\ 3 \\ 2 \end{bmatrix}. We can write this:

c1[111]+c2[111]+c3[111]=[432]c_1 \begin{bmatrix} 1 \\ -1 \\ -1 \end{bmatrix} + c_2 \begin{bmatrix} -1 \\ 1 \\ -1 \end{bmatrix} + c_3 \begin{bmatrix} -1 \\ -1 \\ 1 \end{bmatrix} = \begin{bmatrix} 4 \\ 3 \\ 2 \end{bmatrix} To solve this, we can use an augmented matrix and reduce it to reduced row-echelon form:

[111411131112]RREF[10052010300172]\begin{bmatrix} 1 & -1 & -1 & 4 \\ -1 & 1 & - 1 & 3 \\ -1 & -1 & 1 & 2 \end{bmatrix} \xrightarrow{RREF} \begin{bmatrix} 1 & 0 & 0 & -\frac{5}{2} \\ 0 & 1 & 0 & -3 \\ 0 & 0 & 1 & -\frac{7}{2} \end{bmatrix} Notice that in the same way we wrote the initial linear combination, the solution we solved for above also works for the following linear combination:

c1log2(xyz)+c2log2(yxz)+c3log2(zxy)=log2(x4y3z2)c_1 \log_2{\left(\frac{x}{yz}\right)} + c_2 \log_2{\left( \frac{y}{xz} \right)} + c_3 \log_2{\left(\frac{z}{xy}\right)} = \log_2{\left(x^4y^3z^2\right)} Therefore, using the given information, we have:

52log2(xyz)3log2(yxz)72log2(zxy)=52(12)3(13)72(14)=17888=258=log2(x4y3z2)-\frac{5}{2} \log_2{\left(\frac{x}{yz}\right)} - 3 \log_2{\left( \frac{y}{xz} \right)} - \frac{7}{2} \log_2{\left(\frac{z}{xy}\right)} = -\frac{5}{2} \left(\frac{1}{2}\right) - 3 \left(\frac{1}{3}\right) - \frac{7}{2} \left( \frac{1}{4} \right) = -\frac{17}{8} - \frac{8}{8} = -\frac{25}{8} = \log_2{\left(x^4y^3z^2\right)} Finally, log2(x4y3z2)=258| \log_2{\left(x^4y^3z^2\right)} | = \frac{25}{8} and 25+8=03325+8=\boxed{033}

~AudaxGG

Solution 6 (straightforward)

Using the rule logab=loga+logb\log{a}{b}=\log{a}+\log{b} and logab=bloga\log{a^b}=b\log{a}, we turn the value we want into 4log2x+3log2y+2log2z|4\log_2{x}+3\log_2{y}+2\log_2{z}|.

Then, according to the definition of logarithms, which is, logab=c\log_a{b}=c implies ac=ba^c=b, we eliminate the logs for all three equations, move the denominator to the other side, then raise both sides to the same power to rearrange them nicely like this:

x2=2y2z2x^2=2y^2z^2 y3=2x3z3y^3=2x^3z^3 z4=2x4y4z^4=2x^4y^4 We then raise the first equation to the sixth power, the second one to the fourth, the third one to the third to bring them to a common power:

x12=26y12z12x^{12}=2^6y^{12}z^{12} y12=24x12z12y^{12}=2^4x^{12}z^{12} z12=23x12y12z^{12}=2^3x^{12}y^{12} Then, we substitute the first equation to the second, first to the third, and second to the third to get:

x=2724x=2^{-\frac{7}{24}} y=2924y=2^{-\frac{9}{24}} z=21024z=2^{-\frac{10}{24}} Therefore, the value we want is 282427242024=7524=258|-\frac{28}{24}-\frac{27}{24}-\frac{20}{24}|=\frac{75}{24}=\frac{25}{8}. So the answer is 25+8=03325+8=\boxed{033}.

~metrixgo

Video Solution

https://youtu.be/SUie2Jlo-pg

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

Video Solution! Quick, Easy, Fast, Simple!

https://youtu.be/-VDnZ_iWnBM

~MathKatana