Difference between revisions of "2019 AIME II Problems/Problem 1"
(Added point E for better definition, explained the 6-8-10) |
|||
Line 9: | Line 9: | ||
pair C = (15,8); | pair C = (15,8); | ||
pair D = (-6,8); | pair D = (-6,8); | ||
+ | pair E = (-6,0); | ||
draw(A--B--C--cycle); | draw(A--B--C--cycle); | ||
draw(B--D--A); | draw(B--D--A); | ||
Line 21: | Line 22: | ||
label("$17$",(A+C)/2,dir(120)); | label("$17$",(A+C)/2,dir(120)); | ||
− | draw(D-- | + | draw(D--E--A,dotted); |
label("$8$",(D+(-6,0))/2,dir(180)); | label("$8$",(D+(-6,0))/2,dir(180)); | ||
label("$6$",(A+(-6,0))/2,dir(-90)); | label("$6$",(A+(-6,0))/2,dir(-90)); | ||
Line 29: | Line 30: | ||
Extend <math>AB</math> to form a right triangle with legs <math>6</math> and <math>8</math> such that <math>AD</math> is the hypotenuse and connect the points <math>CD</math> so | Extend <math>AB</math> to form a right triangle with legs <math>6</math> and <math>8</math> such that <math>AD</math> is the hypotenuse and connect the points <math>CD</math> so | ||
− | that you have a rectangle. The base <math>CD</math> of the rectangle will be <math>9+6+6=21</math>. Now, let <math>E</math> be the intersection of <math>BD</math> and <math>AC</math>. This means that <math>\triangle ABE</math> and <math>\triangle DCE</math> are with ratio <math>\frac{21}{9}=\frac73</math>. Set up a proportion, knowing that the two heights add up to 8. We will let <math>y</math> be the height from <math>E</math> to <math>DC</math>, and <math>x</math> be the height of <math>\triangle ABE</math>. | + | that you have a rectangle. (We know that <math>\triangle ADE</math> is a <math>6-8-10</math>, since <math>\triangle DEB</math> is an <math>8-15-17</math>.) The base <math>CD</math> of the rectangle will be <math>9+6+6=21</math>. Now, let <math>E</math> be the intersection of <math>BD</math> and <math>AC</math>. This means that <math>\triangle ABE</math> and <math>\triangle DCE</math> are with ratio <math>\frac{21}{9}=\frac73</math>. Set up a proportion, knowing that the two heights add up to 8. We will let <math>y</math> be the height from <math>E</math> to <math>DC</math>, and <math>x</math> be the height of <math>\triangle ABE</math>. |
<cmath>\frac{7}{3}=\frac{y}{x}</cmath> | <cmath>\frac{7}{3}=\frac{y}{x}</cmath> | ||
<cmath>\frac{7}{3}=\frac{8-x}{x}</cmath> | <cmath>\frac{7}{3}=\frac{8-x}{x}</cmath> |
Revision as of 11:16, 16 August 2020
Contents
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. (We know that is a , since is an .) 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
Solution 4
Let . By Law of Cosines, And
- by Mathdummy
Solution 5
Because and , quadrilateral is cyclic. So, Ptolemy's theorem tells us that
From here, there are many ways to finish which have been listed above. If we let , then
Using Heron's formula on , we see that
Thus, our answer is . ~a.y.711
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.