document.write( "Question 225644: The height in feet for a ball thrown upward at 48 feet per second is given by
\n" );
document.write( "s(t)= -16t^2 + 48feet, where t is the time in seconds after the ball is tossed. What is the maximum height that the ball will reach? \n" );
document.write( "
Algebra.Com's Answer #168291 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! s(t)= -16t^2 + 48t \n" ); document.write( "Find the 2 times that s = 0. It takes the same time to go up as to fall back down, so at the mid-time it's at max height. \n" ); document.write( "============== \n" ); document.write( "-16t^2 + 48t = 0 \n" ); document.write( "t = 0 (at the start) \n" ); document.write( "t = 3 (return to Earth) \n" ); document.write( "t at max height = 1.5 seconds \n" ); document.write( "s(1.5) = -16*2.25 + 48*1.5 \n" ); document.write( "= -36 + 72 \n" ); document.write( "= 36 ft \n" ); document.write( "-------- \n" ); document.write( "Or, find the vertex of the parabola \n" ); document.write( "It's at t = -b/2a = -48/-32 = 1.5 \n" ); document.write( "Same answer. \n" ); document.write( " |