2016 AIME II Problems/Problem 3

Revision as of 19:07, 17 March 2016 by Shaddoll (talk | contribs) (Solution/Problem 3 AIME II)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Problem 3

Let $x,y,$ and $z$ be real numbers satisfying the system $\log_2(xyz-3+\log_5 x)=5$ $\log_3(xyz-3+\log_5 y)=4$ $\log_4(xyz-3+\log_5 z)=4$ Find the value of $|\log_5 x|+|\log_5 y|+|\log_5 z|$.

==Solution First, we get rid of logs by taking powers: $xyz-3+\log_5 x=2^{5}=32$, $xyz-3+\log_5 y=3^{4}=81$, and $(xyz-3+\log_5 z)=4^{4}=256$. Adding all the equations up and using the $\log {xy}=\log {x}+\log{y}$ property, we have $3xyz+\log_5{xyz} = 378$, so we have $xyz=125$. Solving for $x,y,z$ by substituting $125$ for $xyz$ in each equation, we get $\log_5 x=-90, \log_5 y=-41, \log_5 z=134$, so adding all the absolute values we have $90+41+134=\boxed{265}$.

Solution by Shaddoll