Answer:
2.64 seconds
Explanation:
To find when the ball will hit the ground, you just need to use the equation of h with the value h = 0 (the ball is in the ground), and then find the value of t:
h = 151 − 15t - 16t^2
0 = 151 − 15t - 16t^2
To solve this quadratic equation, you can use Bhaskara formula:
Delta = b2 - 4ac = (-15)^2 - 4*(-16)*151 = 9889
sqrt(Delta) = 99.4435
t1 = [-b + sqrt(Delta)] / 2a = (15 + 99.4435) / (-32) = -3.5764 seconds (not useful result, because there is not a negative time)
t2 = [-b - sqrt(Delta)] / 2a = (15 - 99.4435) / (-32) = 2.6389 seconds
Rounding to the nearest hundredth: t = 2.64 seconds