How it can be shown that:
$$\sum_{k=1}^{2n-1}\frac{\left(-1\right)^{k-1}k}{\binom{2n}{k}}=\frac{n}{n+1}$$
for $1 \le n$
I tried to use this method , but that was not helpful, Also I tried to use the following identity: $$\frac{1}{\binom{2n+1}{k}}+\frac{1}{\binom{2n+1}{k+1}}=\frac{2n+2}{2n+1}\ \frac{1}{ \binom{2n}{k}}$$
and use some telescoping property , but again that did not help me.
Please if it's possible,then do the proof using elementary ways.
Another way
Let $$S_n=\sum_{k=0}^{2n-1}\frac{(-1)^{k-1} k}{{2n\choose k}}$$ Let us change $k$ to $2n-k$ (symmetry property of summation) in above to have $$S_n=\sum_{k=1}^{2n-1} \frac{(-1)^{2n-k-1} (2n-k)}{{2n \choose 2n-k}}=2n \sum_{k=1}^{2n-1} \frac{(-1)^{k-1}}{{2n \choose k}}-\sum_{k=1}^{2n-1} \frac{(-1)^{k-1}k}{{2n\choose k}}$$ $$\implies S_n+S_n=2n \sum_{k=1}^{n} \frac{(-1)^{k-1}}{{2n \choose k}}\implies S_n=n \sum_{k=1}^{2n-1} \frac{(-1)^k}{{2n \choose k}}$$
Next, we use an interesting result at MSE: Proving that $\sum_{k=0}^{n}\frac{(-1)^k}{{n\choose k}}=[1+(-1)^n] \frac{n+1}{n+2}.$
In this we change $n$ to $2n$ to get $$\sum_{k=0}^{2n}\frac{(-1)^k}{{2n \choose k}}=\frac{2n+1}{n+1} \implies 1-\frac{S_n}{n}+1=\frac{2n+1}{n+1} \implies S_n=\frac{n}{n+1}.$$