document.write( "Question 180814: Throwing a wrench. An angry construction worker throws 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 wrench above the ground after t seconds is given by S(t)= -16t^2 -32t + 128.\r
\n" );
document.write( "\n" );
document.write( "a) what is the height of the wrench after 1 second?\r
\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( "
Algebra.Com's Answer #135552 by eperette(173)![]() ![]() ![]() You can put this solution on YOUR website! S(t)= -16t^2 -32t + 128\r \n" ); document.write( "\n" ); document.write( "(a) need to find S(t) when t=1\r \n" ); document.write( "\n" ); document.write( "S(1)= -16(1)^2 - 32(1) + 128 \n" ); document.write( "S(1)= -16 -32 + 128 \n" ); document.write( "S(1)= 80\r \n" ); document.write( "\n" ); document.write( "At t=1second the height of the wrench is 80ft\r \n" ); document.write( "\n" ); document.write( "(b)if the wrench reaches the ground, then the height is 0, ...in other words it is asking you to find t when S(t)=0....you can solve this problem two ways\r \n" ); document.write( "\n" ); document.write( "(Graphing Method) \n" ); document.write( "With your calculator, graph the equation...your solution will be your zeros (or x-intercepts)....notice that x-intercepts happen at t=-4 and t=2....t=-4 does not make sense so your answer should be t=2 seconds\r \n" ); document.write( "\n" ); document.write( "(Algebra Method)\r \n" ); document.write( "\n" ); document.write( "0 = -16t^2 - 32t +128 \n" ); document.write( "0 = t^2 -32t -2048 \n" ); document.write( "0 = (t-64)(t+32) \n" ); document.write( "0 = (t-64/-16)(t + 32/-16) \n" ); document.write( "0 = (t + 4)(t-2) \n" ); document.write( "(t+4)=0 or (t-2)=0 \n" ); document.write( "t=-4 or t=2 \n" ); document.write( "it would not make sense of the time to be negative....so this leaves us with one answer: the wrench reaches the ground when t=2 seconds \n" ); document.write( " |