document.write( "Question 268519: 72. Geometry - Write the area A of an equilateral triangle as a function of the length s of its sides.\r
\n" );
document.write( "\n" );
document.write( "I need help. Thanks \n" );
document.write( "
Algebra.Com's Answer #196765 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Write the area A of an equilateral triangle as a function of the length s of its sides. \n" ); document.write( "I need help. Thanks \n" ); document.write( "---------------------- \n" ); document.write( "Draw the triangle; label each side \"2s\". \n" ); document.write( "------------ \n" ); document.write( "Draw the altitute; it will bisect the base into s and s. \n" ); document.write( "----------------- \n" ); document.write( "Use Pythagoras to determine the length of the altitude: \n" ); document.write( "h^2 = s^2 + (2s)^2 \n" ); document.write( "h^2 = s^2 + 4s^2 \n" ); document.write( "h^2 = 5s^2 \n" ); document.write( "h = s*sqrt(5) \n" ); document.write( "----------------------- \n" ); document.write( "Area of the triangle = (1/2)(height)(base) \n" ); document.write( "--- \n" ); document.write( "A = (1/2)(s*sqrt(5)(2s) \n" ); document.write( "A = (1/2)(sqrt(5)((1/2)side)(side) \n" ); document.write( "A = (sqrt(5)/4)(side)^2 \n" ); document.write( "============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |