返回题库

AIME 2014 I · 第 14 题

AIME 2014 I — Problem 14

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem 14

Let mm be the largest real solution to the equation

3x3+5x5+17x17+19x19=x211x4\frac{3}{x-3}+\frac{5}{x-5}+\frac{17}{x-17}+\frac{19}{x-19}=x^2-11x-4

There are positive integers aa, bb, and cc such that m=a+b+cm=a+\sqrt{b+\sqrt{c}}. Find a+b+ca+b+c.

解析

Solution 1

The first step is to notice that the 4 on the right hand side can simplify the terms on the left hand side. If we distribute 1 to 3x3\frac{3}{x-3}, then the fraction becomes of the form xx3\frac{x}{x - 3}. A similar cancellation happens with the other four terms. If we assume x=0x = 0 is not the highest solution (which is true given the answer format) we can cancel the common factor of xx from both sides of the equation.

1x3+1x5+1x17+1x19=x11\frac{1}{x - 3} + \frac{1}{x - 5} + \frac{1}{x - 17} + \frac{1}{x - 19} = x - 11 Then, if we make the substitution y=x11y = x - 11, we can further simplify.

1y+8+1y+6+1y6+1y8=y\frac{1}{y + 8} + \frac{1}{y + 6} + \frac{1}{y - 6} + \frac{1}{y - 8} =y If we group and combine the terms of the form yny - n and y+ny + n, we get this equation:

2yy264+2yy236=y\frac{2y}{y^2 - 64} + \frac{2y}{y^2 - 36} = y Then, we can cancel out a yy from both sides, knowing that x=11x = 11 is not a possible solution given the answer format. After we do that, we can make the final substitution z=y2z = y^2.

2z64+2z36=1\frac{2}{z - 64} + \frac{2}{z - 36} = 1 2z128+2z72=(z64)(z36)2z - 128 + 2z - 72 = (z - 64)(z - 36) 4z200=z2100z+64(36)4z - 200 = z^2 - 100z + 64(36) z2104z+2504=0z^2 - 104z + 2504 = 0 Using the quadratic formula, we get that the largest solution for zz is z=52+102z = 52 + 10\sqrt{2}. Then, repeatedly substituting backwards, we find that the largest value of xx is 11+52+20011 + \sqrt{52 + \sqrt{200}}. The answer is thus 11+52+200=26311 + 52 + 200 = \boxed{263}

Note: When xx is barely larger than 1919, then 19x19\frac{19}{x-19} is very large, so the left side of the equation approaches infinity as xx approaches 1919 from the side greater than 1919. However, we also know as xx gets very large, the fractions get smaller as the left side approaches 00. Since the quadratic on the right side is increasing and positive when x=19x=19, the equation will be true at a certain x>19.x>19. So, we don't have to assume there is an answer x>0.x>0.

Solution 2

Proceed as with Solution 1 until we get the following.

2yy264+2yy236=y    \frac{2y}{y^2 - 64} + \frac{2y}{y^2 - 36} = y \implies 1y264+1y236=12.\frac{1}{y^2 - 64} + \frac{1}{y^2 - 36} = \frac{1}{2}.

Here, we may also use a slightly different substitution, z=y250.z = y^2 - 50. This gives:

1z14+1z+14=12    \frac{1}{z - 14} + \frac{1}{z + 14} = \frac{1}{2} \implies 2zz2196=12    \frac{2z}{z^2 - 196} = \frac{1}{2} \implies z24z196=0.z^2 - 4z - 196 = 0.

We now have a simpler quadratic, eliminating tedious and potentially error-prone calculations. Following through, we get z=2+200    y=52+200z = 2 + \sqrt{200} \implies y = \sqrt{52 + \sqrt{200}} as desired.

Solution 3

Stolen from forums

\begin{align} & \frac{3}{x-3}+\frac{5}{x-5}+\frac{17}{x-17}+\frac{19}{x-19}={{x}^{2}}-11x-4 \\ & x-11=u\Rightarrow x=u+11 \\ & \Rightarrow \frac{3}{u+8}+\frac{5}{u+6}+\frac{17}{u-6}+\frac{19}{u-8}=(u+11)u-4 \\ & \Rightarrow \frac{3(u-8)+19(u+8)}{{{u}^{2}}-64}+\frac{5(u-6)+17(u+6)}{{{u}^{2}}-36}={{u}^{2}}+11u-4 \\ & \Rightarrow \frac{22u+128}{{{u}^{2}}-64}+\frac{22u+72}{{{u}^{2}}-36}={{u}^{2}}+11u-4 \\ & \Rightarrow \frac{2({{u}^{2}}+11u)}{{{u}^{2}}-64}+\frac{2({{u}^{2}}+11u)}{{{u}^{2}}-36}={{u}^{2}}+11u \\ & \Rightarrow \left\{ \begin{matrix} {{u}^{2}}+11u=0\Rightarrow u=0,-11 \\ \frac{2}{{{u}^{2}}-64}+\frac{2}{{{u}^{2}}-36}=1\Rightarrow ({{u}^{2}}-36)({{u}^{2}}-64)=4{{u}^{2}}-200 \\ \end{matrix} \right. \\ & {{u}^{4}}-104{{u}^{2}}+2504=0\Rightarrow {{u}^{2}}=52\pm 10\sqrt{2} \\ & \Rightarrow u=\pm \sqrt{52\pm 10\sqrt{2}}\Rightarrow x=11\pm \sqrt{52\pm 10\sqrt{2}} \end{align}

Video Solution by Punxsutawney Phil

https://youtu.be/pNsmv333SE0

Video Solution by Mathematical Dexterity (Pure magic!)

https://www.youtube.com/watch?v=7b7IPOYZbrk

Video Solution: Math Bear presents... A Fun Algebra Equation Problem

https://www.youtube.com/watch?v=1hdYnbm4Tvo