Patrick B. answered 12/05/20
Math and computer tutor/teacher
v(0) = -6 <-- because it is DOWNWARD, it is -6;
I could be wrong
s(0) = 700
a(t) = -9.8
v(t) = -9.8t + C
v(0) = -9.8(0)+C = -6 ---> C = -6
v(t) = -9.8t - 6
s(t) = -4.9t^2 - 6t + C
s(0) = 700 --> C = 700
s(t) = -4.9t^2 - 6t + 700
-4.9t^2 - 6t + 700 = 0
4.9t^2 + 6t - 700 = 0
x=11.3557 per quadratic formula
if I am wrong, then the quadratic comes out to be:
4.9t^2 - 6t - 700 = 0
which has solution 12.5802