document.write( "Question 1010990: I need help solving this with the pythagorean theorem.
\n" );
document.write( "a ladder is leaning against a building so that the distance from the ground to the top of the ladder is 9 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 15 feet \n" );
document.write( "
Algebra.Com's Answer #626520 by addingup(3677)![]() ![]() You can put this solution on YOUR website! The ladder leans against the building, so the ladder is your hypotenuse. \n" ); document.write( "The height of the building will be one of the legs of the right triangle and the other leg will be the distance of the bottom of the ladder to the building Using Pythagoras' Theorem: \n" ); document.write( "15^2+(h-9)^2= h^2 \n" ); document.write( "225+(h-9)^2= h^2 Factor the left: \n" ); document.write( "h^2-18h+306= h^2 Subtract h^2 from both sides: \n" ); document.write( "-18h+306= 0 Rearrange elements: \n" ); document.write( "306-18h= 0 Now factor the left: \n" ); document.write( "-18(h-17)= 0 Divide both sides by -18 (zero divided by any number = 0) \n" ); document.write( "h-17= 0 Add 17 on both sides: \n" ); document.write( "h= 17 is the length of the ladder, your hypotenuse. \n" ); document.write( "And the height of the building is: 17-9= 8- \n" ); document.write( "So we have a triangle with: \n" ); document.write( "Long leg: 15 (distance from the bottom of the ladder to the building) \n" ); document.write( "Short leg: 8 (hypotenuse minus 9) \n" ); document.write( "Hypotenuse: 17 \n" ); document.write( "J \n" ); document.write( " |