document.write( "Question 339847: The area of triangle T is 625 square inches. If the length of the base b is half the length of the altitude drawn to that base, then what is the length of the altitude?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #243508 by nerdybill(7384) You can put this solution on YOUR website! The area of triangle T is 625 square inches. If the length of the base b is half the length of the altitude drawn to that base, then what is the length of the altitude? \n" ); document.write( ". \n" ); document.write( "Let x = altitude \n" ); document.write( "then \n" ); document.write( "x/2 = base \n" ); document.write( ". \n" ); document.write( "(1/2)base*height = area \n" ); document.write( "(1/2)(x/2)x = 625 \n" ); document.write( "(x/4)x = 625 \n" ); document.write( "x^2/4 = 626 \n" ); document.write( "x^2 = 2504 \n" ); document.write( "x = 50 inches \n" ); document.write( " |