document.write( "Question 1010943: h(t)=-16t^2+vt+h
\n" );
document.write( "if initial velocity is 64ft/s what is the max height \n" );
document.write( "
Algebra.Com's Answer #626551 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! h(t)=-16t^2+vt+h \n" ); document.write( "if initial velocity is 64ft/s what is the max height \n" ); document.write( "------------------ \n" ); document.write( "h(t)=-16t^2 + 64t \n" ); document.write( "That's a parabola, and max ht is the vertex. \n" ); document.write( "The vertex is at t = -b/2a = -64/-32 = 2 seconds \n" ); document.write( "---- \n" ); document.write( "h(2) = -16*4 + 64*2 \n" ); document.write( "= 64 feet \n" ); document.write( " |