document.write( "Question 971832: A football is punted from a height of 2.5 feet above the ground with an initial vertical velocity of 45 feet per second.\r
\n" );
document.write( "\n" );
document.write( "Write an equation to model the height h in feet of the ball t seconds after it has been punted.
\n" );
document.write( "The football is caught at 5.5 feet above the ground. How long was the football in the air?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #594229 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! A football is punted from a height of 2.5 feet above the ground with an initial vertical velocity of 45 feet per second.\r \n" ); document.write( "\n" ); document.write( "Write an equation to model the height h in feet of the ball t seconds after it has been punted. \n" ); document.write( "--- \n" ); document.write( "32 ft/sec/sec is often used for gravity on Earth \n" ); document.write( "--> h(t) = -16t^2 + 45t + 2.5 \n" ); document.write( "---------------- \n" ); document.write( "The football is caught at 5.5 feet above the ground. How long was the football in the air? \n" ); document.write( "h(t) = -16t^2 + 45t + 2.5 = 5.5 \n" ); document.write( "-16t^2 + 45t - 3 = 0 \n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "================ \n" ); document.write( "t =~ 0.068 seconds ascending thru 5.5 ft \n" ); document.write( "t =~ 2.744 seconds when caught \n" ); document.write( " \n" ); document.write( " |