返回题库

AIME 2010 I · 第 9 题

AIME 2010 I — Problem 9

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Let (a,b,c)(a,b,c) be the real solution of the system of equations x3xyz=2x^3 - xyz = 2, y3xyz=6y^3 - xyz = 6, z3xyz=20z^3 - xyz = 20. The greatest possible value of a3+b3+c3a^3 + b^3 + c^3 can be written in the form mn\frac {m}{n}, where mm and nn are relatively prime positive integers. Find m+nm + n.

解析

Solution

Solution 1

Add the three equations to get a3+b3+c3=28+3abca^3 + b^3 + c^3 = 28 + 3abc. Now, let abc=pabc = p. a=p+23a = \sqrt [3]{p + 2}, b=p+63b = \sqrt [3]{p + 6} and c=p+203c = \sqrt [3]{p + 20}, so p=abc=(p+23)(p+63)(p+203)p = abc = (\sqrt [3]{p + 2})(\sqrt [3]{p + 6})(\sqrt [3]{p + 20}). Now cube both sides; the p3p^3 terms cancel out. Solve the remaining quadratic to get p=4,157p = - 4, - \frac {15}{7}. To maximize a3+b3+c3a^3 + b^3 + c^3 choose p=157p = - \frac {15}{7} and so the sum is 28457=19645728 - \frac {45}{7} = \frac {196 - 45}{7} giving 151+7=158151 + 7 = \fbox{158}.

Solution 2

This is almost the same as solution 1. Note a3+b3+c3=28+3abca^3 + b^3 + c^3 = 28 + 3abc. Next, let k=a3k = a^3. Note that b=k+43b = \sqrt [3]{k + 4} and c=k+183c = \sqrt [3]{k + 18}, so we have 28+3k(k+4)(k+18)3=28+3abc=a3+b3+c3=3k+2228 + 3\sqrt [3]{k(k+4)(k+18)} = 28+3abc=a^3+b^3+c^3=3k+22. Move 28 over, divide both sides by 3, then cube to get k36k2+12k8=k3+22k2+18kk^3-6k^2+12k-8 = k^3+22k^2+18k. The k3k^3 terms cancel out, so solve the quadratic to get k=2,17k = -2, -\frac{1}{7}. We maximize abcabc by choosing k=17k = -\frac{1}{7}, which gives us a3+b3+c3=3k+22=1517a^3+b^3+c^3 = 3k + 22 = \frac{151}{7}. Thus, our answer is 151+7=158151+7=\boxed{158}.

Solution 3

We have that x3=2+xyzx^3 = 2 + xyz, y3=6+xyzy^3 = 6 + xyz, and z3=20+xyzz^3 = 20 + xyz. Multiplying the three equations, and letting m=xyzm = xyz, we have that m3=(2+m)(6+m)(20+m)m^3 = (2+m)(6+m)(20+m), and reducing, that 7m2+43m+60=07m^2 + 43m + 60 = 0, which has solutions m=157,4m = -\frac{15}{7}, -4. Adding the three equations and testing both solutions, we find the answer of 1517\frac{151}{7}, so the desired quantity is 151+7=158151 + 7 = \fbox{158}.

Video Solution by OmegaLearn

https://youtu.be/SpSuqWY01SE?t=1293

~ pi_is_3.14

Remark

It is tempting to add the equations and then use the well-known factorization x3+y3+z33xyz=(x+y+z)(x2+y2+z2xyxzyz)x^3+y^3+z^3-3xyz = (x+y+z)(x^2+y^2+z^2-xy-xz-yz). Unfortunately such a factorization is just a red herring: it doesn't give much information on a3+b3+c3a^3+b^3+c^3.

Another Remark

The real problem with adding the equations is that x,y,zx, y, z are real numbers based on the problem, but the adding trick only works when x,y,zx, y, z are integers.

Video Solution

https://youtu.be/LXct4j_rYfw (Video unavailable as of 20240829)

~Shreyas S