document.write( "Question 305470: Use a quadratic equation and factoring to solve the application.\r
\n" );
document.write( "\n" );
document.write( "A ball falls from the top of a roof 320 feet above the ground. The formula h= -16t^2 + 16t + 320 described 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 #218859 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! 0 = -16t^2 + 16t + 320\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "0 = t^2 - t - 20\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "0 = (t + 4)(t - 5) \n" ); document.write( " |