document.write( "Question 359467: A baseball is hit straight upwards with an initial velocity of 72 feet per second and leaves the bat at an initial height of 3 feet. Write a formula, s(t), that models the height of the baseball after t seconds. \n" ); document.write( "
Algebra.Com's Answer #256587 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A baseball is hit straight upwards with an initial velocity of 72 feet per \n" ); document.write( " second and leaves the bat at an initial height of 3 feet. \n" ); document.write( " Write a formula, s(t), that models the height of the baseball after t seconds. \n" ); document.write( ": \n" ); document.write( "s(t) = -16t^2 + 72t + 3 \n" ); document.write( "Where \n" ); document.write( "s(t) = height after t seconds \n" ); document.write( "-16t^2 = the downward pull of gravity \n" ); document.write( "72t = initial upward velocity \n" ); document.write( "3 = initial height of the bat \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( " |