document.write( "Question 608468: When a ball is thrown in the air, the height h of a ball in feet t seconds after the ball is thrown in the air, is given by the equation height = 25t–16t² \r
\n" );
document.write( "\n" );
document.write( "Use the quadratic equation to determine how many seconds goes by before the ball hits the ground? \n" );
document.write( "
Algebra.Com's Answer #383202 by flame8855(424)![]() ![]() You can put this solution on YOUR website! when it hits the ground, height = 0 \n" ); document.write( "16t^2 -25t=0 \n" ); document.write( "t(16t-25) = 0 \n" ); document.write( "t = 0 , (at the beginning of the throw, \n" ); document.write( "or \n" ); document.write( "t = 25/16 seconds \n" ); document.write( " |