document.write( "Question 1101446: A ball is thrown vertically upward. After t seconds, its height
\n" );
document.write( "h (in feet) is given by the function h(t)=48t-16t^2
\n" );
document.write( "After how long will it reach its maximum height? \n" );
document.write( "
Algebra.Com's Answer #716031 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! A ball is thrown vertically upward. After t seconds, its height \n" ); document.write( "h (in feet) is given by the function h(t)=48t-16t^2 \n" ); document.write( "After how long will it reach its maximum height? \n" ); document.write( "---------------- \n" ); document.write( "Without calculus: \n" ); document.write( "The max is the vertex of the parabola. \n" ); document.write( "That's at t = -b/2a = -48/-32 = 1.5 seconds \n" ); document.write( " \n" ); document.write( " |