document.write( "Question 114639: A 17 foot ladder leans against a building and reaches a height of 14 feet on the building. The bottom of the ladder is how far away from the bottom of the building? \n" ); document.write( "
Algebra.Com's Answer #83399 by edjones(8007)![]() ![]() You can put this solution on YOUR website! a=14 c=17 \n" ); document.write( "a^2+b^2=c^2 \n" ); document.write( "14^2+b^2=17^2 \n" ); document.write( "196+b^2=289 \n" ); document.write( "b^2=289-196 \n" ); document.write( "b^2=93 \n" ); document.write( "b=sqrt(93)=9.64 ft... from the building. \n" ); document.write( "Ed \n" ); document.write( " |