document.write( "Question 60980This question is from textbook college algebra
\n" );
document.write( ": I always have trouble with these distance/height ones. Can anyone help me out?Thanks for any efforts.\r
\n" );
document.write( "\n" );
document.write( "When the soccer golie kicks a ball, the height (in feet) of the ball after t seconds is given by:
\n" );
document.write( " h(t)=-16t^2 + 64t. \r
\n" );
document.write( "\n" );
document.write( "How long before the ball hits the ground? \n" );
document.write( "
Algebra.Com's Answer #41903 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! When the ball hits the ground, the ball will be at zero feet in height. \n" ); document.write( "0 = -16t^2 + 64t \n" ); document.write( "0 = t^2 - 4t \n" ); document.write( "4 = (t - 2)^2 \n" ); document.write( "+- 2 = t - 2 \n" ); document.write( "2 +- 2 = t \n" ); document.write( "t = 0 and t = 4 \n" ); document.write( "After four seconds, the ball will hit the ground respecting your formula. \n" ); document.write( " |