document.write( "Question 83686: The height h in feet of an object after t seconds is given by the function
\n" );
document.write( " h = –16t^2 + 70t + 5.
\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( "
Algebra.Com's Answer #60169 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 + 70t + 5. \n" ); document.write( "How long will it take the object to hit the ground? \n" ); document.write( "----------------- \n" ); document.write( "When it hits the ground its height will be zero. \n" ); document.write( "------------- \n" ); document.write( "-16t^2+70t+5=0 \n" ); document.write( "t = [-70+-sqrt(70^2-4*-16*5] / -32\r \n" ); document.write( "\n" ); document.write( "t = [-70+-sqrt(5220)] / -32\r \n" ); document.write( "\n" ); document.write( "t = [-70+-72.25] / -32\r \n" ); document.write( "\n" ); document.write( "t = 4.44529... seconds \n" ); document.write( "=================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |