document.write( "Question 699254: A ball is kicked upward with an initial velocity of 52 feet per second. The ball's height from the ground is modeled by h=-16t squared +52t where t is measured in seconds. How much time does the ball reach its highest point? what is the height at this point? \n" ); document.write( "
Algebra.Com's Answer #431287 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! h(t) = -16t^2 +52t \n" ); document.write( "--------- \n" ); document.write( "It's a parabola. \n" ); document.write( "Find the vertex \n" ); document.write( "t at the vertex = -b/2a = -52/-32 \n" ); document.write( "t = 1.625 seconds \n" ); document.write( "-------- \n" ); document.write( "Max height = h(1.625) \n" ); document.write( "= -16*1.625^2 + 52*1.625 \n" ); document.write( "= 42.25 feet \n" ); document.write( " |