返回题库

AIME 1985 · 第 2 题

AIME 1985 — Problem 2

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

When a right triangle is rotated about one leg, the volume of the cone produced is 800π   cm3800\pi \;\textrm{ cm}^3. When the triangle is rotated about the other leg, the volume of the cone produced is 1920π   cm31920\pi \;\textrm{ cm}^3. What is the length (in cm) of the hypotenuse of the triangle?

解析

Solution

Let one leg of the triangle have length aa and let the other leg have length bb. When we rotate around the leg of length aa, the result is a cone of height aa and radius bb, and so of volume 13πab2=800π\frac 13 \pi ab^2 = 800\pi. Likewise, when we rotate around the leg of length bb we get a cone of height bb and radius aa and so of volume 13πba2=1920π\frac13 \pi b a^2 = 1920 \pi. If we divide this equation by the previous one, we get ab=13πba213πab2=1920800=125\frac ab = \frac{\frac13 \pi b a^2}{\frac 13 \pi ab^2} = \frac{1920}{800} = \frac{12}{5}, so a=125ba = \frac{12}{5}b. Then 13π(125b)b2=800π\frac{1}{3} \pi \left(\frac{12}{5}b\right)b^2 = 800\pi so b3=1000b^3 = 1000 and b=10b = 10 so a=24a = 24. Then by the Pythagorean Theorem, the hypotenuse has length a2+b2=026\sqrt{a^2 + b^2} = \boxed{026}.

Solution 2

Let aa, bb be the 22 legs, we have the 22 equations

a2bπ3=800π,ab2π3=1920π\frac{a^2b\pi}{3}=800\pi,\frac{ab^2\pi}{3}=1920\pi Thus a2b=2400,ab2=5760a^2b=2400, ab^2=5760. Multiplying gets

(a2b)(ab2)=24005760(ab)3=(25352)(27325)ab=21233533=240\begin{aligned} (a^2b)(ab^2)&=2400\cdot5760\\ (ab)^3&=(2^5\cdot3\cdot5^2)(2^7\cdot3^2\cdot5)\\ ab&=\sqrt[3]{2^{12}\cdot3^3\cdot5^3}=240 \end{aligned} Adding gets

a2b+ab2=ab(a+b)=2400+5760240(a+b)=240(10+24)a+b=34\begin{aligned} a^2b+ab^2=ab(a+b)&=2400+5760\\ 240(a+b)&=240\cdot(10+24)\\ a+b&=34 \end{aligned} Let hh be the hypotenuse then

h=a2+b2=(a+b)22ab=3422240=676=26\begin{aligned} h&=\sqrt{a^2+b^2}\\ &=\sqrt{(a+b)^2-2ab}\\ &=\sqrt{34^2-2\cdot240}\\ &=\sqrt{676}\\ &=\boxed{26} \end{aligned} ~ Nafer

Solution 3(Ratios)

Let aa and bb be the two legs of the equation. We can find ab\frac{a}{b} by doing 1920π800π\frac{1920\pi}{800\pi}. This simplified is 125\frac{12}{5}. We can represent the two legs as 12x12x and 5x5x for aa and bb respectively.

Since the volume of the first cone is 800π800\pi, we use the formula for the volume of a cone and get 100πx3=800π100\pi x^3=800 \pi. Solving for xx, we get x=2x=2.

Plugging in the side lengths to the Pythagorean Theorem, we get an answer of 026\boxed{026}.

~bobthegod78