document.write( "Question 344469: a ball is thrown upward with an initial velocity of 96ft/s from a height 640ft. h = -16t^2 + 96t + 640. After how many seconds will the ball reach the ground? \n" ); document.write( "
Algebra.Com's Answer #246423 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! h = -16t^2 + 96t + 640 \n" ); document.write( "since h is height, set it to zero and solve for t: \n" ); document.write( "0 = -16t^2 + 96t + 640 \n" ); document.write( "Dividing both sides by -16: \n" ); document.write( "0 = t^2 - 6t - 40 \n" ); document.write( "0 = (t-10)(t+4) \n" ); document.write( ". \n" ); document.write( "t = {-4, 10} \n" ); document.write( "we can toss out the negative solution leaving: \n" ); document.write( "t = 10 seconds \n" ); document.write( " \n" ); document.write( " |