joe drops a stone over a well. it takes 1.2s for the stone to hit the bottom. say g=9.8 how deep is the well?
Use s = (1/2)*g*t^2 where s = distance, t = time
s = (1/2)*9.8*1.2^2 or s ≈ 7.1m