document.write( "Question 198393: Quadratic Equations
\n" );
document.write( "14. A ladder is 6m long. If the height of the top of the ladder must be no greater than 10 times the distance from the base to the wall, how high up a wall can the top of the ladder be placed? Include a diagram in your solution. Round to the nearest millimeter.
\n" );
document.write( "Thanks!!!!### \n" );
document.write( "
Algebra.Com's Answer #148932 by edjones(8007) You can put this solution on YOUR website! Let the base=b and the height=10b \n" ); document.write( "a^2+b^2=c^2 \n" ); document.write( "(10b)^2+b^2=6^2 \n" ); document.write( "100b^2+b^2=36 \n" ); document.write( "101b^2=36 \n" ); document.write( "b^2=36/101 \n" ); document.write( "b=sqrt(36/101) \n" ); document.write( "=.5970223141 \n" ); document.write( "10b=5.970 m \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |