document.write( "Question 532157: a 10-foot ladder is placed against a house. If the base of the ladder is 3.5 feet from the base of the house, how high does the ladder reach on the house? \n" ); document.write( "
Algebra.Com's Answer #350693 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! We can solve this using the Pythagorean theorem. \n" ); document.write( "The ladder is the hypotenuse = 10 ft. \n" ); document.write( "The base is 3.5 ft. \n" ); document.write( ". \n" ); document.write( "c^2 = a^2 + b^2 \n" ); document.write( ". \n" ); document.write( "c^2 - b^2 = a^2 \n" ); document.write( ". \n" ); document.write( "10^2 - 3.5^2 = a^2 \n" ); document.write( ". \n" ); document.write( "100 - 12.25 = a^2 \n" ); document.write( ". \n" ); document.write( "a = sqrt(87.75) \n" ); document.write( ". \n" ); document.write( "a = 9.367496997597597 ft \n" ); document.write( "or \n" ); document.write( "a = -9.367496997597597 ft \n" ); document.write( ". \n" ); document.write( "Since you cannot have a negative height up the wall, you select the positive answer. \n" ); document.write( ". \n" ); document.write( "Answer: Height up the wall is about 9.37 ft. \n" ); document.write( ". \n" ); document.write( "Done. \n" ); document.write( " |