document.write( "Question 953082: A projectile is fired straight upward from the ground with an initial speed of 96 feet per second, then its height h after t seconds is given by the equation\r
\n" );
document.write( "\n" );
document.write( "h(t) = -16t2 + 96t\r
\n" );
document.write( "\n" );
document.write( "Find the maximum height of the projectile. \n" );
document.write( "
Algebra.Com's Answer #582008 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! A projectile is fired straight upward from the ground with an initial speed of 96 feet per second, then its height h after t seconds is given by the equation\r \n" ); document.write( "\n" ); document.write( "h(t) = -16t^2 + 96t \n" ); document.write( "Max is the vertex of the parabola, at t = -b/2a \n" ); document.write( "t = -96/-32 = 3 seconds \n" ); document.write( "-------- \n" ); document.write( "h(3) = -16*9 + 96*3 = 144 feet \n" ); document.write( " |