Difference between revisions of "1979 AHSME Problems/Problem 30"
(Non-existent) |
|||
Line 1: | Line 1: | ||
− | Problem | + | == Problem == |
+ | |||
+ | <asy> | ||
+ | size(200); | ||
+ | import cse5; | ||
+ | pathpen=black; | ||
+ | anglefontpen=black; | ||
+ | pointpen=black; | ||
+ | anglepen=black; | ||
+ | dotfactor=3; | ||
+ | pair A=(0,0),B=(0.5,0.5*sqrt(3)),C=(3,0),D=(1.7,0),EE; | ||
+ | EE=(B+C)/2; | ||
+ | D(MP("$A$",A,W)--MP("$B$",B,N)--MP("$C$",C,E)--cycle); | ||
+ | D(MP("$E$",EE,N)--MP("$D$",D,S)); | ||
+ | D(D);D(EE); | ||
+ | MA("80^\circ",8,D,EE,C,0.1); | ||
+ | MA("20^\circ",8,EE,C,D,0.3,2,shift(1,3)*C); | ||
+ | draw(arc(shift(-0.1,0.05)*C,0.25,100,180),arrow =ArcArrow()); | ||
+ | MA("100^\circ",8,A,B,C,0.1,0); | ||
+ | MA("60^\circ",8,C,A,B,0.1,0); | ||
+ | //Credit to TheMaskedMagician for the diagram | ||
+ | </asy> | ||
+ | |||
+ | In <math>\triangle ABC</math>, <math>E</math> is the midpoint of side <math>BC</math> and <math>D</math> is on side <math>AC</math>. | ||
+ | If the length of <math>AC</math> is <math>1</math> and <math>\measuredangle BAC = 60^\circ, \measuredangle ABC = 100^\circ, \measuredangle ACB = 20^\circ</math> and | ||
+ | <math>\measuredangle DEC = 80^\circ</math>, then the area of <math>\triangle ABC</math> plus twice the area of <math>\triangle CDE</math> equals | ||
+ | |||
+ | <math> \textbf{(A) }\frac{1}{4}\cos 10^\circ\qquad | ||
+ | \textbf{(B) }\frac{\sqrt{3}}{8}\qquad | ||
+ | \textbf{(C) }\frac{1}{4}\cos 40^\circ\qquad | ||
+ | \textbf{(D) }\frac{1}{4}\cos 50^\circ\qquad | ||
+ | \textbf{(E) }\frac{1}{8} </math> | ||
+ | |||
+ | == Solution == | ||
+ | Let <math>F</math> be the point on the extension of side <math>AB</math> past <math>B</math> for which <math>AF=1</math>. Since <math>AF=AC</math> and <math>\measuredangle FAC = 60^\circ</math>,<math>\triangle ACF</math> is equilateral. Let <math>G</math> be the point on line segment <math>BF</math> for which <math>\measuredangle BCG=20^\circ</math>. Then <math>\triangle BCG</math> is similar to <math>\triangle DCE</math> and <math>BC=2(EC)</math>. Also <math>\triangle FGC</math> is congruent to <math>\triangle ABC</math>. Therefore, <math>[\triangle ACF] = ([\triangle ABC] + [\triangle GCF]) + [\triangle BCG]</math>. Plugging in the values that we know and then dividing by 2 results in an answer of <math>\boxed{B) \frac{\sqrt{3}}{8}.}</math> | ||
+ | |||
+ | This solution is from the solution manual but was typed here by alpha_2. |
Latest revision as of 14:49, 30 November 2020
Problem
In , is the midpoint of side and is on side . If the length of is and and , then the area of plus twice the area of equals
Solution
Let be the point on the extension of side past for which . Since and , is equilateral. Let be the point on line segment for which . Then is similar to and . Also is congruent to . Therefore, . Plugging in the values that we know and then dividing by 2 results in an answer of
This solution is from the solution manual but was typed here by alpha_2.