Difference between revisions of "2013 AIME II Problems/Problem 5"
(→Solution) |
(Added a diagram) |
||
Line 3: | Line 3: | ||
== Solution == | == Solution == | ||
− | + | <asy> | |
+ | pair A = (1, sqrt(3)), B = (0, 0), C= (2, 0); | ||
+ | pair M = (1, 0); | ||
+ | pair D = (2/3, 0), E = (4/3, 0); | ||
+ | draw(A--B--C--cycle); | ||
+ | label("$A$", A, N); | ||
+ | label("$B$", B, SW); | ||
+ | label("$C$", C, SE); | ||
+ | label("$D$", D, S); | ||
+ | label("$E$", E, S); | ||
+ | label("$M$", M, S); | ||
+ | draw(A--D); | ||
+ | draw(A--E); | ||
+ | draw(A--M);</asy> | ||
Without loss of generality, assume the triangle sides have length 3. Then the trisected side is partitioned into segments of length 1, making your computation easier. | Without loss of generality, assume the triangle sides have length 3. Then the trisected side is partitioned into segments of length 1, making your computation easier. | ||
Let <math>M</math> be the midpoint of <math>\overline{DE}</math>. Then <math>\Delta MCA</math> is a 30-60-90 triangle with <math>MC = \dfrac{3}{2}</math>, <math>AC = 3</math> and <math>AM = \dfrac{3\sqrt{3}}{2}</math>. Since the triangle <math>\Delta AME</math> is isosceles, then we can find the length of <math>\overline{AE}</math> by pythagorean theorem, <math>AE = \sqrt{7}</math>. Therefore, since <math>\Delta AME</math> is a right triangle, we can easily find <math>\sin(\angle EAM) = \dfrac{1}{2\sqrt{7}}</math> and <math>\cos(\angle EAM) = \dfrac{3\sqrt{3}}{2\sqrt{7}}</math>. So we can use the double angle formula for sine, <math>\sin(\angle EAD) = 2\sin(\angle EAM)\cos(\angle EAM) = \dfrac{3\sqrt{3}}{14}</math>. Therefore, <math>a + b + c = 20</math>. | Let <math>M</math> be the midpoint of <math>\overline{DE}</math>. Then <math>\Delta MCA</math> is a 30-60-90 triangle with <math>MC = \dfrac{3}{2}</math>, <math>AC = 3</math> and <math>AM = \dfrac{3\sqrt{3}}{2}</math>. Since the triangle <math>\Delta AME</math> is isosceles, then we can find the length of <math>\overline{AE}</math> by pythagorean theorem, <math>AE = \sqrt{7}</math>. Therefore, since <math>\Delta AME</math> is a right triangle, we can easily find <math>\sin(\angle EAM) = \dfrac{1}{2\sqrt{7}}</math> and <math>\cos(\angle EAM) = \dfrac{3\sqrt{3}}{2\sqrt{7}}</math>. So we can use the double angle formula for sine, <math>\sin(\angle EAD) = 2\sin(\angle EAM)\cos(\angle EAM) = \dfrac{3\sqrt{3}}{14}</math>. Therefore, <math>a + b + c = 20</math>. |
Revision as of 19:43, 4 April 2013
In equilateral let points and trisect . Then can be expressed in the form , where and are relatively prime positive integers, and is an integer that is not divisible by the square of any prime. Find .
Solution
Without loss of generality, assume the triangle sides have length 3. Then the trisected side is partitioned into segments of length 1, making your computation easier.
Let be the midpoint of . Then is a 30-60-90 triangle with , and . Since the triangle is isosceles, then we can find the length of by pythagorean theorem, . Therefore, since is a right triangle, we can easily find and . So we can use the double angle formula for sine, . Therefore, .