document.write( "Question 791790: A ball was kicked into the air from a balcony 20 feet above the ground, and the ball's height above the ground in feet t seconds after the ball was kicked is h(t) = 20 - 16t2 + 32t. What was the maximum height, in feet, of the ball above the ground after it was kicked?
\n" );
document.write( "
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #498311 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! A ball was kicked into the air from a balcony 20 feet above the ground, and the ball's height above the ground in feet t seconds after the ball was kicked is h(t) = 20 - 16t2 + 32t. What was the maximum height, in feet, of the ball above the ground after it was kicked? \n" ); document.write( "--------------- \n" ); document.write( "h(t) = (t) = - 16t2 + 32t + 20 \n" ); document.write( "Max ht is at the vertex of the parabola, at t = -b/2a \n" ); document.write( "t = -32/-32 = 1 \n" ); document.write( "h(1) = -16 + 32 + 20 \n" ); document.write( "= 36 feet \n" ); document.write( " |