document.write( "Question 1100940: A projectile is thrown upward so that its distance above the ground after t seconds is h = -16t2 + 440t.\r
\n" );
document.write( "\n" );
document.write( "After how many seconds does it reach its maximum height? \n" );
document.write( "
Algebra.Com's Answer #715891 by amalm06(224)![]() ![]() You can put this solution on YOUR website! Position=h=-16t2 + 440t\r \n" ); document.write( "\n" ); document.write( "Velocity=dh/dt=-32t+440\r \n" ); document.write( "\n" ); document.write( "At its maximum height, the velocity of the projectile is zero:\r \n" ); document.write( "\n" ); document.write( "-32t+440=0 \n" ); document.write( " 440=32t \n" ); document.write( " t=13.75 s (Answer) \n" ); document.write( " \n" ); document.write( " |