Difference between revisions of "2020 AIME I Problems/Problem 1"
(→Solution 1) |
(→Solution 2) |
||
Line 38: | Line 38: | ||
This tells us <math>\angle{BCA}=\angle{ABC}=3x</math> and <math>3x+3x+x=180</math>. | This tells us <math>\angle{BCA}=\angle{ABC}=3x</math> and <math>3x+3x+x=180</math>. | ||
Thus <math>x=\frac{180}{7}</math> and we want <math>\angle{ABC}=3x=\frac{540}{7}</math> to get an answer of <math>\boxed{547}</math>. | Thus <math>x=\frac{180}{7}</math> and we want <math>\angle{ABC}=3x=\frac{540}{7}</math> to get an answer of <math>\boxed{547}</math>. | ||
+ | ==Solution 3 (Official MAA)== | ||
+ | Let <math>x = \angle ABC = \angle ACB</math>. Because <math>\triangle BCD</math> is isosceles, <math>\angle CBD = 180^\circ - 2x</math>. Then | ||
+ | <cmath>\angle DBE = x - \angle CBD = x - (180^\circ - 2x) = 3x - 180^\circ\!.</cmath>Because <math>\triangle EDA</math> and <math>\triangle DBE</math> are also isosceles, | ||
+ | <cmath>\angle BAC =\frac12(\angle EAD + \angle ADE) = \frac12(\angle BED)= \frac12(\angle DBE)</cmath> | ||
+ | <cmath>= \frac12 (3x - 180^\circ) = \frac32x-90^\circ\!.</cmath> | ||
+ | Because <math>\triangle ABC</math> is isosceles, <math>\angle BAC</math> is also <math>180^\circ-2x</math>, so <math>\frac32x - 90^\circ = 180^\circ - 2x</math>, and it follows that | ||
+ | <math>\angle ABC = x = \left(\frac{540}7\right)^\circ</math>. The requested sum is <math>540+7 = 547</math>. | ||
+ | <asy> | ||
+ | unitsize(4 cm); | ||
+ | |||
+ | pair A, B, C, D, E; | ||
+ | real a = 180/7; | ||
+ | |||
+ | A = (0,0); | ||
+ | B = dir(180 - a/2); | ||
+ | C = dir(180 + a/2); | ||
+ | D = extension(B, B + dir(270 + a), A, C); | ||
+ | E = extension(D, D + dir(90 - 2*a), A, B); | ||
+ | |||
+ | draw(A--B--C--cycle); | ||
+ | draw(B--D--E); | ||
+ | |||
+ | label("$A$", A, dir(0)); | ||
+ | label("$B$", B, NW); | ||
+ | label("$C$", C, SW); | ||
+ | label("$D$", D, S); | ||
+ | label("$E$", E, N); | ||
+ | </asy> | ||
https://artofproblemsolving.com/wiki/index.php/1961_AHSME_Problems/Problem_25 | https://artofproblemsolving.com/wiki/index.php/1961_AHSME_Problems/Problem_25 |
Revision as of 11:58, 18 June 2020
Problem
In with point lies strictly between and on side and point lies strictly between and on side such that The degree measure of is where and are relatively prime positive integers. Find
Solution 1
If we set to , we can find all other angles through these two properties: 1. Angles in a triangle sum to . 2. The base angles of an isosceles triangle are congruent.
Now we angle chase. , , , , , . Since as given by the problem, , so . Therefore, , and our desired angle is for an answer of .
See here for a video solution: https://youtu.be/4e8Hk04Ax_E
Solution 2
Let be in degrees. . By Exterior Angle Theorem on triangle , . By Exterior Angle Theorem on triangle , . This tells us and . Thus and we want to get an answer of .
Solution 3 (Official MAA)
Let . Because is isosceles, . Then Because and are also isosceles, Because is isosceles, is also , so , and it follows that . The requested sum is .
https://artofproblemsolving.com/wiki/index.php/1961_AHSME_Problems/Problem_25 (Almost Mirrored)
See here for a video solution:
See Also
2020 AIME I (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.