返回题库

AIME 2005 I · 第 8 题

AIME 2005 I — Problem 8

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

The equation 2333x2+2111x+2=2222x+1+12^{333x-2} + 2^{111x+2} = 2^{222x+1} + 1 has three real roots. Given that their sum is m/nm/n where mm and nn are relatively prime positive integers, find m+n.m+n.

解析

Solution

Let y=2111xy = 2^{111x}. Then our equation reads 14y3+4y=2y2+1\frac{1}{4}y^3 + 4y = 2y^2 + 1 or y38y2+16y4=0y^3 - 8y^2 + 16y - 4 = 0. Thus, if this equation has roots r1,r2r_1, r_2 and r3r_3, by Vieta's formulas we have r1r2r3=4r_1\cdot r_2\cdot r_3 = 4. Let the corresponding values of xx be x1,x2x_1, x_2 and x3x_3. Then the previous statement says that 2111(x1+x2+x3)=42^{111\cdot(x_1 + x_2 + x_3)} = 4 so taking a logarithm of that gives 111(x1+x2+x3)=2111(x_1 + x_2 + x_3) = 2 and x1+x2+x3=2111x_1 + x_2 + x_3 = \frac{2}{111}. Thus the answer is 111+2=113111 + 2 = \boxed{113}.