document.write( "Question 617046: The function below shows the height, in feet, above the ground of a model rocket t seconds after it is launched off a platform.\r
\n" );
document.write( "\n" );
document.write( "h(t)= -16t^2+128t+5\r
\n" );
document.write( "\n" );
document.write( "How high off the ground does the rocket start?
\n" );
document.write( "When does the rocket reach its highest point?
\n" );
document.write( "How high is that?
\n" );
document.write( "How long does the rocket stay in the air? \n" );
document.write( "
Algebra.Com's Answer #388094 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! The function below shows the height, in feet, above the ground of a model rocket t seconds after it is launched off a platform. \n" ); document.write( "h(t)= -16t^2+128t+5 \n" ); document.write( ".. \n" ); document.write( "How high off the ground does the rocket start? \n" ); document.write( "5 ft, when t=0 \n" ); document.write( ".. \n" ); document.write( "When does the rocket reach its highest point? \n" ); document.write( "complete the square: \n" ); document.write( "h(t)=-16(t^2-8t+16)+5+256 \n" ); document.write( "h(t)=-16(t-4)^2+261 \n" ); document.write( "rocket reach its highest point after 4sec \n" ); document.write( ".. \n" ); document.write( "How high is that? 261 ft \n" ); document.write( " |