返回题库

AIME 2001 I · 第 4 题

AIME 2001 I — Problem 4

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

In triangle ABCABC, angles AA and BB measure 6060 degrees and 4545 degrees, respectively. The bisector of angle AA intersects BC\overline{BC} at TT, and AT=24AT=24. The area of triangle ABCABC can be written in the form a+bca+b\sqrt{c}, where aa, bb, and cc are positive integers, and cc is not divisible by the square of any prime. Find a+b+ca+b+c.

解析

Solution

After chasing angles, ATC=75\angle ATC=75^{\circ} and TCA=75\angle TCA=75^{\circ}, meaning TAC\triangle TAC is an isosceles triangle and AC=24AC=24.

Using law of sines on ABC\triangle ABC, we can create the following equation:

24sin(ABC)\frac{24}{\sin(\angle ABC)} == BCsin(BAC)\frac{BC}{\sin(\angle BAC)}

ABC=45\angle ABC=45^{\circ} and BAC=60\angle BAC=60^{\circ}, so BC=126BC = 12\sqrt{6}.

We can then use the Law of Sines area formula 12BCACsin(BCA)\frac{1}{2} \cdot BC \cdot AC \cdot \sin(\angle BCA) to find the area of the triangle.

sin(75)\sin(75) can be found through the sin addition formula.

sin(75)\sin(75) == 6+24\frac{\sqrt{6} + \sqrt{2}}{4}

Therefore, the area of the triangle is 6+24\frac{\sqrt{6} + \sqrt{2}}{4} \cdot 2424 \cdot 12612\sqrt{6} \cdot 12\frac{1}{2}

723+21672\sqrt{3} + 216

72+3+216=72 + 3 + 216 = 291\boxed{291}

Solution 2 (no trig)

First, draw a good diagram.

We realize that C=75\angle C = 75^\circ, and CAT=30\angle CAT = 30^\circ. Therefore, CTA=75\angle CTA = 75^\circ as well, making CAT\triangle CAT an isosceles triangle. ATAT and ACAC are congruent, so AC=24AC=24. We now drop an altitude from CC, and call the foot this altitude point DD.

AIME diagram

By 30-60-90 triangles, AD=12AD=12 and CD=123CD=12\sqrt{3}.

We also notice that CDB\triangle CDB is an isosceles right triangle. CDCD is congruent to BDBD, which makes BD=123BD=12\sqrt{3}. The base ABAB is 12+12312+12\sqrt{3}, and the altitude CD=123CD=12\sqrt{3}. We can easily find that the area of triangle ABCABC is 216+723216+72\sqrt{3}, so a+b+c=291a+b+c=\boxed{291}.

-youyanli

Solution 3(Speedy and Simple)

After drawing line ATAT, we see that we have two triangles: ABT,\triangle ABT, with 4545, 3030, and 105105 degrees, and ATC\triangle ATC, with 3030, 7575, 7575 degrees. If we can sum these two triangles' areas, we have our answer.

Let's take care of ATC\triangle ATC first. We see that ATC\triangle ATC is a isosceles triangle, with AT=AC=24AT = AC = 24. Because the area of a triangle is 12absinC\frac{1}{2}ab\sin C, we have 1224212\frac{1}{2}\cdot 24^2\cdot\frac{1}{2}, which is equal to 144.144.

Now, on to ABT\triangle ABT. Draw the altitude from angle T\angle T to ABAB, and call the point of intersection DD. This splits ABT\triangle ABT into 22 triangles, one with 30609030-60-90 (ADT\triangle ADT), and another with 45459045-45-90 (BDT\triangle BDT). Now, because we know that ATAT is 2424, we have by special right triangle ratios. The area of ADT\triangle ADT is 123122\frac{12\sqrt{3}\cdot 12}{2}, and the area of BDT\triangle BDT is 12122\frac{12\cdot 12}{2}, which adds to 723+7272\sqrt{3} + 72.

Adding this to ATC\triangle ATC we get a total sum of 216+723.216 + 72\sqrt{3}. Thus, a+b+ca + b + c would be 216+72+3=291.216 + 72 + 3 = \boxed{291}.

~MathCosine

Solution 4 (very fast)

Recall the triangle area via sine formula absinC2\frac{ab\sin{C}}{2}. We notice that they have given almost all we need to use this, since AC=24AC=24 by properties of isosceles triangles and A\angle A itself equals 6060. So, we are trying to find ABAB. This is very trivial, as when we drop an altitude from TT to ABAB (let the intersecting point be UU), AU=123AU=12\sqrt{3} and BU=12BU=12 by 30609030-60-90 and 45459045-45-90 triangles respectively. Therefore, the answer is just

(12+123)(24)sin602\frac{(12+12\sqrt{3})(24)\sin{60}}{2} =(12+123)(6)(3)=(12+12\sqrt{3})(6)(\sqrt{3}) =723+72×3=72\sqrt{3}+72\times 3 =216+723=216 + 72\sqrt{3} 216+72+3=291.\Longrightarrow 216+72+3=\boxed{291}. ~martianrunner

Video Solution by OmegaLearn

https://youtu.be/BIyhEjVp0iM?t=526

~ pi_is_3.14