document.write( "Question 1065146: A 12-ft ladder is leaning against a building. The bottom of the ladder is 7 ft from the building. How high is the top of the ladder?
\n" );
document.write( "_____ feet \n" );
document.write( "
Algebra.Com's Answer #680245 by addingup(3677)![]() ![]() You can put this solution on YOUR website! Pythagoras: \n" ); document.write( "Hypotenuse: 12 \n" ); document.write( "One leg: 7 \n" ); document.write( "Other leg: sqrt(12^2-7^2) = 9.75 \n" ); document.write( " |