document.write( "Question 1032798: An arrow is fired into the air with an initial velocity of 64 feet per second. The height in
\n" );
document.write( "feet of the arrow t seconds after it was shot into the air is given by the function
\n" );
document.write( "h(x) = -16t2 + 64t. Find the maximum height of the arrow. \n" );
document.write( "
Algebra.Com's Answer #647384 by FrankM(1040)![]() ![]() You can put this solution on YOUR website! The form is a parabola opening downward. The maximum height is the vertex. \r \n" ); document.write( "\n" ); document.write( "x=-b/2a = -64/(2*-16) = 2 so the maximum height occurs at t=2 sec. \r \n" ); document.write( "\n" ); document.write( "h=-16(2^2)+64(2) = -64+128 = 64 ft max height. \n" ); document.write( " |