document.write( "Question 807981: A ladder 2x+1 feet is positioned against a wall such that the bottom is x-1 feet away from a wall. The distance between the floor and the top of the ladder is 2x feet.
\n" );
document.write( "Find the length, in feet of the ladder;
\n" );
document.write( "Assume that a right angle is formed by the wall and the floor;
\n" );
document.write( "The length of the ladder is --------- feet? \n" );
document.write( "
Algebra.Com's Answer #486696 by mananth(16946)![]() ![]() You can put this solution on YOUR website! (2x+1) is the length of ladder which is the hypotenuse\r \n" ); document.write( "\n" ); document.write( "2x is one leg \n" ); document.write( "and x-1 is the other leg\r \n" ); document.write( "\n" ); document.write( "(2x)^2+(x-1)^2= (2x+1)^2 \r \n" ); document.write( "\n" ); document.write( "4x^2+x^2-2x+1=4x^2+4x+1\r \n" ); document.write( "\n" ); document.write( "x^2-6x=0 \n" ); document.write( "x^2=6x\r \n" ); document.write( "\n" ); document.write( "x=6 Or x=0 \n" ); document.write( "x cannot be 0\r \n" ); document.write( "\n" ); document.write( "5,12,13 \n" ); document.write( " |