document.write( "Question 652685: A Little League baseball player throws a ball upward. The height h of the ball (in feet) t seconds after the ball is released is given by the quadratic equation
\n" );
document.write( "h = -16t2 +30t +4\r
\n" );
document.write( "\n" );
document.write( "a) How long does it take the ball to reach a height of 18ft?
\n" );
document.write( "b) How long does it take the ball to hit the ground?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #408077 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! A Little League baseball player throws a ball upward. The height h of the ball (in feet) t seconds after the ball is released is given by the quadratic equation \n" ); document.write( "h = -16t2 +30t +4\r \n" ); document.write( "\n" ); document.write( "a) How long does it take the ball to reach a height of 18ft? \n" ); document.write( "set h to 18 and solve for t: \n" ); document.write( "h = -16t^2 +30t +4 \n" ); document.write( "18 = -16t^2 +30t +4 \n" ); document.write( "0 = -16t^2 +30t - 14 \n" ); document.write( "0 = 16t^2 -30t + 14 \n" ); document.write( "0 = 8t^2 -15t + 7 \n" ); document.write( "0 = 8t^2 -8t -7t + 7 \n" ); document.write( "0 = (8t^2 -8t) - (7t - 7) \n" ); document.write( "0 = 8t(t-1) - 7(t-1) \n" ); document.write( "0 = (t-1)(8t-7) \n" ); document.write( "t = {1, 7/8} \n" ); document.write( "t = {1, 0.875} \n" ); document.write( "it reaches 18 ft twice. Once at 0.875 sec (going up) and again at 1 sec (going down). \n" ); document.write( ". \n" ); document.write( "b) How long does it take the ball to hit the ground? \n" ); document.write( "set h to 0 and solve for t: \n" ); document.write( "h = -16t^2 +30t +4 \n" ); document.write( "0 = -16t^2 +30t +4 \n" ); document.write( "0 = 16t^2 -30t -4 \n" ); document.write( "0 = 8t^2 -15t -2 \n" ); document.write( "0 = 8t^2 -16t+t -2 \n" ); document.write( "0 = (8t^2-16t) + (t-2) \n" ); document.write( "0 = 8t(t-2) + (t-2) \n" ); document.write( "0 = (t-2)(8t+1) \n" ); document.write( "t = {-1/8, 2} \n" ); document.write( "we can throw out the negative solution leaving: \n" ); document.write( "t = 2 seconds\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |