document.write( "Question 246760: Foul Ball\r
\n" );
document.write( "\n" );
document.write( " \r
\n" );
document.write( "\n" );
document.write( "Suppose Charlie O'Brian of the Braves hits a baseball straight upward at 150 ft/sec from a height of 5ft.\r
\n" );
document.write( "\n" );
document.write( " \r
\n" );
document.write( "\n" );
document.write( "Use the formula to determine how long does it takes the ball to return to the earth.\r
\n" );
document.write( "\n" );
document.write( " \r
\n" );
document.write( "\n" );
document.write( "Estimate the maximum height reached by the ball\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #180107 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Suppose Charlie O'Brian of the Braves hits a baseball straight upward at 150 ft/sec from a height of 5ft. \r \n" ); document.write( "\n" ); document.write( "Use the formula to determine how long does it takes the ball to return to the earth. \n" ); document.write( "h(t) =-16t^2 + 150t + 5 (h in feet, t in seconds) \n" ); document.write( "To find the time of impact, set h(t) = 0 \n" ); document.write( "-16t^2 + 150t + 5 = 0 \n" ); document.write( "
\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "------------------- \n" ); document.write( "Sub t for x, the solver uses x \n" ); document.write( "Ignore the negative time. \n" ); document.write( "--------------------------- \n" ); document.write( "Estimate the maximum height reached by the ball \n" ); document.write( "That's at the vertex of the parabola. \n" ); document.write( "t = -b/2a = -150/-32 \n" ); document.write( "t = 75/16 seconds \n" ); document.write( "h(75/16) = -16*(75/16)^2 + 150*75/16 + 5 \n" ); document.write( "h = - 5625/16 + 11250/16 + 80/16 \n" ); document.write( "h = 5705/16 feet \n" ); document.write( "h = 356.5625 feet exactly \n" ); document.write( " \n" ); document.write( " |