document.write( "Question 57318: please help me.\r
\n" );
document.write( "\n" );
document.write( " A ball is thrown upwards from the roof of a buildiung 100 m tall with an inituial velocity of 20m/s. When will the ball reach a height of 80m?
\n" );
document.write( "I believe the equation is h=5t^2+80t+100. How do I solve using quadratic formula?\r
\n" );
document.write( "\n" );
document.write( "Thanks \n" );
document.write( "
Algebra.Com's Answer #39048 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! f(x) = -16t^2 + 20t + 100 \n" ); document.write( "~> Ball reaches 80m. \n" ); document.write( "80 = -16t^2 + 20t + 100 \n" ); document.write( "-20 = -16t^2 + 20t \n" ); document.write( "5/4 = t^2 - 5t/4 \n" ); document.write( "105/4 = 80/64 + 25/64 = (t - 5/8)^2 \n" ); document.write( "+-sqrt(105)/2 = t - 5/8 \n" ); document.write( "5/8 +- 4*sqrt(105)/8 = t \n" ); document.write( " |