A falling stone is at a certain instant $100$ feet above the ground. Two seconds later it is only $16$ feet above the ground.
a) If it was thrown downward with an initial speed of $5$ ft/sec, from what height was it thrown?
b) If it was thrown upward with an initial speed of $10$ ft/sec, from what height was it thrown?
I got the wrong answers when working on this.
To solve a):
$$s(t+2) - s(t) = 84$$ $$s(t) = v_0t+\cfrac{1}{2}at^2, v_0 = 5, a = 32$$ $$\left[5(t+2)+16(t+2)^2\right]-(5t+16t^2)=84$$ $$64t=10$$ $$t=\cfrac{5}{8}$$ $$5\left(\cfrac{5}{8}\right)+16\left(\cfrac{5}{8}\right)^2=9.375$$ $$h_0=109.375$$
To solve b):
$$100=-16t^2+7t+h_0$$ $$16=-16(t+2)^2+7(t+2)+h_0$$ now subtract the smaller constant from the larger $$-84=-71t+7t-50$$ $$t=\cfrac{34}{71}$$ $$100=-16\left(\cfrac{34}{71}\right)^2+7\left(\cfrac{34}{71}\right)+h_0$$ $$h_0=\cfrac{505698}{5041}$$
However the answers are: $a=\cfrac{6475}{65}$ $b=100$
What am I doing wrong?