document.write( "Question 1116417: A ladder is leaning against a building so that the distance from the ground to the top of the ladder is 2 feet less than the length of the ladder. Find the length of the ladder if the distance from the bottom of the ladder to the building is 6 feet.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #731301 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! Ladder is x \n" ); document.write( "It is x-2 feet up the building \n" ); document.write( "the distance from the bottom to the ladder is 6 feet \n" ); document.write( "Right triangle. \n" ); document.write( "square the sides: 6^2+(x-2)^2=x^2 \n" ); document.write( "x^2=x^2-4x+4+36 \n" ); document.write( "4x=40 \n" ); document.write( "x=10 feet long ladder ANSWER \n" ); document.write( "6 feet from building, 8 feet up \n" ); document.write( "6-8-10 right triangle \n" ); document.write( " \n" ); document.write( " |