document.write( "Question 1051697: A bowling ball is dropped from a height of 24 feet.\r
\n" );
document.write( "\n" );
document.write( "a. Write a function that gives the height h (in feet) of the bowling ball after t seconds.
\n" );
document.write( "h(t)=__\r
\n" );
document.write( "\n" );
document.write( "b. Find the height of the bowling ball after 1 second.\r
\n" );
document.write( "\n" );
document.write( "The height of the ball after 1 second is __ feet.\r
\n" );
document.write( "\n" );
document.write( "c. How long does the bowling ball take to hit the ground? Round your answer to the nearest hundredth of a second.\r
\n" );
document.write( "\n" );
document.write( "The bowling ball takes about __ seconds to hit the ground. \n" );
document.write( "
Algebra.Com's Answer #667158 by ikleyn(52809)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "A bowling ball is dropped from a height of 24 feet.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( "a. Write a function that gives the height h (in feet) of the bowling ball after t seconds.\r\n" ); document.write( "h(t) = - 16t^2 + 24 (*) <<<---===\r\n" ); document.write( "\r\n" ); document.write( "b. Find the height of the bowling ball after 1 second.\r\n" ); document.write( "\r\n" ); document.write( "The height of the ball after 1 second is __ feet. <<<---=== substitute t=1 into the polynomial (*)\r\n" ); document.write( "\r\n" ); document.write( "c. How long does the bowling ball take to hit the ground? Round your answer to the nearest hundredth of a second.\r\n" ); document.write( "\r\n" ); document.write( "The bowling ball takes about __ seconds to hit the ground. <<<---=== Solve the quadratic equation h(t) = 0, or, which is the same, \r\n" ); document.write( " the quadratic equation\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |