返回题库

AIME 2006 II · 第 15 题

AIME 2006 II — Problem 15

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Given that x,y,x, y, and zz are real numbers that satisfy:

x=y2116+z2116,y=z2125+x2125,z=x2136+y2136,\begin{aligned} x &= \sqrt{y^2-\frac{1}{16}}+\sqrt{z^2-\frac{1}{16}}, \\ y &= \sqrt{z^2-\frac{1}{25}}+\sqrt{x^2-\frac{1}{25}}, \\ z &= \sqrt{x^2 - \frac 1{36}}+\sqrt{y^2-\frac 1{36}}, \end{aligned} and that x+y+z=mn,x+y+z = \frac{m}{\sqrt{n}}, where mm and nn are positive integers and nn is not divisible by the square of any prime, find m+n.m+n.

解析

Solution 1 (Geometric Interpretation)

Let XYZ\triangle XYZ be a triangle with sides of length x,yx, y and zz, and suppose this triangle is acute (so all altitudes are in the interior of the triangle).

Let the altitude to the side of length xx be of length hxh_x, and similarly for yy and zz. Then we have by two applications of the Pythagorean Theorem we that

x=y2hx2+z2hx2x = \sqrt{y^2 - h_x^2} + \sqrt{z^2 - h_x^2} As a function of hxh_x, the RHS of this equation is strictly decreasing, so it takes each value in its range exactly once. Thus we must have that hx2=116h_x^2 = \frac1{16} and so hx=14h_x = \frac{1}4 and similarly hy=15h_y = \frac15 and hz=16h_z = \frac16.

The area of the triangle must be the same no matter how we measure it; therefore xhx=yhy=zhzx\cdot h_x = y\cdot h_y = z \cdot h_z gives us x4=y5=z6=2A\frac x4 = \frac y5 = \frac z6 = 2A and x=8A,y=10Ax = 8A, y = 10A and z=12Az = 12A.

The semiperimeter of the triangle is s=8A+10A+12A2=15As = \frac{8A + 10A + 12A}{2} = 15A so by Heron's formula we have

A=15A7A5A3A=15A27A = \sqrt{15A \cdot 7A \cdot 5A \cdot 3A} = 15A^2\sqrt{7} Thus, A=1157A = \frac{1}{15\sqrt{7}} and x+y+z=30A=27x + y + z = 30A = \frac2{\sqrt{7}} and the answer is 2+7=0092 + 7 = \boxed{009}.


The justification that there is an acute triangle with sides of length x,yx, y and zz:

Note that x,yx, y and zz are each the sum of two positive square roots of real numbers, so x,y,z0x, y, z \geq 0. (Recall that, by AIME convention, all numbers (including square roots) are taken to be real unless otherwise indicated.)

Also, y2116<y2=y\sqrt{y^2-\frac{1}{16}} < \sqrt{y^2} = y, so we have x<y+zx < y + z, y<z+xy < z + x and z<x+yz < x + y. But these conditions are exactly those of the triangle inequality, so there does exist such a triangle.

Solution 2 (Heron Bash)

We can rewrite the equations as follows:

14x=(y+14)(y14)(14)(14)+(z+14)(z14)(14)(14)15y=(z+15)(z15)(15)(15)+(x+15)(x15)(15)(15)16z=(x+16)(x16)(16)(16)+(y+16)(y16)(16)(16)\begin{aligned} \frac{1}{4}x &= \sqrt{\left(y+\frac{1}{4}\right) \left(y-\frac{1}{4}\right)\left(\frac{1}{4}\right) \left(\frac{1}{4}\right)}+\sqrt{\left(z+\frac{1}{4}\right) \left(z-\frac{1}{4}\right) \left(\frac{1}{4}\right) \left(\frac{1}{4}\right)} \\ \frac{1}{5} y &= \sqrt{\left(z+\frac{1}{5}\right) \left(z-\frac{1}{5}\right) \left(\frac{1}{5}\right) \left(\frac{1}{5}\right)}+\sqrt{\left(x+\frac{1}{5}\right) \left(x-\frac{1}{5}\right) \left(\frac{1}{5}\right) \left(\frac{1}{5}\right)} \\ \frac{1}{6} z &= \sqrt{\left(x+\frac{1}{6}\right) \left(x-\frac{1}{6}\right) \left(\frac{1}{6}\right) \left(\frac{1}{6}\right)}+\sqrt{\left(y+\frac{1}{6}\right) \left(y-\frac{1}{6}\right) \left(\frac{1}{6}\right) \left(\frac{1}{6}\right)} \end{aligned} Take the first equation. The first square root is the area of a triangle with side lengths y,y,12y,y,\frac{1}{2} by Heron’s Formula. Similarly, the second square root is the area of a triangle with side lengths z,z,12z,z,\frac{1}{2}. If we connect these two triangles together at the 12\frac{1}{2} side, we obtain a kite. The area of the kite is 14x\frac{1}{4}x, and since the first diagonal is 12\frac{1}{2}, the second diagonal is 214x12=x\frac{2\cdot\frac{1}{4}x}{\frac{1}{2}}=x. If we draw this diagonal, we obtain two triangles with side lengths x,y,zx,y,z. Let this triangle have area AA. Then 14x=2A\frac{1}{4}x=2A; extend this for the other two equations to get 15y=2A\frac{1}{5}y=2A and 16z=2A\frac{1}{6}z=2A. Therefore x=8Ax=8A, y=10Ay=10A, and z=12Az=12A. But we can find the area of the x,y,zx,y,z triangle with Heron's:

A=(15A)(7A)(5A)(3A)=15A27A=\sqrt{(15A)(7A)(5A)(3A)}=15A^2\sqrt{7} Therefore A=1157A=\frac{1}{15\sqrt{7}}. Hence x+y+z=30A=27009x+y+z=30A=\frac{2}{\sqrt{7}}\Rightarrow\boxed{009}.

~eevee9406

Solution 3 (Algebraic)

Note that none of x,y,zx,y,z can be zero.

Each of the equations is in the form

a=b2d2+c2d2a=\sqrt{b^2-d^2}+\sqrt{c^2-d^2} Isolate a radical and square the equation to get

b2d2=a22ac2d2+c2d2b^2-d^2=a^2-2a\sqrt{c^2-d^2}+c^2-d^2 Now cancel, and again isolate the radical, and square the equation to get

a4+b4+c4+2a2c22a2b22b2c2=4a2c24a2d2a^4+b^4+c^4+2a^2c^2-2a^2b^2-2b^2c^2=4a^2c^2-4a^2d^2 Rearranging gives

a4+b4+c4=2a2b2+2a2c2+2b2c24a2d2a^4+b^4+c^4=2a^2b^2+2a^2c^2+2b^2c^2-4a^2d^2 Now note that everything is cyclic but the last term (i.e. 4a2d2-4a^2d^2), which implies

4x2116=4y2125=4z2136-4x^2\cdot\frac1{16}=-4y^2\cdot\frac1{25}=-4z^2\cdot\frac1{36} Or

x:y:z=4:5:6    x=4y5 and z=6y5x: y: z=4: 5: 6 \implies x=\frac{4y}5 \textrm{ and } z=\frac{6y}5 Plug these values into the middle equation to get

256y4+625y4+1296y4625=800y4625+1800y4625+1152y4625100y2625\frac{256y^4+625y^4+1296y^4}{625}=\frac{800y^4}{625}+\frac{1800y^4}{625}+\frac{1152y^4}{625}-\frac{100y^2}{625} Simplifying gives

1575y4=100y2 but y0    y2=463 or y=2371575y^4=100y^2 \textrm{ but } y \neq 0 \implies y^2=\frac4{63} \textrm{ or } y=\frac2{3\sqrt7} Substituting the value of yy for xx and zz gives

x+y+z=4y+5y+6y5=3y=3237=27x+y+z = \frac{4y+5y+6y}5 = 3y = 3 \cdot \frac{2}{3\sqrt7} = \frac{2}{\sqrt7} And thus the answer is 009\boxed{009}

~phoenixfire

Video solution

https://www.youtube.com/watch?v=M6sC26dzb_I

Video Solution by OmegaLearn.org

https://youtu.be/9Vlt9g8TgRs