返回题库

AIME 1994 · 第 10 题

AIME 1994 — Problem 10

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

In triangle ABC,ABC,\, angle CC is a right angle and the altitude from CC\, meets AB\overline{AB}\, at D.D.\, The lengths of the sides of ABC\triangle ABC\, are integers, BD=293,BD=29^3,\, and cosB=m/n\cos B=m/n\,, where mm\, and nn\, are relatively prime positive integers. Find m+n.m+n.\,

解析

Solution 1

Since ABCCBD\triangle ABC \sim \triangle CBD, we have BCAB=293BCBC2=293AB\frac{BC}{AB} = \frac{29^3}{BC} \Longrightarrow BC^2 = 29^3 AB. It follows that 292BC29^2 | BC and 29AB29 | AB, so BCBC and ABAB are in the form 292x29^2 x and 29x229 x^2, respectively, where xx is an integer.

By the Pythagorean Theorem, we find that AC2+BC2=AB2(292x)2+AC2=(29x2)2AC^2 + BC^2 = AB^2 \Longrightarrow (29^2x)^2 + AC^2 = (29 x^2)^2, so 29xAC29x | AC. Letting y=AC/29xy = AC / 29x, we obtain after dividing through by (29x)2(29x)^2, 292=x2y2=(xy)(x+y)29^2 = x^2 - y^2 = (x-y)(x+y). As x,yZx,y \in \mathbb{Z}, the pairs of factors of 29229^2 are (1,292)(29,29)(1,29^2)(29,29); clearly y=AC29x0y = \frac{AC}{29x} \neq 0, so xy=1,x+y=292x-y = 1, x+y= 29^2. Then, x=1+2922=421x = \frac{1+29^2}{2} = 421.

Thus, cosB=BCAB=292x29x2=29421\cos B = \frac{BC}{AB} = \frac{29^2 x}{29x^2} = \frac{29}{421}, and m+n=450m+n = \boxed{450}.

Solution 2

We will solve for cosB\cos B using CBD\triangle CBD, which gives us cosB=293BC\cos B = \frac{29^3}{BC}. By the Pythagorean Theorem on CBD\triangle CBD, we have BC2DC2=(BC+DC)(BCDC)=296BC^2 - DC^2 = (BC + DC)(BC - DC) = 29^6. Trying out factors of 29629^6, we can either guess and check or just guess to find that BC+DC=294BC + DC = 29^4 and BCDC=292BC - DC = 29^2 (The other pairs give answers over 999). Adding these, we have 2BC=294+2922BC = 29^4 + 29^2 and 293BC=2293292(292+1)=58842=29421\frac{29^3}{BC} = \frac{2*29^3}{29^2 (29^2 +1)} = \frac{58}{842} = \frac{29}{421}, and our answer is 450\boxed{450}.

Solution 3

Using similar right triangles, we identify that CD=ADBDCD = \sqrt{AD \cdot BD}. Let ADAD be 29k229 \cdot k^2, to avoid too many radicals, getting CD=k292CD = k \cdot 29^2. Next we know that AC=ABADAC = \sqrt{AB \cdot AD} and that BC=ABBDBC = \sqrt{AB \cdot BD}. Applying the logic with the established values of k, we get AC=29k292+k2AC = 29k \cdot \sqrt{29^2 + k^2} and BC=292292+k2BC = 29^2 \cdot \sqrt{29^2 + k^2}. Next we look to the integer requirement. Since kk is both outside and inside square roots, we know it must be an integer to keep all sides as integers. Let yy be 292+k2\sqrt{29^2 + k^2}, thus 292=y2k229^2 = y^2 - k^2, and 292=(y+k)(yk)29^2 = (y + k)(y - k). Since 2929 is prime, and kk cannot be zero, we find k=420k = 420 and y=421y = 421 as the smallest integers satisfying this quadratic Diophantine equation. Then, since cosBcos B = 29292+k2\frac{29}{\sqrt{29^2 + k^2}}. Plugging in we get cosB=29421cos B = \frac{29}{421}, thus our answer is 450\boxed{450}.