Inactive Tutor answered 04/25/15
Tutor
New to Wyzant
when object strikes the ground, it's height from the ground would be zero, so you need to solve the quadratic:
s(t)=-4.9t2 + 19.6t + 58.8 = 0, to get the value of t
you can either apply the quadratic formula right away: t = (-b ± √b2 -4ac ) / 2a
Or, what I prefer is to simplify the quadratic before applying the formula.
-4.9t2 + 19.6t + 58.8 = 0
=> 49t2 - 196t - 588 = 0 (multiplied both sides by -10)
=> 7t2 - 28t - 84 = 0 (divided by 7)
=> t2 - 4t - 12 = 0 (divided by 7 again)
Now, it's much easier to apply the formula:
t = (4 ± √ (-4)2 -4*1*(-12) ) / 2*1
t = (4 ± √ 16 + 48 ) / 2
t = (4 ± 8 ) / 2
t = 6 or -2 seconds
since time can not be negative, your answer is 6 seconds