document.write( "Question 214441: a ball is kicked into the air and follows the path described by
\n" ); document.write( "h(t)-4.9t^2+6t+0.6. where t is the time in seconds and h is the height in meters abouve the ground. Detrmine the maximum height of the ball to the nearest tenth of a meter.
\n" ); document.write( "

Algebra.Com's Answer #161988 by nerdybill(7384)\"\" \"About 
You can put this solution on YOUR website!
h(t) = -4.9t^2+6t+0.6
\n" ); document.write( ".
\n" ); document.write( "Because of the negative coefficient associated with the t^2, we know that it is a parabola cup down. This means that if we find the \"vertex\" we will have the maximum.
\n" ); document.write( ".
\n" ); document.write( "The \"axis of symmetry\" is at:
\n" ); document.write( "-b/(2a)
\n" ); document.write( "= -6/(2*(-4.9))
\n" ); document.write( "= -6/(2*(-4.9))
\n" ); document.write( "= 0.612 seconds
\n" ); document.write( "This is the time it takes to reach the peak.
\n" ); document.write( ".
\n" ); document.write( "To find the height, plug the above back into:
\n" ); document.write( "h(t) = -4.9t^2+6t+0.6
\n" ); document.write( "h(0.612) = -4.9(0.612)^2+6(0.612)+0.6
\n" ); document.write( "h(0.612) = 2.4 meters
\n" ); document.write( "
\n" ); document.write( "
\n" );