I'm stuck at proving the following.
$$ \sum_{r=0}^{n-1} \binom{2n-1}{r} = 2^{2n-2} $$
I know that I have to use the Binomial theorem like this, letting x=1,y=1 in $(x+y)^{2n-1}$
$$ \sum_{r=0}^{2n-1} \binom{2n-1}{r} = 2^{2n-1}$$
But I don't know how to continue from there.