document.write( "Question 149835: Hi, I am not understanding how to work this problem. Any help would be greatly appreciated!!!!\r
\n" );
document.write( "\n" );
document.write( "A string it streched from the floor up to the top of a tower. The string is 10 feet long. The height of the tower is 2ft greater than the distance d from the towers base to the end of the string. Find the distance d and the height of the tower. Thank you so much!!!!!!!!!!!!!!!!!! \n" );
document.write( "
Algebra.Com's Answer #109965 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! Let d = distance from the tower's base to the end of the string \n" ); document.write( "d+2 = height of tower \n" ); document.write( ". \n" ); document.write( "d^2 + (d+2)^2 = 10^2 \n" ); document.write( "d^2 + (d^2+4d+4) = 100 \n" ); document.write( "2d^2 + 4d + 4 = 100 \n" ); document.write( "2d^2 + 4d - 96 = 0 \n" ); document.write( "d^2 + 2d - 48 = 0 \n" ); document.write( "factoring: \n" ); document.write( "(d-6)(d+8) = 0 \n" ); document.write( ". \n" ); document.write( "d = {-8, 6} \n" ); document.write( ". \n" ); document.write( "Since a negative answer doesn't make sense it must be: \n" ); document.write( "d = 6 feet \n" ); document.write( "d+2= 8 feet (height of tower) \n" ); document.write( " \n" ); document.write( " |