document.write( "Question 1080958: The height in feet of a projectile with an initial velocity of 96 feet per second and an initial height of 256 feet is a function of time in seconds given by
\n" );
document.write( "h(t) = -16t^2 + 96t + 256.
\n" );
document.write( "(a) Find the maximum height of the projectile.
\n" );
document.write( " _______ft\r
\n" );
document.write( "\n" );
document.write( "(b) Find the time t when the projectile achieves its maximum height.
\n" );
document.write( "t =______sec\r
\n" );
document.write( "\n" );
document.write( "(c) Find the time t when the projectile has a height of 0 feet.
\n" );
document.write( "t =______sec \n" );
document.write( "
Algebra.Com's Answer #695041 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! The t value is -b/2a=-96/-32 or 3 seconds (b) \n" ); document.write( "The height will be -144+288+256=400 feet \n" ); document.write( "-16t^2+96t+256=0 \n" ); document.write( "divide by -16 \n" ); document.write( "t^2-6t-16=0 \n" ); document.write( "(t-8)(t+2)=0 \n" ); document.write( "t=8 seconds, only positive root. \n" ); document.write( " |