Difference between revisions of "2019 AIME II Problems/Problem 1"
(→Solution 2) |
|||
Line 59: | Line 59: | ||
This means <math>CE=17-BE=17-\frac{51}{10}=\frac{119}{10}</math>. Next, apply Heron's formula to get the area of <math>\triangle BCE</math>, which equals <math>\frac{126}{5}</math> after simplifying. Subtracting the area of <math>\triangle BCE</math> from the area of <math>\triangle ABC</math> yields the area of <math>\triangle ABE</math>, which is <math>\frac{54}{5}</math>, giving us our answer, which is <math>54+5=\boxed{059}.</math> | This means <math>CE=17-BE=17-\frac{51}{10}=\frac{119}{10}</math>. Next, apply Heron's formula to get the area of <math>\triangle BCE</math>, which equals <math>\frac{126}{5}</math> after simplifying. Subtracting the area of <math>\triangle BCE</math> from the area of <math>\triangle ABC</math> yields the area of <math>\triangle ABE</math>, which is <math>\frac{54}{5}</math>, giving us our answer, which is <math>54+5=\boxed{059}.</math> | ||
-Solution by flobszemathguy | -Solution by flobszemathguy | ||
+ | |||
+ | ==Solution 3 (Very quick)== | ||
+ | <asy> | ||
+ | unitsize(10); | ||
+ | pair A = (0,0); | ||
+ | pair B = (9,0); | ||
+ | pair C = (15,8); | ||
+ | pair D = (-6,8); | ||
+ | draw(A--B--C--cycle); | ||
+ | draw(B--D--A); | ||
+ | label("$A$",A,dir(-120)); | ||
+ | label("$B$",B,dir(-60)); | ||
+ | label("$C$",C,dir(60)); | ||
+ | label("$D$",D,dir(120)); | ||
+ | label("$9$",(A+B)/2,dir(-90)); | ||
+ | label("$10$",(D+A)/2,dir(-150)); | ||
+ | label("$10$",(C+B)/2,dir(-30)); | ||
+ | label("$17$",(D+B)/2,dir(60)); | ||
+ | label("$17$",(A+C)/2,dir(120)); | ||
+ | |||
+ | draw(D--(-6,0)--A,dotted); | ||
+ | label("$8$",(D+(-6,0))/2,dir(180)); | ||
+ | label("$6$",(A+(-6,0))/2,dir(-90)); | ||
+ | |||
+ | draw((4.5,0)--(4.5,2.4),dotted); | ||
+ | label("$h$", (4.5,1.2), dir(180)); | ||
+ | label("$4.5$", (6,0), dir(90)); | ||
+ | |||
+ | </asy> | ||
+ | - Diagram by Brendanb4321 extended by Duoquinquagintillion | ||
+ | |||
+ | Begin with the first step of solution 1, seeing <math>AD</math> is the hypotenuse of a <math>6-8-10</math> triangle and calling the intersection of <math>DB</math> and <math>AC</math> point <math>E</math>. Next, notice <math>DB</math> is the hypotenuse of an <math>8-15-17</math> triangle. Drop an altitude from <math>E</math> with length <math>h</math>, so the other leg of the new triangle formed has length <math>4.5</math>. Notice we have formed similar triangles, and we can solve for <math>h</math>. | ||
+ | |||
+ | <cmath>\frac{h}{4.5} = \frac{8}{15}</cmath> | ||
+ | <cmath>h = \frac{36}{15} = \frac{12}{5}</cmath> | ||
+ | |||
+ | So <math>\triangle ABE</math> has area <cmath>\frac{ \frac{12}{5} \cdot 9}{2} = \frac{54}{5}</cmath> | ||
+ | And <math>54+5=\boxed{059}.</math> | ||
+ | - Solution by Duoquinquagintillion | ||
==See Also== | ==See Also== | ||
{{AIME box|year=2019|n=II|before=First Problem|num-a=2}} | {{AIME box|year=2019|n=II|before=First Problem|num-a=2}} | ||
{{MAA Notice}} | {{MAA Notice}} |
Revision as of 08:01, 23 March 2019
Problem
Two different points, and , lie on the same side of line so that and are congruent with , , and . The intersection of these two triangular regions has area , where and are relatively prime positive integers. Find .
Solution
- Diagram by Brendanb4321
Extend to form a right triangle with legs and such that is the hypotenuse and connect the points so
that you have a rectangle. The base of the rectangle will be . Now, let be the intersection of and . This means that and are with ratio . Set up a proportion, knowing that the two heights add up to 8. We will let be the height from to , and be the height of .
This means that the area is . This gets us
-Solution by the Math Wizard, Number Magician of the Second Order, Head of the Council of the Geometers
Solution 2
Using the diagram in Solution 1, let be the intersection of and . We can see that angle is in both and . Since and are congruent by AAS, we can then state and . It follows that and . We can now state that the area of is the area of the area of . Using Heron's formula, we compute the area of . Using the Law of Cosines on angle , we obtain
(For convenience, we're not going to simplify.)
Applying the Law of Cosines on yields This means . Next, apply Heron's formula to get the area of , which equals after simplifying. Subtracting the area of from the area of yields the area of , which is , giving us our answer, which is -Solution by flobszemathguy
Solution 3 (Very quick)
- Diagram by Brendanb4321 extended by Duoquinquagintillion
Begin with the first step of solution 1, seeing is the hypotenuse of a triangle and calling the intersection of and point . Next, notice is the hypotenuse of an triangle. Drop an altitude from with length , so the other leg of the new triangle formed has length . Notice we have formed similar triangles, and we can solve for .
So has area And - Solution by Duoquinquagintillion
See Also
2019 AIME II (Problems • Answer Key • Resources) | ||
Preceded by First Problem |
Followed by Problem 2 | |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 | ||
All AIME Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.