document.write( "Question 595766: An arrow shot into the air is 160t-4.9t^2 meters above the ground t seconds after its released. During what period(s) of time is the arrow below 117.6 meters? Round your answer to the nearest .01 second.
\n" );
document.write( "A) t<0.75 and t>31.90 seconds
\n" );
document.write( "B) t<8.65 and t> 24 seconds
\n" );
document.write( "C)0.75
Algebra.Com's Answer #377297 by lwsshak3(11628) ![]() You can put this solution on YOUR website! An arrow shot into the air is 160t-4.9t^2 meters above the ground t seconds after its released. During what period(s) of time is the arrow below 117.6 meters? Round your answer to the nearest .01 second. \n" ); document.write( "** \n" ); document.write( "f(t)=160t-4.9t^2 \n" ); document.write( "117.6=160t-4.9t^2 \n" ); document.write( "4.9t^2-160t+117.6=0 \n" ); document.write( "use following quadratic formula to solve for t \n" ); document.write( " \n" ); document.write( "a=4.9, b=160, c=117.6 \n" ); document.write( "t=.75 and 31.90 seconds \n" ); document.write( "answer A \n" ); document.write( " |