document.write( "Question 854777: Hi\r
\n" );
document.write( "\n" );
document.write( "I have a piece of wood that is 3.35 metres long, and can lean it against a wall that has a max height of 1.8 metres. What is the distance from the wall to the end of the piece of wood that would be on the ground?\r
\n" );
document.write( "\n" );
document.write( "Thanks
\n" );
document.write( "David \n" );
document.write( "
Algebra.Com's Answer #514909 by rothauserc(4718) You can put this solution on YOUR website! You have a right triangle, so we can use the Pythagorean Theorem to find the distance from the wall to the end of piece of wood \n" ); document.write( "(1.8)^2 + x^2 = (3.35)^2 \n" ); document.write( "3.24 + x^2 = 11.22 \n" ); document.write( "x^2 = 7.87 \n" ); document.write( "x = 2.81 meters \n" ); document.write( " \n" ); document.write( " |