返回题库

AIME 1984 · 第 3 题

AIME 1984 — Problem 3

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

A point PP is chosen in the interior of ABC\triangle ABC such that when lines are drawn through PP parallel to the sides of ABC\triangle ABC, the resulting smaller triangles t1t_{1}, t2t_{2}, and t3t_{3} in the figure, have areas 44, 99, and 4949, respectively. Find the area of ABC\triangle ABC.

AIME diagram

解析

Solution 1

By the transversals that go through PP, all four triangles are similar to each other by the AAAA postulate. Also, note that the length of any one side of the larger triangle is equal to the sum of the sides of each of the corresponding sides on the smaller triangles. We use the identity K=absinC2K = \dfrac{ab\sin C}{2} to show that the areas are proportional (the sides are proportional and the angles are equal)

Solution 2

Alternatively, since the triangles are similar by AAAA, then the ratios between the bases and the heights of each of the three triangles would all be equal. The areas of each of the triangles are all perfect squares, so we could assume baseheight=21.\dfrac{base}{height} = \dfrac{2}{1}. That means that the base of t1t_{1} is 4, the base of t2t_{2} is 6, and the base of t3t_{3} is 14. Since the quadrilaterals underneath t1t_{1} and t2t_{2} are both parallelograms, and opposite sides of a parallelogram are congruent, the base of the large triangle is 4+14+6=244 + 14 + 6 = 24. Therefore, the height of the entire triangle would be twelve, so therefore, the area of the large triangle is 122412=144\dfrac{1}{2} \cdot 24 \cdot 12 = \boxed{144}.

Solution 3

The base of ABC\triangle{ABC} is BCBC. Let the base of t1t_1 be xx, the base of t2t_2 be yy, and the base of t3t_3 be zz. Since ABC,t1,t2,\triangle{ABC}, t_1, t_2, and t3t_3 are all similar, the sections in ABC\triangle{ABC} that aren't t1,t2,t_1,t_2, or t3t_3 are all parallelograms. Hence, BC=x+z+yBC=x+z+y. We can relate t1,t2,t_1,t_2, and t3t_3 by the square root of the ratio of their areas. 49=23\sqrt{\frac{4}{9}}=\frac{2}{3} and 449=27\sqrt{\frac{4}{49}}=\frac{2}{7} so y=3x2y=\frac{3x}{2} and z=7x2z=\frac{7x}{2}. x+7x2+3x2=6xx+\frac{7x}{2}+\frac{3x}{2}=6x, so ABC\triangle{ABC} has a base that is 66 times t1t_1. [ABC]=36[t1]=364=144[\triangle{ABC}]=36[t_1]=36 \cdot 4=\boxed{144}.

-PhunsukhWangdu

Solution 4

Since the three lines through PP are parallel to the sides, t1t_1, t2t_2, t3t_3, and ABC\triangle{ABC} are similar by AAAA similarity. Suppose the area of ABC\triangle{ABC} is x2x^2, so the ratio of the base of t1t_1 to the base of t2t_2 to the base of t3t_3 to the base of ABC\triangle{ABC} is 2:3:7:x2:3:7:x. Because the quadrilaterals below t1t_1 and t2t_2 are parallelograms, the base of ABC\triangle{ABC} is equal to the sum of the bases of t1,t2,t_1, t_2, and t3t_3. Therefore, xx equals 2+3+7=122+3+7=12 so the area of ABC\triangle{ABC} equals x2=122=144.x^2=12^2=\boxed{144}.

-Yiyj1

Video Solution by OmegaLearn

https://youtu.be/hDsoyvFWYxc?t=199

~ pi_is_3.14