document.write( "Question 165009: A ladder is leaning against a wall. The distance from the bottom of the ladder to the wall is 3 feet less than the length of the ladder. Find the length of the ladder, if the distance of its top to the ground is 4 feet less than the length of the ladder. \r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #121621 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! Draw a picture of the problem -- label everything you know -- this helps! \n" ); document.write( ". \n" ); document.write( "Let x = length of the ladder \n" ); document.write( "x-3 = distance from the bottom of the ladder to the wall \n" ); document.write( "x-4 = distance of its top to the ground \n" ); document.write( ". \n" ); document.write( "Since the wall the the ground forms a right angle, this is a \"right triangle\". We can apply Pythagorean theorem: \n" ); document.write( "(x-3)^2 + (x-4)^2 = x^2 \n" ); document.write( "x^2-6x+9 + x^2-8x+16 = x^2 \n" ); document.write( "2x^2-14x+25 = x^2 \n" ); document.write( "x^2-14x+25 = 0 \n" ); document.write( "Since we can't factor, we must resort to the quadratic formula. Doing so, will result in: \n" ); document.write( "x = {11.90, 2.10} \n" ); document.write( ". \n" ); document.write( "We can toss out the 2.10 answer leaving us with: \n" ); document.write( "11.90 feet (length of the ladder) \n" ); document.write( ". \n" ); document.write( "Details of quadratic: \n" ); document.write( "
\n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |