document.write( "Question 189928This question is from textbook McDougal Littell Math
\n" );
document.write( ": A baseball player hits a baseball into the air from a height of 3 feet with an initial vertical velocity of 72 feet per second. After how many seconds is the baseball 84 feet above the ground?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #142613 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A baseball player hits a baseball into the air from a height of 3 feet with \n" ); document.write( " an initial vertical velocity of 72 feet per second. After how many seconds \n" ); document.write( " is the baseball 84 feet above the ground? \n" ); document.write( ": \n" ); document.write( "The equation for this is: \n" ); document.write( "h = -16t^2 + 72t + 3 \n" ); document.write( "Where: \n" ); document.write( "h = height at t seconds \n" ); document.write( "-16t^2 is the downward pull of gravity \n" ); document.write( "72t is the vertical velocity upward \n" ); document.write( "3 is the initial height at t=0 \n" ); document.write( ": \n" ); document.write( "Find t when height is 84 ft \n" ); document.write( "-16t^2 + 72t + 3 = 84 \n" ); document.write( "Arrange as a quadratic equation: \n" ); document.write( "-16t^2 + 72t + 3 - 84 = 0 \n" ); document.write( "-16t^2 + 72t - 81 = 0 \n" ); document.write( "multiply equation by -1 to change the signs, easier to factor \n" ); document.write( "16t^2 - 72t + 81 = 0 \n" ); document.write( "this is a perfect square \n" ); document.write( "(4t - 9)(4t - 9) = 0 \n" ); document.write( "4t = +9 \n" ); document.write( "t = \n" ); document.write( "t = 2.25 sec it will be at 84' (this is also the highest point (vertex)) \n" ); document.write( " |