document.write( "Question 121302:  Science and medicine:
\n" );
document.write( "A ball is thrown upward from the roof of a building 100m tall width the initial velocity of 20 m/s. When will the ball reach the height of 80 m?\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "I would really appreciate some help on this, Thank you very much. \n" );
document.write( "
| Algebra.Com's Answer #89011 by Nate(3500)      You can put this solution on YOUR website! h(t) = -16t^2 + 20t + 100 \n" ); document.write( "80 = -16t^2 + 20t + 100 \n" ); document.write( "0 = -16t^2 + 20t + 20 \n" ); document.write( "0 = -4t^2 + 5t + 5 \n" ); document.write( "t = ( -5 +- sqrt( 25 + 4*4*5 ) ) / (-2*4) \n" ); document.write( "t = ( 5 +- sqrt( 105 ) ) / 8 \n" ); document.write( " |