document.write( "Question 669376: A ball is thrown vertically upward from the top of a cliff. The height of the ball is modeled by the function h(t) = 65 + 10t - 5t^2, where h(t) is the height in metres and t is the time in seconds. Determine when the ball reaches its maximum height.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #416349 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! A ball is thrown vertically upward from the top of a cliff. The height of the ball is modeled by the function h(t) = 65 + 10t - 5t^2, where h(t) is the height in metres and t is the time in seconds. Determine when the ball reaches its maximum height. \n" ); document.write( ". \n" ); document.write( "equation is \n" ); document.write( "h(t) = 65 + 10t - 5t^2 \n" ); document.write( "h(t) = -5t^2 + 10t + 65 \n" ); document.write( "the max height is reached at the vertex. \n" ); document.write( "the value of t at the vertex is: \n" ); document.write( "t = -b/(2a) \n" ); document.write( "t = -10/(2(-10)) \n" ); document.write( "t = -10/(-20) \n" ); document.write( "t = 10/(20) \n" ); document.write( "t = 1/2 seconds (answer) \n" ); document.write( " |