document.write( "Question 537209: From the top of the building in the illustration, a ball is thrown straight up with an initial velocity of 40 feet per second. The equation s = -16t2 + 40t + 48 gives the height s of the ball t seconds after it is thrown. Find the maximum height reached by the ball and the time it takes for the ball to hit the ground. (Round your answer to one decimal place.)
\n" );
document.write( "Thank you in advance! \n" );
document.write( "
Algebra.Com's Answer #352762 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! From the top of the building in the illustration, a ball is thrown straight up with an initial velocity of 40 feet per second. The equation s = -16t2 + 40t + 48 gives the height s of the ball t seconds after it is thrown. Find the maximum height reached by the ball and the time it takes for the ball to hit the ground. (Round your answer to one decimal place.) \n" ); document.write( "s = -16t2 + 40t + 48 \n" ); document.write( "The \"vertex\" defines the max height. \n" ); document.write( "It reaches this height when \n" ); document.write( "t = -b/(2a) \n" ); document.write( "t = -40/(2(-16)) \n" ); document.write( "t = -40/(-32) \n" ); document.write( "t = 1.25 seconds \n" ); document.write( ". \n" ); document.write( "Max height: \n" ); document.write( "s = -16(1.25)^2 + 40(1.25) + 48 \n" ); document.write( "s = 73.0 feet \n" ); document.write( " |