document.write( "Question 86274: The height h in feet of an object after t seconds is given by the function h=-16t^2+60t+9....
\n" );
document.write( "How long will it take the object to hit the ground? Round your answer to the nearest thousandth.... \n" );
document.write( "
Algebra.Com's Answer #62370 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The height h in feet of an object after t seconds is given by the function \n" ); document.write( "h=-16t^2+60t+9.... \n" ); document.write( "How long will it take the object to hit the ground? Round your answer to the nearest thousandth.... \n" ); document.write( "---------------- \n" ); document.write( "When it hits the ground its height is zero. \n" ); document.write( "-------------------- \n" ); document.write( "-16t^2+60t+9 = 0 \n" ); document.write( "t = [-60+-sqrt(60^2-4*-16*9)]/-32\r \n" ); document.write( "\n" ); document.write( "t = [-60+-sqrt(4176)]/-32 \n" ); document.write( "Find the positive answer: \n" ); document.write( "t = 3.8944 seconds \n" ); document.write( "==================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |