document.write( "Question 281657: A ball falls off the top of a roof 320 feet above the ground. The formula h= -16t^2 + 16t +320 describes the height of the ball above the ground, h, in feet, t seconds after the fall begins. How long will it take the ball to strike the ground. \n" ); document.write( "
Algebra.Com's Answer #204675 by Greenfinch(383)![]() ![]() You can put this solution on YOUR website! Ball hits ground when h = 0 \n" ); document.write( "So equation becomes 0= -16t^2 + 16t +320 \n" ); document.write( "Divide by -16 to get t^2 - t - 20 = 0 \n" ); document.write( "So (t-5)(t + 4)=0 \n" ); document.write( "t = 5 or -4 seconds \n" ); document.write( "So t = 5 \n" ); document.write( " |