document.write( "Question 1025522: A regular hexagon of side length 2a is placed so that the center is at the origin, and one diagonal lies on the y-axis. Find the coordinate of the vertex located in Quadrant III.\r
\n" );
document.write( "\n" );
document.write( "Note: if drawn properly, the regular hexagon should only have one point IN Quadrant III. Your answer must be in terms of a. \n" );
document.write( "
Algebra.Com's Answer #640932 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! A regular hexagon of side length 2a is placed so that the center is at the origin, and one diagonal lies on the y-axis. Find the coordinate of the vertex located in Quadrant III. \n" ); document.write( "---------------- \n" ); document.write( "The side length of a hexagon = radius \n" ); document.write( "The angle of that vertex = 60 + 60 + 60 + 30 = 210 degs \n" ); document.write( "----- \n" ); document.write( "x = 2a*cos(210) = -sqrt(3)a \n" ); document.write( "y = 2a*sin(210) = -a \n" ); document.write( "--- \n" ); document.write( "--> (-sqrt(3)a,-a) \n" ); document.write( " |