document.write( "Question 65746: A ball is thrown upward from the roof of a building 100m tall with an initial velocity of 10m/s. When will the ball reach a hieght of 80m?\r
\n" );
document.write( "\n" );
document.write( "Same thing I can not understand how to solve this type of problem, thank you so much for the help:-) \n" );
document.write( "
Algebra.Com's Answer #46460 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! f(t) = at^2 + bt + c \n" ); document.write( "a = -16 \n" ); document.write( "b = speed \n" ); document.write( "c = height \n" ); document.write( "t = time \n" ); document.write( "f(t) = height after a unit of time (t) \n" ); document.write( "80 = -16t^2 + 10t + 100 \n" ); document.write( "-20 = -16t^2 + 10t \n" ); document.write( "20/16 = t^2 - 10t/16 \n" ); document.write( "20/16 = t^2 - 5t/8 \n" ); document.write( "20/16 + 25/16^2 = (t - 5/16)^2 \n" ); document.write( "320/16^2 + 25/16^2 = 345/16^2 = (t - 5/16)^2 \n" ); document.write( "+- sqrt(345)/16 = t - 5/16 \n" ); document.write( "5/16 +- sqrt(345)/16 = t \n" ); document.write( "After about 1.4734 seconds, the ball will reach 80m. \n" ); document.write( " |