document.write( "Question 231135: how far from the base of the building must a 26 foot ladder be placed so that it reaches 10 feet up the wall \n" ); document.write( "
Algebra.Com's Answer #171097 by user_dude2008(1862)![]() ![]() ![]() You can put this solution on YOUR website! x^2+10^2=26^2 \n" ); document.write( "x^2+100=676 \n" ); document.write( "x^2=676-100 \n" ); document.write( "x^2=576 \n" ); document.write( "x=sqrt(576) \n" ); document.write( "x=24 <------------- Answer \n" ); document.write( " |