Input := Clear[V0]
Input := eq1 = horiz[t]==d[xfar];
Input := eq2 = vert[t]==10;
Input := s3 = Solve[{eq1,eq2},{V0,t}]
Output = {{V0 -> -141.905, t -> -3.62763}, {V0 -> 141.905, t -> 3.62763}}
Input := V0 = s3[[2,1,2]];