document.write( "Question 969823: A ball is thrown upward from a height of 15 feet with an initial velocity of 5 ft/s. use the formula h(t) = -16t^2 + 5t + 15 what is the maximum height the maximum height of the ball? \n" ); document.write( "
Algebra.Com's Answer #592575 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! A ball is thrown upward from a height of 15 feet with an initial velocity of 5 ft/s. use the formula h(t) = -16t^2 + 5t + 15 what is the maximum height the maximum height of the ball? \n" ); document.write( "*** \n" ); document.write( " h(t) = -16t^2 + 5t + 15 \n" ); document.write( "complete the square: \n" ); document.write( " h(t) = -16(t^2 - (5/16)t+(25/1024))+25/64 + 960/64 \n" ); document.write( " h(t) = -16(t- (5/32))^2)+985/64 \n" ); document.write( "This is an equation of a parabola that opens downward with vertex at (5/32,985/64) \n" ); document.write( "maximum height of the ball=985/64≈15.39 ft \n" ); document.write( " |