返回题库

AIME 2016 II · 第 3 题

AIME 2016 II — Problem 3

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Let x,y,x,y, and zz be real numbers satisfying the system

log2(xyz3+log5x)=5,log3(xyz3+log5y)=4,log4(xyz3+log5z)=4.\begin{aligned} \log_2(xyz-3+\log_5 x)&=5,\\ \log_3(xyz-3+\log_5 y)&=4,\\ \log_4(xyz-3+\log_5 z)&=4.\\ \end{aligned} Find the value of log5x+log5y+log5z|\log_5 x|+|\log_5 y|+|\log_5 z|.

解析

Solution

First, we get rid of logs by taking powers: xyz3+log5x=25=32xyz-3+\log_5 x=2^{5}=32, xyz3+log5y=34=81xyz-3+\log_5 y=3^{4}=81, and (xyz3+log5z)=44=256(xyz-3+\log_5 z)=4^{4}=256. Adding all the equations up and using the logxy=logx+logy\log {xy}=\log {x}+\log{y} property, we have 3xyz+log5xyz=3783xyz+\log_5{xyz} = 378, so we have xyz=125xyz=125. Solving for x,y,zx,y,z by substituting 125125 for xyzxyz in each equation, we get log5x=90,log5y=41,log5z=134\log_5 x=-90, \log_5 y=-41, \log_5 z=134, so adding all the absolute values we have 90+41+134=26590+41+134=\boxed{265}.

Note: xyz=125xyz=125 because we know xyzxyz has to be a power of 55, and so it is not hard to test values in the equation 3xyz+log5xyz=3783xyz+\log_5{xyz} = 378 in order to achieve desired value for xyzxyz.