document.write( "Question 99635: Could someone please show me how to get the altitude of a triangle? I cant seem to remember the formula to solve. Please help me.
\n" );
document.write( "Side A 13
\n" );
document.write( "Side B 13
\n" );
document.write( "Bottom 10
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #72490 by edjones(8007)![]() ![]() You can put this solution on YOUR website! The altitude divides the isoscoles triangle into 2 equal right triangles. \n" ); document.write( "let a=altitude b=10/2=5 c=13 \n" ); document.write( "a^2+b^2=c^2 \n" ); document.write( "5^2+a^2=13^2 \n" ); document.write( "a^2=169-25=144 \n" ); document.write( "altitude=12 \n" ); document.write( "Ed \n" ); document.write( " \n" ); document.write( " |