document.write( "Question 148937: Jon has a 26-ft ladder leaning against his house.If the bottom of the ladder is 10 ft. from the base of the house, how high does the ladder reach. \n" ); document.write( "
Algebra.Com's Answer #109270 by oscargut(2103)\"\" \"About 
You can put this solution on YOUR website!
h=height\r
\n" ); document.write( "\n" ); document.write( "10^2+h^2=26^2
\n" ); document.write( "then
\n" ); document.write( "h^2=26^2-10^2=576
\n" ); document.write( "so h= sqrt(576)=24\r
\n" ); document.write( "\n" ); document.write( "high of the ladder is 24-ft
\n" ); document.write( "
\n" );