document.write( "Question 133293This question is from textbook Fundamentals of Algebric Modeling
\n" );
document.write( ": A 13 foot ladder is leaned against a wall so that the ladder reaches a height of 12 feet on the wall. How far from the wall will the other end of the ladder be?
\n" );
document.write( "My answer is:
\n" );
document.write( "A^2 * B^2 = C^2
\n" );
document.write( "(12)^2 + B^2 = (25)^2
\n" );
document.write( "144 + B^2 = 625
\n" );
document.write( "B^2 = 481
\n" );
document.write( "B = 21.9317122 \n" );
document.write( "
Algebra.Com's Answer #97490 by oscargut(2103)![]() ![]() You can put this solution on YOUR website! A^2 * B^2 = C^2 \n" ); document.write( "(12)^2 + B^2 = (13)^2 \n" ); document.write( "144 + B^2 = 169 \n" ); document.write( "B^2 = 25 \n" ); document.write( "B = 5 \n" ); document.write( " |