Difference between revisions of "2020 AMC 12A Problems/Problem 24"
Awesome1st (talk | contribs) (→Solution) |
|||
Line 38: | Line 38: | ||
giving us that <math>s = \boxed{\textbf{(B) } \sqrt{7}}</math>. ~ciceronii | giving us that <math>s = \boxed{\textbf{(B) } \sqrt{7}}</math>. ~ciceronii | ||
+ | |||
+ | ==Solution 2 (Super Bash)== | ||
+ | |||
+ | <asy> | ||
+ | draw((0,0)--(4,5.65)--(8,0)--cycle); | ||
+ | label("A", (4,5.65), N, p = fontsize(10pt)); | ||
+ | label("C", (8,0), SE, p = fontsize(10pt)); | ||
+ | label("B", (0,0), SW, p = fontsize(10pt)); | ||
+ | label("P", (3.5,3.5), NW, p = fontsize(10pt)); | ||
+ | draw((0,0)--(3.5,3.5)); | ||
+ | label("$\sqrt{3}$",(0,0)--(3.5,3.5), SE); | ||
+ | draw((8,0)--(3.5,3.5)); | ||
+ | label("2",(8,0)--(3.5,3.5), SW); | ||
+ | draw((4,5.65)--(3.5,3.5)); | ||
+ | label("1",(4,5.65)--(3.5,3.5), E); | ||
+ | |||
+ | |||
+ | |||
+ | </asy> | ||
+ | |||
+ | We begin by rotating <math>\triangle{ABC}</math> by <math>60^{\circ}</math> about <math>A</math>, such that in <math>\triangle{A'B'C'}</math>, <math>B' = C</math>. We see that | ||
+ | <math>\triangle{APP'}</math> is equilateral with side length <math>1</math>, meaning that <math>\angle APP' = 60^{\circ}</math>. We also see that <math>\triangle{CPP'}</math> is a <math>30-60-90</math> right triangle, meaning that <math>\angle CPP'= 60^{\circ}</math>. Thus, by adding the two together, we see that <math>\angle APC = 120^{\circ}</math>. We can now use the law of cosines as following: | ||
+ | |||
+ | <cmath>s^2 = (AP)^2 + (CP)^2 - 2(AP)(CP)\cos{\angle{APC}}</cmath> | ||
+ | <cmath>s^2 = 1 + 4 - 2(1)(2)\cos{120^{\circ}}</cmath> | ||
+ | <cmath>s^2 = 5 - 4(-\frac{1}{2})</cmath> | ||
+ | <cmath>s = \sqrt{5 + 2}</cmath> | ||
+ | |||
+ | giving us that <math>s = \boxed{\textbf{(B) } \sqrt{7}}</math>. ~ciceronii | ||
+ | |||
==Video Solution== | ==Video Solution== | ||
https://www.youtube.com/watch?v=mUW4zcrRL54 | https://www.youtube.com/watch?v=mUW4zcrRL54 |
Revision as of 12:21, 3 February 2020
Problem 24
Suppose that is an equilateral triangle of side length , with the property that there is a unique point inside the triangle such that , , and . What is ?
Solution
We begin by rotating by about , such that in , . We see that is equilateral with side length , meaning that . We also see that is a right triangle, meaning that . Thus, by adding the two together, we see that . We can now use the law of cosines as following:
giving us that . ~ciceronii
Solution 2 (Super Bash)
We begin by rotating by about , such that in , . We see that is equilateral with side length , meaning that . We also see that is a right triangle, meaning that . Thus, by adding the two together, we see that . We can now use the law of cosines as following:
giving us that . ~ciceronii
Video Solution
https://www.youtube.com/watch?v=mUW4zcrRL54
See Also
2020 AMC 12A (Problems • Answer Key • Resources) | |
Preceded by Problem 23 |
Followed by Problem 25 |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 • 16 • 17 • 18 • 19 • 20 • 21 • 22 • 23 • 24 • 25 | |
All AMC 12 Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.