Hint: First change the summation index:
$$\sum_{k=1}^{\infty}\frac{(-5)^k}{(k+1)!}\left(\frac x2\right)^{2k-1}=\sum_{k=0}^{\infty}\frac{(-5)^{k+1}}{(k+2)!}\left(\frac x2\right)^{2k+1}$$
Secondly, split $x/2$ from the sum and isolate the power of $x$:
$$\frac{x}{2}\sum_{k=0}^{\infty}\frac{(-5)^{k+1}}{2^{2k}(k+2)!}x^{2k}.$$
Now substitute: $x^2 = u$ and calculate the radius of convergence for:
$$\sum_{k=0}^{\infty}\frac{(-5)^{k+1}}{2^{2k}(k+2)!}u^k.$$
After having evaluated the radius of convergence for $u$ (e.g. by ratio rule) take the square root and you are done. Note, that the $x/2$ does not change the radius of convergence, that is why it is left out (see comment).