document.write( "Question 748287: if the base of a right triangle measures 30 feet and the hypotenuse measures 45 feet, what is the hight of the triangle
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #455409 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! This is a Pythagoras question. \n" ); document.write( "The triangle is lettered A,B,C \n" ); document.write( "The base is BC and the hypotenuse is AC \n" ); document.write( "The height is AB \n" ); document.write( "AB^2 + BC^2 = AC^2 \n" ); document.write( "AB^2 = AC^2 - BC^2 \n" ); document.write( "AB^2 = 45^2 - 30^2 \n" ); document.write( "AB^2 = 2025 - 900 \n" ); document.write( "AB^2 = 1125 \n" ); document.write( "AB = square root of 1125 \n" ); document.write( "AB = 33.5 feet. (the height) \n" ); document.write( " |