返回题库

AIME 1986 · 第 9 题

AIME 1986 — Problem 9

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

In ABC\triangle ABC, AB=425AB= 425, BC=450BC=450, and AC=510AC=510. An interior point PP is then drawn, and segments are drawn through PP parallel to the sides of the triangle. If these three segments are of an equal length dd, find dd.

解析

Solution

Solution 1

AIME diagram

Let the points at which the segments hit the triangle be called D,D,E,E,F,FD, D', E, E', F, F' as shown above. As a result of the lines being parallel, all three smaller triangles and the larger triangle are similar (ABCDPDPEEFPF\triangle ABC \sim \triangle DPD' \sim \triangle PEE' \sim \triangle F'PF). The remaining three sections are parallelograms.

By similar triangles, BE=d510450=1517dBE'=\frac{d}{510}\cdot450=\frac{15}{17}d and EC=d425450=1817dEC=\frac{d}{425}\cdot450=\frac{18}{17}d. Since FD=BCEEFD'=BC-EE', we have 9003317d=d900-\frac{33}{17}d=d, so d=306d=\boxed{306}.

Solution 2

AIME diagram

Construct cevians AXAX, BYBY and CZCZ through PP. Place masses of x,y,zx,y,z on AA, BB and CC respectively; then PP has mass x+y+zx+y+z.

Notice that ZZ has mass x+yx+y. On the other hand, by similar triangles, CPCZ=dAB\frac{CP}{CZ} = \frac{d}{AB}. Hence by mass points we find that

x+yx+y+z=dAB\frac{x+y}{x+y+z} = \frac{d}{AB} Similarly, we obtain

y+zx+y+z=dBCandz+xx+y+z=dCA\frac{y+z}{x+y+z} = \frac{d}{BC} \qquad \text{and} \qquad \frac{z+x}{x+y+z} = \frac{d}{CA} Summing these three equations yields

dAB+dBC+dCA=x+yx+y+z+y+zx+y+z+z+xx+y+z=2x+2y+2zx+y+z=2\frac{d}{AB} + \frac{d}{BC} + \frac{d}{CA} = \frac{x+y}{x+y+z} + \frac{y+z}{x+y+z} + \frac{z+x}{x+y+z} = \frac{2x+2y+2z}{x+y+z} = 2 Hence,

d=21AB+1BC+1CA=21510+1450+1425=10185+190+1102d = \frac{2}{\frac{1}{AB} + \frac{1}{BC} + \frac{1}{CA}} = \frac{2}{\frac{1}{510} + \frac{1}{450} + \frac{1}{425}} = \frac{10}{\frac{1}{85}+\frac{1}{90}+\frac{1}{102}}=1015(117+118)+1102=101535306+3306=1010306=306= \frac{10}{\frac{1}{5}\left(\frac{1}{17}+\frac{1}{18}\right)+\frac{1}{102}}=\frac{10}{\frac{1}{5}\cdot\frac{35}{306}+\frac{3}{306}}=\frac{10}{\frac{10}{306}} = \boxed{306}

Solution 3

AIME diagram

Let the points at which the segments hit the triangle be called D,D,E,E,F,FD, D', E, E', F, F' as shown above. As a result of the lines being parallel, all three smaller triangles and the larger triangle are similar (ABCDDPPEEFPF\triangle ABC \sim \triangle DD'P \sim \triangle PEE' \sim \triangle F'PF). The remaining three sections are parallelograms.

Since PDAFPDAF' is a parallelogram, we find PF=ADPF' = AD, and similarly PE=BDPE = BD'. So d=PF+PE=AD+BD=425DDd = PF' + PE = AD + BD' = 425 - DD'. Thus DD=425dDD' = 425 - d. By the same logic, EE=450dEE' = 450 - d.

Since DPDABC\triangle DPD' \sim \triangle ABC, we have the proportion:

425d425=PD510PD=510510425d=51065d\frac{425-d}{425} = \frac{PD}{510} \Longrightarrow PD = 510 - \frac{510}{425}d = 510 - \frac{6}{5}d

Doing the same with PEE\triangle PEE', we find that PE=5101715dPE' =510 - \frac{17}{15}d. Now, d=PD+PE=51065d+5101715dd(5015)=1020d=306d = PD + PE' = 510 - \frac{6}{5}d + 510 - \frac{17}{15}d \Longrightarrow d\left(\frac{50}{15}\right) = 1020 \Longrightarrow d = \boxed{306}.

Solution 4

Define the points the same as above.

Let [CEPF]=a[CE'PF] = a, [EEP]=b[E'EP] = b, [BEPD]=c[BEPD'] = c, [DPD]=d[D'PD] = d, [DAFP]=e[DAF'P] = e and [FDP]=f[F'D'P] = f

The key theorem we apply here is that the ratio of the areas of 2 similar triangles is the ratio of a pair of corresponding sides squared.

Let the length of the segment be xx and the area of the triangle be AA, using the theorem, we get:

d+e+fA=(xBC)2\frac {d + e + f}{A} = \left(\frac {x}{BC}\right)^2, b+c+dA=(xAC)2\frac {b + c + d}{A}= \left(\frac {x}{AC}\right)^2, a+b+fA=(xAB)2\frac {a + b + f}{A} = \left(\frac {x}{AB}\right)^2. Adding all these together and using a+b+c+d+e+f=Aa + b + c + d + e + f = A we get f+d+bA+1=x2(1BC2+1AC2+1AB2)\frac {f + d + b}{A} + 1 = x^2 \cdot \left(\frac {1}{BC^2} + \frac {1}{AC^2} + \frac {1}{AB^2}\right)

Using corresponding angles from parallel lines, it is easy to show that ABCFPF\triangle ABC \sim \triangle F'PF; since ADPFADPF' and CFPECFPE' are parallelograms, it is easy to show that FF=ACxFF' = AC - x

Now we have the side length ratio, so we have the area ratio fA=(ACxAC)2=(1xAC)2\frac {f}{A} = \left(\frac {AC - x}{AC}\right)^2 = \left(1 - \frac {x}{AC}\right)^2. By symmetry, we have dA=(1xAB)2\frac {d}{A} = \left(1 - \frac {x}{AB}\right)^2 and bA=(1xBC)2\frac {b}{A} = \left(1 - \frac {x}{BC}\right)^2

Substituting these into our initial equation, we have 1+cyc(1xAB)x2AB2=01 + \sum_{cyc}\left(1 - \frac {x}{AB}\right) - \frac {x^2}{AB^2} = 0     1+cyc12xAB=0\implies 1 + \sum_{cyc}1 - 2 \cdot \frac {x}{AB} = 0     21AB+1BC+1CA=x\implies \frac {2}{\frac {1}{AB} + \frac {1}{BC} + \frac {1}{CA}} = x and the answer follows after some hideous computation.

Solution 5

Refer to the diagram in solution 2; let a2=[EEP]a^2=[E'EP], b2=[DDP]b^2=[D'DP], and c2=[FFP]c^2=[F'FP]. Now, note that [EBD][E'BD], [DDP][D'DP], and [EEP][E'EP] are similar, so through some similarities we find that EPPD=ab    EDPD=a+bb    [EBD]=b2(a+bb)2=(a+b)2\frac{E'P}{PD}=\frac{a}{b}\implies\frac{E'D}{PD}=\frac{a+b}{b}\implies[E'BD]=b^2\left(\frac{a+b}{b}\right)^2=(a+b)^2. Similarly, we find that [DAF]=(b+c)2[D'AF]=(b+c)^2 and [FCE]=(c+a)2[F'CE]=(c+a)^2, so [ABC]=(a+b+c)2[ABC]=(a+b+c)^2. Now, again from similarity, it follows that d510=a+ba+b+c\frac{d}{510}=\frac{a+b}{a+b+c}, d450=b+ca+b+c\frac{d}{450}=\frac{b+c}{a+b+c}, and d425=c+aa+b+c\frac{d}{425}=\frac{c+a}{a+b+c}, so adding these together, simplifying, and solving gives d=21425+1450+1510=10185+190+1102=1015(117+118)+1102=101535306+3306d=\frac{2}{\frac{1}{425}+\frac{1}{450}+\frac{1}{510}}=\frac{10}{\frac{1}{85}+\frac{1}{90}+\frac{1}{102}}=\frac{10}{\frac{1}{5}\left(\frac{1}{17}+\frac{1}{18}\right)+\frac{1}{102}}=\frac{10}{\frac{1}{5}\cdot\frac{35}{306}+\frac{3}{306}} =1010306=306=\frac{10}{\frac{10}{306}}=\boxed{306}.

Solution 6

AIME diagram

Refer to the diagram above. Notice that because CEPFCE'PF, AFPDAF'PD, and BDPEBD'PE are parallelograms, DD=425d\overline{DD'} = 425-d, EE=450d\overline{EE'} = 450-d, and FF=510d\overline{FF'} = 510-d.

Let FP=xF'P = x. Then, because ABCFPF\triangle ABC \sim \triangle F'PF, ABAC=FPFF\frac{AB}{AC}=\frac{F'P}{F'F}, so 425510=x510d\frac{425}{510}=\frac{x}{510-d}. Simplifying the LHS and cross-multiplying, we have 6x=25505d6x=2550-5d. From the same triangles, we can find that FP=1817xFP=\frac{18}{17}x.

PEE\triangle PEE' is also similar to FPF\triangle F'PF. Since EF=dEF'=d, EP=dxEP=d-x. We now have PEEE=FPFP\frac{PE}{EE'}=\frac{F'P}{FP}, and dx450d=1718\frac{d-x}{450-d}=\frac{17}{18}. Cross multiplying, we have 18d18x=4501717d18d-18x=450 \cdot 17-17d. Using the previous equation to substitute for xx, we have:

18d32550+15d=4501717d18d-3\cdot2550+15d=450\cdot17-17d This is a linear equation in one variable, and we can solve to get d=306d=\boxed{306}

  • I did not show the multiplication in the last equation because most of it cancels out when solving.

(Note: I chose FPF'P to be xx only because that is what I had written when originally solving. The solution would work with other choices for xx.)

Video Solution by Pi Academy

https://youtu.be/fHFD0TEfBnA?si=DRKVU_As7Rv0ou5D

~ Pi Academy