document.write( "Question 175474: An angry construction worker throws his wrench downward from a height of 128 feet
\n" );
document.write( "with an initial velocity of 32 feet per second. The height of the wrench above the ground after t seconds is given by S(t)= - 16t - 32t - 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
\n" );
document.write( " ground?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #130608 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! wrench thrown downward from a height of 128 feet with an initial velocity \n" ); document.write( " of 32 feet per second. The height of the wrench above the ground after \n" ); document.write( " t seconds is given by S(t)= -16t^2 - 32t - 128. \n" ); document.write( "The formula should be -16t^2 (gravity) \n" ); document.write( "; \n" ); document.write( "a) What is the height of the wrench after 1 second? \n" ); document.write( "Substitute 1 for t and find S(t) \n" ); document.write( "S(t) = -16(1^2) - 32(1) + 128 \n" ); document.write( "s(t) = -16 - 32 + 128 \n" ); document.write( "S(t) = 80 ft is the height of the wrench after 1 second \n" ); document.write( ";\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "b) How long does it take for the wrench to reach the ground? \n" ); document.write( ": \n" ); document.write( "The ground is S(t) = 0, we want to find t, so we have: \n" ); document.write( "-16t^2 - 32t + 128 = 0 \n" ); document.write( "Simplify, divide equation by -16, this also changes the signs \n" ); document.write( "t^2 + 2t - 8 = 0 \n" ); document.write( "Factor this to \n" ); document.write( "(t+4)(t-2) = 0 \n" ); document.write( "The positive solution: \n" ); document.write( "t = 2 seconds for the wrench to reach the ground \n" ); document.write( " |