document.write( "Question 697309: A ball is thrown vertically upward. After t seconds, its height h (in feet) is given by the function . \r
\n" );
document.write( "\n" );
document.write( "h(t)=100t-16t^2\r
\n" );
document.write( "\n" );
document.write( "What is the maximum height that the ball will reach? Height= ? feet\r
\n" );
document.write( "\n" );
document.write( "Do not round your answer. \n" );
document.write( "
Algebra.Com's Answer #429863 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! Max height is at the vertex: \n" ); document.write( "the time (t) of the vertex is: \n" ); document.write( "t = -b/(2a) \n" ); document.write( "t = -100/(2(-32)) \n" ); document.write( "t = -100/(-64) \n" ); document.write( "t = 100/64 \n" ); document.write( "t = 25/16 \n" ); document.write( "t = 1.5625 seconds \n" ); document.write( ". \n" ); document.write( "Max height is: \n" ); document.write( "h(t)=100t-16t^2 \n" ); document.write( "h(1.5625)=100(1.5625)-16(1.5625)^2 \n" ); document.write( "h(1.5625)=156.25-39.0625 \n" ); document.write( "h(1.5625)=117.1875 feet \n" ); document.write( " \n" ); document.write( " |