You can
put this solution on YOUR website!use the height as a function of time in motion equation: h(t) = -16t squared + vt + c A baseball player hits a pitched ball when it is 4 ft above ground.
The initial upward velocity is 80 ft/sec. How long will it take for the ball to hit the ground?
:
h(t) = -16t^2 + vt + c
from the information given we know
v = 80
c = 4
:
h(t) = -16t^2 + 80t + 4
When the ball hits the ground we have h(t) = 0, therefore:
-16t^2 + 80t + 4 = 0
simplify divide by -4
4t^2 - 20t - 1 = 0
Use the quadratic formula to find t

x = t; b=-20, c=-1

Do the math, the positive solution
t = 5.0495 seconds
:
You should check this in the original problem