document.write( "Question 547465: How do I find the area of an equilateral triangle if I am only given the height? The height (in this case) is 16.\r
\n" );
document.write( "\n" );
document.write( "Thank you \n" );
document.write( "
Algebra.Com's Answer #356389 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! Given it is an equilateral triangle, then a line bisecting any vertex will bisect the opposite side. \n" ); document.write( "This will create two congruent triangles, each of which will be a 30-60-90 triangle. \n" ); document.write( "Recall an equilateral triangle has 3 60-degree angles. \n" ); document.write( "The sides of a 30-60-90 triangle are known to have specific relationships. \n" ); document.write( "The hypotenuse = 2 * the short side, which = 1/2 the base in this case. \n" ); document.write( "The altitude = sqrt(3) * the short side \n" ); document.write( ". \n" ); document.write( "We are told the height (altitude) = 16, so. \n" ); document.write( ". \n" ); document.write( "sqrt(3)*b/2 = 16 \n" ); document.write( ". \n" ); document.write( "b = 32/sqrt(3) \n" ); document.write( ". \n" ); document.write( "b = 18.47520861406803. \n" ); document.write( ". \n" ); document.write( "Check using the Pythagorean theorem. \n" ); document.write( "b/2 = 9.237604307034013 \n" ); document.write( "(b/2)^2 = 85.33333333333336 \n" ); document.write( "a^2 = 256 \n" ); document.write( "c = sqrt(85.33333333333336+256) \n" ); document.write( "c = 18.47520861406803 \n" ); document.write( "So, the hypotenuse = 18.47520861406803, which = the base. \n" ); document.write( "Recall, it is an equilateral triangle, so this makes perfect sense. \n" ); document.write( ". \n" ); document.write( "Done. \n" ); document.write( " |