document.write( "Question 70: A baseball is hit by a batter. The function
\n" );
document.write( "s(t) = -16t to the second power + 140t + 3
\n" );
document.write( "models the ball's height above the ground, s(t) in feet t seconds after it was hit. How long will it take for the ball to strike the ground? Round to the nearest tenth of a second. \n" );
document.write( "
Algebra.Com's Answer #31 by ichudov(507)![]() ![]() You can put this solution on YOUR website! The ball strikes the ground when s(t) is equal to zero, since hitting the ground is equivalent to saying that the ball is at zero height.\r \n" ); document.write( "\n" ); document.write( "So, we have a problem: find t such that s(t) = 0. \r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Solve it with my quadratic solver. \n" ); document.write( " |