document.write( "Question 88849: Could you please help me with the following problem? A 15 foot ladder is leaning against a building. The bottom of the ladder is distance d from the building and the top of the ladder is d + 3 ft up the building. Find these lengths.\r
\n" );
document.write( "\n" );
document.write( "Thank you very much for any help you can provide. \n" );
document.write( "
Algebra.Com's Answer #64605 by malakumar_kos@yahoo.com(315)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( " A 15 foot ladder is leaning against a building. The bottom of the ladder is distance d from the building and the top of the ladder is d + 3 ft up the building. Find these lengths\r \n" ); document.write( "\n" ); document.write( " Let ABC represent the sides of a right angle triangle such that \n" ); document.write( " AB = height of the building above the ground at which ladder touches = d+3 \n" ); document.write( " BC = the length of the ladder = 15 ft \n" ); document.write( " AC = the distance of the bottom of ladder from the building = d ft \n" ); document.write( " The triangle is such that angle A = 90 degrees . so hypotenuse will be BC \n" ); document.write( " Apply pythagorous theorem , BC^2 = AB^2+AC^2 \n" ); document.write( " (15)^2 = (d+3)^2+(d)^2 \n" ); document.write( " 225 = d^2+6d+9+d^2 \n" ); document.write( " 225-9 = 2d^2=6d \n" ); document.write( " 2d^2+6d-216 = 0 \n" ); document.write( " 2d^2+24d-18d-216=0 \n" ); document.write( " 2d(d+12)-18(d+12) = 0 \n" ); document.write( " (d+12)(2d-18) = 0 \n" ); document.write( " if 2d-18 = 0 then d = 18/2 = 9 then d+3 = 9+3 = 12 \n" ); document.write( " if d+12 = 0 then d = -12 hence d+3 = -12+3 = -9\r \n" ); document.write( "\n" ); document.write( " The distance of the bottom of the ladder from the building = 9 ft \n" ); document.write( " the height at which the ladder is touching the building = 12 ft \n" ); document.write( " |