document.write( "Question 184005:  An angry construction worker throws his wrench downward from a height of 128 feet with an initial velocity of 32 feet per second. The height of the wrench above the ground after t seconds is given by \r
\n" );
document.write( "\n" );
document.write( "S(t)= -16t^-32t+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 #138046 by stanbon(75887)      You can put this solution on YOUR website! S(t)= -16t^2-32t+128 \n" ); document.write( "A)What is the height of the wrench after 1 second? \n" ); document.write( "s(1) = -16-32+128 = 80 ft \n" ); document.write( "-------------------------------------- \n" ); document.write( "B)How long does it take for the wrench to reach the ground? \n" ); document.write( "Height is zero when the wrench is on the ground. \n" ); document.write( "-16t^2-32t+128 = 0\r \n" ); document.write( "\n" ); document.write( "Divide thru by -16 to get:\r \n" ); document.write( "\n" ); document.write( "t^2 + 2t - 8 = 0\r \n" ); document.write( "\n" ); document.write( "Factor:\r \n" ); document.write( "\n" ); document.write( "(t+4)(t-2) = 0 \n" ); document.write( "Positive solution: \n" ); document.write( "t = 2 seconds \n" ); document.write( "========================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |