Let's imagine that we have axis OY starting from the top of the tower. Then for the first stone coordinate will depend on time as
y1=2gt2
For the second stone:
y2=vt+2gt2
We need to take into account that the second stone is thrown 1 second later. This could be done by
t2=t1−1 (when t1=1, t2=0 - just started to fall down)
The time, when the second stone meets the first stone is a solution of equation
y1=y2
2gt12=v(t1−1)+2g(t1−1)2
2gt12=v(t1−1)+2g(t12−2t1+1)
0=v(t1−1)+2g(−2t1+1)=vt1−v−gt1+g/2=t1(v−g)−v+g/2
t=v−gv−g/2=20−9.820−4.9=10.515.1=1.44s
Let's put this value in any equation y(t) (since at this time y1=y2 it doesn't matter where to put this time):
y2=y1=2gt2=29.8⋅1.442=220.32=10.16m
Answer: 10.16 m.
Comments