document.write( "Question 423468: how do you find the area of an equilateral triangle???
\n" );
document.write( "thanks... \n" );
document.write( "
Algebra.Com's Answer #295358 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! when an equilateral triangle is sitting on one of the sides, the altitude to the opposite vertex bisects the side \n" ); document.write( "___ this divides the triangle into two 30-60-90 right triangles\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "if the length of a side of the equilateral triangle is \"s\", \n" ); document.write( "then the altitude (which is one of the 30-60-90 sides) is {[s * sqrt(3)] / 2}\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "using the triangle area formula (1/2 * b * h) ___ (1/2)(s){[s * sqrt(3)] / 2}\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the area is ___ [(s^2) * sqrt(3)] / 4 \n" ); document.write( " |