Difference between revisions of "2008 AMC 10B Problems/Problem 24"
(→Solution 1) |
5849206328x (talk | contribs) (→Solution) |
||
Line 47: | Line 47: | ||
dot((0,0),ds); label("$A$",(-0.096,0.005),NE*lsf); dot((1,0),ds); label("$B$",(1.117,0.028),NE*lsf); dot((0.658,0.94),ds); label("$C$",(0.727,0.996),NE*lsf); dot((0.158,1.806),ds); label("$D$",(0.187,1.914),NE*lsf); dot((0.6,0.857),ds); label("$E$",(0.479,0.825),NE*lsf); dot((0.058,0.082),ds); label("$E'$",(0.1,0.23),NE*lsf); label("$60^\circ$",(0.767,0.091),NE*lsf,qqwuqq); dot((0.558,0.948),ds); label("$E''$",(0.423,0.957),NE*lsf); label("$60^\circ$",(0.761,0.886),NE*lsf,qqwuqq); | dot((0,0),ds); label("$A$",(-0.096,0.005),NE*lsf); dot((1,0),ds); label("$B$",(1.117,0.028),NE*lsf); dot((0.658,0.94),ds); label("$C$",(0.727,0.996),NE*lsf); dot((0.158,1.806),ds); label("$D$",(0.187,1.914),NE*lsf); dot((0.6,0.857),ds); label("$E$",(0.479,0.825),NE*lsf); dot((0.058,0.082),ds); label("$E'$",(0.1,0.23),NE*lsf); label("$60^\circ$",(0.767,0.091),NE*lsf,qqwuqq); dot((0.558,0.948),ds); label("$E''$",(0.423,0.957),NE*lsf); label("$60^\circ$",(0.761,0.886),NE*lsf,qqwuqq); | ||
clip((xmin,ymin)--(xmin,ymax)--(xmax,ymax)--(xmax,ymin)--cycle); | clip((xmin,ymin)--(xmin,ymax)--(xmax,ymax)--(xmax,ymin)--cycle); | ||
+ | </asy> | ||
+ | |||
+ | ===Solution 3 === | ||
+ | Again, draw the diagonals <math>\overline{BD}</math> and <math>\overline{AC}</math>, and suppose that they intersect at <math>E</math>. We find by angle chasing the same way as in solution 2 that <math>m\angle ABE = 65^\circ</math> and <math>m\angle DCE = 115^\circ</math>. Applying the Law of Sines to <math>\triangle AEB</math> and <math>\triangle EDC</math>, it follows that <math>DE = \frac{2\sin 115^\circ}{\sin \angle DEC} = \frac{2\sin 65^\circ}{\sin \angle AEB} = EA</math>, so <math>\triangle AED</math> is isosceles. We finish as we did in solution 2. | ||
+ | |||
+ | <asy> | ||
+ | unitsize(1cm); | ||
+ | defaultpen(.8); | ||
+ | real a=4; | ||
+ | pair A=(0,0), B=a*dir(0), C=B+a*dir(110), D=C+a*dir(120); | ||
+ | draw(A--B--C--D--cycle); | ||
+ | pair P=intersectionpoint(B--D,C--A); | ||
+ | draw(A--C); draw(B--D); | ||
+ | label("$A$",A,SW); | ||
+ | label("$B$",B,SE); | ||
+ | label("$C$",C,NE); | ||
+ | label("$D$",D,N); | ||
+ | label("$E$",P,W); | ||
</asy> | </asy> | ||
==See also== | ==See also== | ||
{{AMC10 box|year=2008|ab=B|num-b=23|num-a=25}} | {{AMC10 box|year=2008|ab=B|num-b=23|num-a=25}} |
Revision as of 19:08, 13 January 2013
Problem
Quadrilateral has , angle and angle . What is the measure of angle ?
Solution
Solution 1
Draw the angle bisectors of the angles and . These two bisectors obviously intersect. Let their intersection be . We will now prove that lies on the segment .
Note that the triangles and are congruent, as they share the side , and we have and .
Also note that for similar reasons the triangles and are congruent.
Now we can compute their inner angles. is the bisector of the angle , hence , and thus also . is the bisector of the angle , hence , and thus also .
It follows that . Thus the angle has , and hence does indeed lie on . Then obviously .
Solution 2
Draw the diagonals and , and suppose that they intersect at . Then, and are both isosceles, so by angle-chasing, we find that , , and . Draw such that and so that is on , and draw such that and is on . It follows that and are both equilateral. Also, it is easy to see that and by construction, so that and . Thus, , so is isosceles. Since , then , and .
Solution 3
Again, draw the diagonals and , and suppose that they intersect at . We find by angle chasing the same way as in solution 2 that and . Applying the Law of Sines to and , it follows that , so is isosceles. We finish as we did in solution 2.
See also
2008 AMC 10B (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 10 Problems and Solutions |