Evaluating value of $$\sum^{19}_{k=1}\frac{(-1)^{k-1}k}{\binom{20}{k}}$$
I am trying to solve it using Integration.
$$\int^1_0 t^{k}(1-t)^{n-k}dt=\frac{1}{n+1}\cdot \frac{1}{\binom{n}{k}}$$
So our sum is
$\displaystyle =21\sum^{19}_{k=1}(-1)^{k-1}k\int^1_0(t)^{k}(1-t)^{n-k}dt$
$\displaystyle =21\int^1 \sum^{19}_{k=1}(-1)^{k-1}t^{k}{(1-t)^{n-k}}dt$
$\displaystyle =-21\int^1_0\sum^{19}_{k=1}(-1)^{k}k\bigg(\frac{t}{1-t}\bigg)^{k}dt$
I did not know how do i solve it, Help me

Here we continue OP's approach using a formula for reciprocal binomial coefficients \begin{align*} \binom{n}{k}^{-1}=(n+1)\int_0^1z^k(1-z)^{n-k}dz\tag{1} \end{align*} followed by geometric series expansion, taking derivatives and applying partial integration.
Comment:
In (2) we write the reciprocal of a binomial coefficient according to (1) which is based upon the beta function.
In (3) we factor out terms from the sum independent of $k$.
In (4) we get rid of the factor $k$ by using the derivative operator. Here we use the relation \begin{align*} z(1-z)\frac{d}{dz}\left(\frac{z}{1-z}\right)^k=k\left(\frac{z}{1-z}\right)^k \end{align*}
In (5) we use the finite geometric sum formula and do some simplifications in the next step.
In (6) we simplify and differentiate with respect to $t$.
In (7) we apply partial integration to the left-hand integral.