返回题库

AIME 2001 I · 第 9 题

AIME 2001 I — Problem 9

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

In triangle ABCABC, AB=13AB=13, BC=15BC=15 and CA=17CA=17. Point DD is on AB\overline{AB}, EE is on BC\overline{BC}, and FF is on CA\overline{CA}. Let AD=pABAD=p\cdot AB, BE=qBCBE=q\cdot BC, and CF=rCACF=r\cdot CA, where pp, qq, and rr are positive and satisfy p+q+r=2/3p+q+r=2/3 and p2+q2+r2=2/5p^2+q^2+r^2=2/5. The ratio of the area of triangle DEFDEF to the area of triangle ABCABC can be written in the form m/nm/n, where mm and nn are relatively prime positive integers. Find m+nm+n.

解析

Solution

Solution 1

AIME diagram

We let [][\ldots] denote area; then the desired value is

mn=[DEF][ABC]=[ABC][ADF][BDE][CEF][ABC]\frac mn = \frac{[DEF]}{[ABC]} = \frac{[ABC] - [ADF] - [BDE] - [CEF]}{[ABC]}

Using the formula for the area of a triangle 12absinC\frac{1}{2}ab\sin C, we find that

[ADF][ABC]=12pAB(1r)ACsinCAB12ABACsinCAB=p(1r)\frac{[ADF]}{[ABC]} = \frac{\frac 12 \cdot p \cdot AB \cdot (1-r) \cdot AC \cdot \sin \angle CAB}{\frac 12 \cdot AB \cdot AC \cdot \sin \angle CAB} = p(1-r)

and similarly that [BDE][ABC]=q(1p)\frac{[BDE]}{[ABC]} = q(1-p) and [CEF][ABC]=r(1q)\frac{[CEF]}{[ABC]} = r(1-q). Thus, we wish to find

[DEF][ABC]=1[ADF][ABC][BDE][ABC][CEF][ABC]=1p(1r)q(1p)r(1q)=(pq+qr+rp)(p+q+r)+1\begin{aligned}\frac{[DEF]}{[ABC]} &= 1 - \frac{[ADF]}{[ABC]} - \frac{[BDE]}{[ABC]} - \frac{[CEF]}{[ABC]} \\ &= 1 - p(1-r) - q(1-p) - r(1-q)\\ &= (pq + qr + rp) - (p + q + r) + 1 \end{aligned} We know that p+q+r=23p + q + r = \frac 23, and also that (p+q+r)2=p2+q2+r2+2(pq+qr+rp)pq+qr+rp=(23)2252=145(p+q+r)^2 = p^2 + q^2 + r^2 + 2(pq + qr + rp) \Longleftrightarrow pq + qr + rp = \frac{\left(\frac 23\right)^2 - \frac 25}{2} = \frac{1}{45}. Substituting, the answer is 14523+1=1645\frac 1{45} - \frac 23 + 1 = \frac{16}{45}, and m+n=061m+n = \boxed{061}.

Solution 2

By the barycentric area formula, our desired ratio is equal to

1pp001qqr01r=1pqr+pq+qr+pr=1(p+q+r)+(p+q+r)2(p2+q2+r2)2=123+49252=1645,\begin{aligned} \begin{vmatrix} 1-p & p & 0 \\ 0 & 1-q & q \\ r & 0 & 1-r \notag \end{vmatrix} &=1-p-q-r+pq+qr+pr\\ &=1-(p+q+r)+\frac{(p+q+r)^2-(p^2+q^2+r^2)}{2}\\ &=1-\frac{2}{3}+\frac{\frac{4}{9}-\frac{2}{5}}{2}\\ &=\frac{16}{45}, \end{aligned} so the answer is 061\boxed{061}

Solution 3 (Informal)

Since the only conditions are that p+q+r=23p + q + r = \frac{2}{3} and p2+q2+r2=25p^2 + q^2 + r^2 = \frac{2}{5}, we can simply let one of the variables be equal to 0. In this case, let p=0p = 0. Then, q+r=23q + r = \frac{2}{3} and q2+r2q^2 + r^2 = 25\frac{2}{5}. Note that the ratio between the area of DEFDEF and ABCABC is equivalent to (1q)(1r)(1-q)(1-r). Solving this system of equations, we get q=13±445q = \frac{1}{3} \pm \sqrt{\frac{4}{45}}, and r=13445r = \frac{1}{3} \mp \sqrt{\frac{4}{45}}. Plugging back into (1q)(1r)(1-q)(1-r), we get 1645\frac{16}{45}, so the answer is 061\boxed{061}

Note

Because the givens in the problem statement are all regarding the ratios of the sides, the side lengths of triangle ABCABC, namely 13,15,1713, 15, 17, are actually not necessary to solve the problem. This is clearly demonstrated in all of the above solutions, as the side lengths are not used at all.