document.write( "Question 201852: Throwing a wrench: An angry contruction worker throws his wrench downward from a height of 128 ft with an initial velocity of 32 feet per second. The height of the wrench above the ground after t seconds is given by
\n" );
document.write( "S(t) = -16r - 32r + 128\r
\n" );
document.write( "\n" );
document.write( "A. What is the height of the wrench after 1 second?
\n" );
document.write( "B. How long does it take for the wrench to reach the ground? \n" );
document.write( "
Algebra.Com's Answer #152083 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! An angry contruction worker throws his wrench downward from a height of 128 ft with an initial velocity of 32 feet per second. The height of the wrench above the ground after t seconds is given by \n" ); document.write( "S(t) = -16r - 32r + 128 \n" ); document.write( "A. What is the height of the wrench after 1 second? \n" ); document.write( "B. How long does it take for the wrench to reach the ground? \n" ); document.write( "------------ \n" ); document.write( "You have r's in a function that's S(t) ?? \n" ); document.write( "---------------- \n" ); document.write( "h(t) = -16t^2 -32t + 128 \n" ); document.write( "--------------- \n" ); document.write( "A. h(1) = -16 - 32 + 128 \n" ); document.write( "h(1) = 80 feet \n" ); document.write( "----------------- \n" ); document.write( "B. -16t^2 - 32t + 128 = 0 \n" ); document.write( "t^2 + 2t - 8 = 0 \n" ); document.write( "(t+4)*(t-2) = 0 \n" ); document.write( "t = 2 seconds to reach the ground \n" ); document.write( " |