Then, using the first rule a2bc=4(log21)−411 Make sure you see why there is a2! We are trying to get the absolute value equation.
We are still missing one y in our log2x4y2z2
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
Using this in our equation b = log2y2=log21−43, we get:
2log2y=log21−43
Which gives:
log2y=2log21−83
Now, using the first rule again, we combine this with log2x4y2z2 to get our desired equation! We yield:
log2x4y3z2 = 29log21−825
Then, we feel sad because we don’t know what log21 is. But then we realize, 2 to the power of 0 is 1! So we can just cancel out everything before the −825.
Therefore, log2x4y3z2 is −825. After absolute value, it is just 825. Summing m and n, we obtain 033
~MathKatana
Solution 2
Denote log2(x)=a, log2(y)=b, and log2(z)=c.
Then, we have: a−b−c=21−a+b−c=31−a−b+c=41
Now, we can solve to get a=24−7,b=8−3,c=12−5. Plugging these values in, we obtain ∣4a+3b+2c∣=825⟹033. ~akliu
Adding all three equations, log2(xyz1)=21+31+41=1213. Subtracting this from every equation, we have:
2log2x=−127,2log2y=−43,2log2z=−65
Our desired quantity is the absolute value of 4log2x+3log2y+2log2z=2(127)+3/2(43)+65=825, so our answer is 25+8=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. We can write this:
c11−1−1+c2−11−1+c3−1−11=432
To solve this, we can use an augmented matrix and reduce it to reduced row-echelon form:
1−1−1−11−1−1−11432RREF100010001−25−3−27
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(yzx)+c2log2(xzy)+c3log2(xyz)=log2(x4y3z2)
Therefore, using the given information, we have:
−25log2(yzx)−3log2(xzy)−27log2(xyz)=−25(21)−3(31)−27(41)=−817−88=−825=log2(x4y3z2)
Finally, ∣log2(x4y3z2)∣=825 and 25+8=033
~AudaxGG
Solution 6 (straightforward)
Using the rule logab=loga+logb and logab=bloga, we turn the value we want into ∣4log2x+3log2y+2log2z∣.
Then, according to the definition of logarithms, which is, logab=c implies ac=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=2y2z2y3=2x3z3z4=2x4y4
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=26y12z12y12=24x12z12z12=23x12y12
Then, we substitute the first equation to the second, first to the third, and second to the third to get:
x=2−247y=2−249z=2−2410
Therefore, the value we want is ∣−2428−2427−2420∣=2475=825. So the answer is 25+8=033.