document.write( "Question 62044: The height h in feet of an object after t seconds is given by the function h=-16t^2+60t+4.
\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 #42798 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 h=-16t^2+60t+4. \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 the object hits the ground the height will be zero. \n" ); document.write( "Solve for t when the height is zero. \n" ); document.write( "-16t^2+60t+4=0 \n" ); document.write( "Use the quadratic formula to get: \n" ); document.write( "t=[-60+-sqrt(60^2-4(-16)(4)]/(-32) \n" ); document.write( "t=[-60+-sqrt(3856)]/(-32) \n" ); document.write( "t=[-60-sqrt(3856)]/(-32) \n" ); document.write( "t=3.816 seconds \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |