You can put this solution on YOUR website! when a object is projected upward with velocity 100m/s then when it will hit on the ground?
--------
h(t) = -16t^2 + 100t
-----
h is 0 when the object hits the ground:
Solve:
-16t^2+100t = 0
t(-16t+100) = 0
t = 0 or t = 100/16 = 6.25 seconds
===============
Cheers,
Stan H.
===============