document.write( "Question 1003154: A girl stands on the edge of her dorm roof and throws a ball into the air. The ball's height above the ground after t seconds is given by h = -16t^2+16t+320 When will the ball hit the ground? \n" ); document.write( "
Algebra.Com's Answer #619940 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! h = -16t^2+16t+320 \n" ); document.write( "we want to solve the quadratic for t when h = 0 \n" ); document.write( "-16t^2+16t+320 = 0 \n" ); document.write( "divide both sides of = by -16 \n" ); document.write( "t^2 -t - 20 = 0 \n" ); document.write( "now factor the quadratic \n" ); document.write( "(t-5) * (t+4) = 0 \n" ); document.write( "we get two solutions for t, that is t = 5 or -4 \n" ); document.write( "we reject the -4 solution since time does not run backwards \n" ); document.write( "t = 5 seconds is the solution, \n" ); document.write( "the ball will hit the ground in 5 seconds \n" ); document.write( " \n" ); document.write( " |