document.write( "Question 5856: my question says: A 26 foot ladder is leaning against a building. The foot of the ladder is 10 feet away from the building. How far above the ground does the ladder touch the wall?
\n" );
document.write( "This is what i did:
\n" );
document.write( "a^2=26^2+10^2
\n" );
document.write( "a^2=676+100
\n" );
document.write( "a^2=776
\n" );
document.write( "a+27.86
\n" );
document.write( "Is this correct? thanks
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #3020 by CharStar(110)![]() ![]() ![]() You can put this solution on YOUR website! The ladder, wall, and ground form a right triangle. The ladder is on the hypotenuse. Let c=26 and a=10 (note: 2 is squared)\r \n" ); document.write( "\n" ); document.write( "a2 + b2 = c2\r \n" ); document.write( "\n" ); document.write( "10(2) + b2 = 26(2)\r \n" ); document.write( "\n" ); document.write( "100 + b2 = 676 \n" ); document.write( "-100\r \n" ); document.write( "\n" ); document.write( "b(2) = 576\r \n" ); document.write( "\n" ); document.write( "b=24 squared\r \n" ); document.write( "\n" ); document.write( "I hope that helps you \n" ); document.write( " \n" ); document.write( " |