document.write( "Question 324397: Find the area of a regular hexagon with the given measurement
\n" );
document.write( "48-inch perimeter\r
\n" );
document.write( "\n" );
document.write( "A = sq. in.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #232176 by CharlesG2(834)![]() ![]() ![]() You can put this solution on YOUR website! Find the area of a regular hexagon with the given measurement \n" ); document.write( "48-inch perimeter\r \n" ); document.write( "\n" ); document.write( "A = sq. in. (this means they want the area in square inches) \n" ); document.write( "... \n" ); document.write( "regular hexagon has 6 equal sides \n" ); document.write( "(48 inches)/6 = 8 inches per side \n" ); document.write( "... \n" ); document.write( "the hexagon is made up of 6 equilateral triangles each with the same area, find area of one of these 6 equilateral triangles \n" ); document.write( "area triangle = 1/2 * base * height = 1/2 * 8 inches * height \n" ); document.write( "let h = height, base is 8 inches, 1/2 base is 4 inches \n" ); document.write( "hypotenuse on 1/2 the equilateral triangle since that would be a right triangle equals 8 inches \n" ); document.write( "use pythagorean theorem to find the height of the equilateral triangle \n" ); document.write( "4^2 + h^2 = 8^2 \n" ); document.write( "16 + h^2 = 64 \n" ); document.write( "h^2 = 48 = 3 * 16 \n" ); document.write( "h = 4sqrt(3) inches \n" ); document.write( "area of one equilateral triangle = 1/2 * 8 * 4sqrt(3) = 16sqrt(3) \n" ); document.write( "... \n" ); document.write( "area of hexagon = 6 * 16sqrt(3) = 96sqrt(3) square inches\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |