David W. answered 11/23/19
Experienced Prof
The rocket is launched at t=0 from a height of h = 290 meters. It goes up, then down, until it splashes into sea-level water (h=0).
So, we need to find the value of t when:
0 = -4.9t2 + 346t + 290
The quadratic formula is:
t = (-b ± √(b2 - 4ac) ) / (2a)
t = (346 ± √(346*346 - 4*(-4.9)*(290) ) / (2*(-4.9))
So, either t = -0.82843 (we reject negative)
or t = 71.4407 sec
Check: put t = 71.4407 into the formula for h and get h = -0.00852
Rounded, t = 71.44 sec
Ali T.
This answer looks nice, but there is a mistake in it, since at t=0, the height was not 0.11/23/19