document.write( "Question 1183719: Given regular hexagon ABCDEF, with center O and sides of length a. Let G be the midpoint of BC. Let H be the midpoint of DE. AH intersects EB at J and FG intersect EB at K. Find JK. (Hint: Draw auxiliary lines HG and DA. \n" ); document.write( "
Algebra.Com's Answer #814165 by greenestamps(13203)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "I haven't come up with a standard geometric solution; but a solution using coordinate geometry works nicely. \n" ); document.write( "Let the origin (0,0) be the center of the regular hexagon; and for simplicity choose a \"nice\" number for the side length -- I chose 12. My hexagon then has vertices \n" ); document.write( "A(-12,0) \n" ); document.write( "B(-6,6sqrt(3)) \n" ); document.write( "C(6,6sqrt(3)) \n" ); document.write( "D(12,0) \n" ); document.write( "E(6,-6sqrt(3)) \n" ); document.write( "F(-6,6sqrt(3)) \n" ); document.write( "From those, we get \n" ); document.write( "G(0,6sqrt(3)) [midpoint of BC] \n" ); document.write( "H(9,-3sqrt(3)) [midpoint of DE] \n" ); document.write( " \n" ); document.write( "Find the equations of lines AH, BE, and FG \n" ); document.write( "BE: y=(-sqrt(3))x \n" ); document.write( "FG: y=(2sqrt(3))x+6sqrt(3) \n" ); document.write( "AH: slope = (-3sqrt(3)/21) = -sqrt(3)/7 \n" ); document.write( " equation: y=(-sqrt(3)/7)(x+12) = (-sqrt(3)/7)x-12sqrt(3)/7 \n" ); document.write( "Find the coordinates of K, the intersection of FG and EB \n" ); document.write( "(-sqrt(3)x)=2sqrt(3)x+6sqrt(3) \n" ); document.write( "-3sqrt(3)x=6sqrt(3) \n" ); document.write( "x=-2 \n" ); document.write( "y=-sqrt(3)x = 2sqrt(3) \n" ); document.write( "Find the coordinates of J, the intersection of AH and BE \n" ); document.write( "(-sqrt(3)x)=(-sqrt(3)/7)x-12sqrt(3)/7 \n" ); document.write( "(-7sqrt(3)x=-sqrt(3)x-12sqrt(3) \n" ); document.write( "-6sqrt(3)x=-12sqrt(3) \n" ); document.write( "x=2 \n" ); document.write( "y=-sqrt(3)x=-2sqrt(3) \n" ); document.write( "So J is (2,-2sqrt(3)) and K is (-2,2sqrt(3)) \n" ); document.write( "The length of JK is then given by the distance formula \n" ); document.write( "(JK)=sqrt(4^2+(4sqrt(3))^2) = sqrt(16+48) = sqrt(64) = 8 \n" ); document.write( "ANSWER: JK = 8 \n" ); document.write( "Or, since I used a=12, \n" ); document.write( "ANSWER: JK = (2/3)a \n" ); document.write( "Note the symmetry of the two points J and K with respect to the center of the hexagon suggests that a standard geometric solution to the problem should be possible; but I haven't yet seen it. \n" ); document.write( " \n" ); document.write( " |