document.write( "Question 194925: Throwing a wrench. An angry construction worker throws
\n" );
document.write( "his wrench downward from a height of 128 feet with an
\n" );
document.write( "initial velocity of 32 feet per second. The height of the
\n" );
document.write( "wrench above the ground after t seconds is given
\n" );
document.write( "by S(t)= 16t^2 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( "
Algebra.Com's Answer #146264 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Throwing a wrench. An angry construction worker throws \n" ); document.write( "his wrench downward from a height of 128 feet with an \n" ); document.write( "initial velocity of 32 feet per second. The height of the \n" ); document.write( "wrench above the ground after t seconds is given \n" ); document.write( "by S(t)= -16t^2 - 32t + 128. \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 after 1 sec \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "b) How long does it take for the wrench to reach the \n" ); document.write( "ground? \n" ); document.write( "The ground, S(t) = 0, so we have \n" ); document.write( "-16t^2 - 32t + 128 = 0 \n" ); document.write( "Simplify, divide equation by -16, this changes the signs, makes it easy factor: \n" ); document.write( "t^2 + 2t - 8 = 0 \n" ); document.write( "Factors to \n" ); document.write( "(t + 4)(t - 2) = 0 \n" ); document.write( "the positive solution \n" ); document.write( "t = 2 secs to hit the ground \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "you can check this. Substitute 2 for t in the original equation, find S(t) \n" ); document.write( " |